@charset "UTF-8";
/* CSS Document */

BODY {
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1B5A84;
	font-weight:normal;
	background-color:#1A527B;
	padding-top:70px;
}

#wrapper {
	background-color: #FFFFFF; 
	width: 750px;
	margin:0 auto;
}

#top {
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:83px;	
}

.top_menu {
	background-color:#182E60;
	height:21px;
	padding-top:6px;
	padding-right:10px;
	text-align:right;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.top_menu a {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}

.top_menu a:hover {
	color:#B3C1D9;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
}

#content_wrapper {
	background-color:#FFFFFF;
	background-image:url(../images/contentbox_corner.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-bottom:50px;
	padding-left:35px;
	padding-right:35px;
	clear:both;

}

/*#content_wrapper:after { 
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 0; 
	clear: both; 
}

*/

#hrdtext_box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#1A527B;
	font-weight:bold;
	background-color:#ffffff;
	height:33px;
	padding-top:25px;
	border:0px solid #cc0000;	
}


.roundtbox {
	float:left;
	width:100%;

}

.boxtop {
	height:11px;
	float:left;
	clear:both;
}

.boxmiddle {
	border-left:2px solid #1B5A84;
	border-right:2px solid #1B5A84;
	width:676px;
	float:left;
	clear:both;
}

.boxbottom {
	height: 11px;
	float:left;
	clear:both;
	width:680px;
	
}


.top_line {
	border-top:2px solid #1B5A84;
	width:658px;
	float:left;
}

.bottomline {
	border-bottom:2px solid #1B5A84;
	width:658px;
	float:left;
	height:9px;
}


.corner1 {
	float:left;width:11px;height:11px;background:url(../images/cu1.jpg);
}

.corner2 {
	float:right;width:11px;height:11px;background:url(../images/cu2.jpg);	
}

.corner3 {
	float:right;width:11px;height:11px;background:url(../images/cu3.jpg);
}
.corner4 {
	float:left;width:11px;height:11px;background:url(../images/cu4.jpg);
}




.rightline {
	background: url(../images/blue_line.jpg) repeat-y right;
	width:11px;
	float:left;
}

.content_box {
	width:658px; float:left;
	
}

.content_box2 {
	width:658px;
	clear:both;
}

.left_content {
	width:518px; padding-right:10xp; float:left;
	background-image:url(../images/dotted_line.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

.right_content {
	width:126px; float:right;	
	}
	
.normal_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1B5A84;
	font-weight:bold;
	padding-right:10px;
}

.hrd_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#1B5A84;
	font-weight:bold;
}


.bottombox {
	background-color:#1A527B;
	height:50px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-top:10px;
}



a:link, a:active, a:visited {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	text-decoration:underline;
}

a.bottom_link1:link, a.bottom_link1:active, a.bottom_link1:visited {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}

a.top_link1:hover {
	text-decoration:underline;
}







