@charset "utf-8";
/* CSS Document */

*{
	margin:0 auto;
	padding:0px;
	}
Body{
	margin:0 auto;
	padding:0px;
	background:url(images/body.jpg) repeat;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif, "Myriad Pro";
	color:#333;
	}
#MainContainer{
	width:887px;
/*	height:1000px;
*/	padding-left:4px;
	padding-right:3px;
/*	background:url(images/main_bg.jpg) repeat-y;
*/	}
#HeaderArea{
	width:887px;
	height:163px;
	float:left;
	}
#ContentArea{
	width:858px;
	float:left;
	padding-left:14px;
	padding-right:15px;
	}
#LeftBar{
	width:391px;
	float:left;
	margin-right:21px;
	}	
#RightBar{
	width:414px;
	float:left;
	background:#ececec;
	border:1px #d1d1d1 solid;
	padding:15px;
	}
#RightBarHeader{
	width:399px;
	float:left;
	text-align:center;
	padding-left:15px;
	}
#RightBarFormContent{
	width:414px;
	float:left;
	text-align:justify;
	margin-top:15px;
	margin-bottom:30px;
	line-height:22px;
	}
	
.LeftTXT{
	color:#383736;
	font-size:20px;
	font-weight:bold;
	}
#Video{
	width:391px;
	height:337px;
	float:left;
	margin-top:25px;
	}
.BlueTXT{
	color:#3573c0;
	font-size:23px;
	font-weight:normal;
	}
#Form{
	width:385px;
/*	height:209px;
*/	float:left;
	background:url(images/form_top.jpg) no-repeat;
	padding-top:18px;
	}	
#FormMid{
	width:385px;
	float:left;
	background:url(images/form_mid.jpg) repeat-y;
	padding-top:5px;
	}		
#FormBottom{
	width:385px;
	height:19px;
	float:left;
	background:url(images/form_bottom.jpg) no-repeat;
	}
#Line{
	width:858px;
	height:2px;
	float:left;
	background:url(images/line.jpg) no-repeat;
	margin-top:50px;
	}
#FooterArea{
	width:887px;
	height:54px;
	float:left;
	text-align:center;
	padding-top:10px;
/*	background:url(images/footer_bg.jpg) repeat-x;
*/	}	
#FooterArea a{
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif, "Myriad Pro";
	color:#333;
	text-decoration:none;
	font-weight:bold;
	}	
#FooterArea a:hover{
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif, "Myriad Pro";
	color:#333;
	text-decoration:underline;
	font-weight:bold;
	}
.Footer{
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif, "Myriad Pro";
	color:#333;
	}
#Clear{
	clear:both;
	}	
