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

body{
	margin:0px;
	padding:0px;
	background:url(../images/bg_main.jpg) repeat-x #015f9e;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}


#logo{
	width:258px;
	text-align:left;
	float:left;
}


.main_menu{
	width:650px;
	text-align:left;
	float:left;
	text-decoration:none;
	border:none;
}
.main_menu a{
	width:650px;
	text-align:left;
	float:left;
	text-decoration:none;
	border:none;	
}
.main_menu ul{
	margin:0px;
	padding:0px;
}
.main_menu li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:inline;
}
.main_menu a:link, .main_menu a:visited{
	width:129px;
	margin-right:1px;
	height:49px;
	background:url(../images/bg_menu.jpg) repeat-x;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	padding-top:40px;
}
.main_menu a:hover{
	width:129px;
	margin-right:1px;
	padding-top:20px;
	height:49px;
	background:none;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	padding-top:40px;
}
.underMenu{
	width:129px;
	margin-right:1px;
	height:9px;
	float:left;
	background:url(../images/bg_under02.jpg) repeat-x;
}




.link{
	height:89px;
	text-align:left;
	float:left;
	text-align:center;
}
.link a:link, .link a:visited{
	background:url(../images/bg_menu.jpg) repeat-x;
	text-align:left;
	float:left;
	text-align:center;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:34px;
	padding-top:55px;
}
.link a:hover{
	height:24px;
	padding-top:65px;
	background:#0071be;
	text-align:center;
	float:left;   
}

.under_link{
	background:url(../images/bg_under02.jpg);
	height:9px;
	float:left;
}

.enter_page{
	padding-top:55px;
}
.enter_page_btn{
		width:437px;
		float:left;
		padding-right:20px;
		text-align:right;
}


/*----------------------*/
.enter_page_btn_link{
	height:48px;
	text-align:left;
	float:left;
	text-align:center;
	font-weight:bold;
	margin-left:245px;
}
.enter_page_btn_link a:link, .enter_page_btn_link a:visited{
	background:url(../images/btn_enter.jpg) repeat-x;
	text-align:left;
	float:left;
	text-align:center;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	height:34px;
	padding-top:15px;
	text-decoration:none;
}
.enter_page_btn_link a:hover{
	height:34px;
	padding-top:15px;
	background:url(../images/btn_enter_hover.jpg) repeat-x;
	text-align:center;
	color:#004481;
	float:left;
}
/*----------------------*/


.enter_page_add{
		width:437px;
		float:right;
		padding-left:20px;
		text-align:left;
		color:#6d6d6d;
		font-size:10px;
		line-height:17px;
		border-left:solid 1px #a7a7a7;
}


.left_menu{
	width:258px;
	height:556px;
	float:left;
	background:url(../images/bg_leftmenu.jpg) no-repeat right;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
.left_menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;	
}
.left_menu li{
	background-image:url(../images/sym_list.gif);
	background-repeat:no-repeat;
	background-position:10px 10px; 
	padding-left:25px;
	line-height:25px;
}
.left_menu li a{
	color:#fff;
	text-decoration:none;
}
.left_menu a:link, .left_menu a:visited{
	color:#fff;
	text-decoration:none;
}
.left_menu a:hover{
	color:#ffe066;
	text-decoration:none;
}



.right_data{
	width:650px;
	float:left;
	background:url(../images/data_rightarea.jpg) repeat-y;
	color:#015f9e;
}

.right_data_content{
	height:100%;
	padding:5px 15px 0 15px;
	text-align:left;
}

.right_data_content h3{
	margin:0px;
}
.right_data_content p ul li{
	margin:0px;
	padding:0px;
}


/*new css for content*/
img{	
  border:none;
}

	
.float_l
{
  float:left;
}
.float_r{
  float:right;
}
.txt_b{
   font-weight:bold;
}

.line_btm_blue{
padding-left:5px;
padding-bottom:2px;
border-bottom:3px solid #efefef;
}

.topic{
   color:#0071be;
   text-align:left;
   font-weight:bold;
   text-decoration:underline;
}

.nav_link {
	width:100%;	
    float:left;
	font-size:11px;
	color:#666666;	
}
.nav_link a{
	font-size:11px;
	color:#666666;	
}
.b_link {
	width:100%;	
    margin:left;
	font-size:11px;
	color:#666666;	
}
.b_link a{
	font-size:11px;
	color:#666666;	
}

.faq_link {
	font-size:12px;
	color:#004481;		
	padding-left:5px;
	padding-bottom:1px;
	border-bottom:0.2px solid #9d76d3;
	text-decoration:none;
}

.mrg_left{
	margin-left:70px;
}
.mrg_right{
	margin-right:10px;
}
.mrg_top15{
	margin-top:15px;
}
.mrg_top20{
	margin-top:20px;
}
.mrg_btm5{
	margin-bottom:5px;
}
.mrg_btm10{
	margin-bottom:10px;
}
.mrg_btm20{
	margin-bottom:20px;
}
.mrg_btm50{
	margin-bottom:50px;
}
.mrg_btm100{
	margin-bottom:100px;
}
.mrg_btm150{
	margin-bottom:150px;
}
.mrg_btm200{
	margin-bottom:200px;
}
.mrg_btm250{
	margin-bottom:250px;
}

.footer{
	margin-top:40px;
	border-top:dotted 1px #a7a7a7;
	color:#6d6d6d;
	font-size:10px;
	text-align:left;
}

.footer_left{
	width:430px;
	float:left;
	padding-right:7px;
}

.footer_right_link{
	width:100px;
	float:left;
	padding-right:2px;
}

.footer_right_link2{
	width:70px;
	float:left;
}


.clear{ 
	clear:both;
}

.footer a:link, .footer a:visited{
	color:#0000FF;

}

.footer a:hover, .footer a:active{
	text-decoration:none;

}
