@charset "utf-8";
/* CSS Document */
body, div {margin:0px;}
td, th{
	padding:0px;
	margin:0px;
	text-align: left;
}
body{
	background:#eeeeee url(../images/banner_bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#40525e;
}
#main{
	width:782px;
}
.shadowLeft{
	
	background:url(../images/shadowLeft.png) left top no-repeat;
	
}
.shadowRight{
	/*height:477px;*/
	background:url(../images/shadowRight.png) right top no-repeat;
	/*padding:0px 14px 0px 13px;*/
	
}
.shadowLeftBody{
	
	background:url(../images/shadowLeft.png) left repeat-y;
	
}
.shadowRightBody{
	/*height:477px;*/
	background:url(../images/shadowRight.png) right repeat-y;
	padding:0px 14px 0px 13px;
	
}
#Body{
	padding:22px 20px 22px 30px;
}
.Round{
	width:369px;
}
.roundTop{
	height:21px;
	background:url(../images/round_top.png);
	font-size:1px;
}
.roundBottom{
	height:21px;
	background:url(../images/round_bottom.png);
	font-size:1px;
}
.roundBody{
	background:url(../images/round_bg.png) repeat-y;
	padding:10px 20px 7px 25px;	
}
.roundBody h3{
	font-family:Square721 Ex BT;
	font-size:15px;
	color:#1963ae;
	padding-bottom:15px;
}
 h3{
	font-family:Square721 Ex BT;
	font-size:15px;
	color:#1963ae;
	padding-bottom:15px;
}
.roundBody h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#40525e;
}
.roundBody P{
	padding:2px 0px 14px 0px;
	margin:0px;
}
.redGo{
	background-color:#cc0000;
	color:#FFFFFF;
	height:26px;
	margin:2px 0px 22px 0px;
}
.redGo img{
	float:right;
}
.footer{
	height:50px;
	background-color:#FFFFFF;
}
.black{
	height:10px;
	font-size:1px;
	background-color:#333333;
}
.required{
	color:red;
}

a,a:link,a:active,a:visited {color:40525e;text-decoration:none;}
.facebook {width:25px;height:25px;display:block;position:absolute;z-index:500;left:50%;margin-left:310px;margin-top:517px;}

