@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(images/layout_bg_04.png);
	background-position:center;
	background-repeat:repeat-y;
	padding:0;
	margin:0;	
}
/*Layout*/

td.logo {
	margin:auto;
	padding:0;
	width:840px;
	height:193px;
	background-position:top ;
	
}


td.menu {
	background-image:url(images/eb_layout_sm_05.png);
	background-repeat:no-repeat;
	width:840px;
	height:64px;
	background-position:center;
	margin:auto;
	padding:0;
	text-align:center;
}

td.menu_nogrey {
	background-image:url(images/eb_layout_sm_05_nogrey.png);
	background-repeat:no-repeat;
	width:840px;
	height:64px;
	background-position:center;
	margin:0;
	padding:0;
	text-align:center;
}



td.main {
	background-image:url(images/eb_layout_sm_06.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:524px;
	max-height:2115px;
	text-align:left;
	vertical-align:top;
	margin:auto;
	padding:0;
	
}


td.main_nogrey {
	background-image:url(images/eb_layout_sm_06_nogrey.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:724px;
	max-height:1986px;
	text-align:left;
	vertical-align:top;
	margin:auto;
	padding:0;
	
}

td.grey_box {
	background-image:url(images/eb_layout_sm_07.png);
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:top;
	background-color:#FFFFFF;
	width:230px;
	height:200px;
	max-height:1986px;
	margin:auto;
	padding:0;
}

td.nogrey_box {
	
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:top;
	background-color:#FFFFFF;
	width:230px;
	max-height:1986px;
	height:200px;
	margin:0;
	padding:0;
}



td.arrow_hook {
	background-image:url(images/eb_layout_sm_09.png);
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:top;
	background-color:#FFFFFF;
	width:230px;
	height:129px;
	margin:auto;
	padding:0;
}

td.end_arrow {
	background-image:url(images/eb_layout_sm_08.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:86px;
	max-height:2115px;
	margin:auto;
	padding:0;
	
}



td.footer {
	background-image:url(images/eb_layout_sm_10.png);
	background-repeat:no-repeat;
	background-position:top;
	width:840px;
	height:126px;
	text-align:center;
	margin:auto;
	padding:0;
}


/*Menu*/

td.menu p {
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	margin-top:-4px;
}

td.menu a {
	color:#FFFFFF;
	text-decoration:none;
}


td.menu a:hover	{
	text-decoration:underline;
}


td.menu_nogrey p {
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	margin-top:-4px;
}

td.menu_nogrey a {
	color:#FFFFFF;
	text-decoration:none;
}


td.menu_nogrey a:hover	{
	text-decoration:underline;
}



/*Footer*/

td.footer p {
	color:#000000;
	text-decoration:none;
	font-size:12px;
	margin-bottom:45px;
}

td.footer a {
	color:#000000;
	text-decoration:none;
}

td.footer a:hover {
	text-decoration:underline;
	color:#666666;
}


/*Welcome page*/
h1 {
	font-weight:bold;
	font-size:24px;
	text-align:left;
	margin:8px 0 10px 100px;
}


p.welcome {
	font-size:13px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	margin:0 15px 8px 115px;
	line-height:1.5;
	}
	
p.welcome2 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	margin:0 15px 8px 115px;
	line-height:1.5;
	}
	
p.welcome_center {
	font-size:13px;
	font-weight:normal;
	color:#000000;
	text-align:center;
	margin:0 15px 8px 115px;
	line-height:1.5;
	}
	
ul.welcome_list {
	font-size:12px;
	margin-left:145px;
	margin-right:15px;
	text-align:left;
}

ul.pledge_list {
	font-size:12px;
	margin-left:145px;
	margin-right:15px;
	text-align:left;
	text-indent: 10px;
}

ul.welcome_list li {
	text-align:left;
	margin-bottom:5px;
	list-style-type:square;
}

td.grey_box h2 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	margin-bottom:15px;
}

td.grey_box p {
	text-align:center;
	font-size:14px;
	line-height:1.5;
	color:#000000;
	font-weight:normal;
}

span.number {
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#C1272D;
}

/*Contact section*/
.col {
	FLOAT: left
}

.clear {
	CLEAR: both
}

.right {
	TEXT-ALIGN: right
}

.more {
	MARGIN: 6px 0px 0px
}

.inp_h {
	MARGIN: 0px 0px 1px; HEIGHT: 21px
}

.normal_text {
	font-size:14px;
	font-weight:normal;
}
.fieldErrorMsg {border:1px solid #fcc4c7;width:215px;color:#d60107;background:#fdf0f7 url(../images/sprites_common.gif) no-repeat 2px -518px;padding:1px 1px 1px 23px;font-size:13px;line-height:19px; float:left}

.comp {
	font-size:14px;
	color:#FF0000;
}
