@charset "utf-8";
/* CSS Document */
body{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-family:tahoma;
	font-size:11px;
	color:#363636;
}
td{
	font-family:tahoma;
	font-size:11px;
	color:#363636;
	line-height:17px;
}
a{
	color:#2861a4;
	text-decoration:underline;
}
a:hover{
	color:#535557;
	text-decoration:none;
}

.leftpad{
	float:left;
}
.rightpad{
	float:right;
}
.header_bg{
	background:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:209px;
}
.header_bg_btm{
	background:url(../images/header_btm.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:248px;

}
.top_header_pad{
	float:left;
	width:800px;
	margin-top:23px;
	margin-bottom:65px;
}
.top_menu_pad{
	float:right;
	margin-right:25px;
}
.topicon{
	float:left;
	text-align:center;
	margin-left:15px;
	width:45px;
}
a.topmenu_txt{
	color:#0a3a63;
	text-decoration:none;
}
a.topmenu_txt:hover{
	color:#7f7c7c;
	text-decoration:none;
}
.mainmenu{
	float:left;
	width:800px;
}
ul.main_menu{
	margin:0px 0px 0px 25px;
	padding:0px;
}
ul.main_menu li{
	background:url(../images/menu_sep.jpg) no-repeat 3px 3px;
	padding:3px 10px 3px 10px;
	background-position:right;
	display:inline;
	color:#696969;
	font-weight:bold;
}
ul.main_menu li a{
	color:#696969;
	font-weight:bold;
	text-decoration:none;
}
ul.main_menu li a:hover{
	color:#2863a1;
	font-weight:bold;
	text-decoration:none;
}

ul.main_menu li.last{
	background:none;
	padding:3px 10px 3px 10px;
	background-position:right;
	display:inline;
	color:#696969;
	font-weight:bold;
}
ul.main_menu li.last a{
	color:#696969;
	font-weight:bold;
	text-decoration:none;
}
ul.main_menu li.last a:hover{
	color:#2863a1;
	font-weight:bold;
	text-decoration:none;
}
.conetent_area{
	width:420px;
	vertical-align:top;
	padding-left:24px;
}
.content_pad{
	margin-top:100px;
	float:left;
	text-align:left;
}
.links_com_pad{
	float:left;
	width:430px;
	padding:15px 0px 15px 0px;
}
.home_link1{
	float:left;
	width:204px;
	margin-right:15px;
}
.home_link2{
	float:left;
	width:204px;
}
.home_link_imgstyle{
	margin-bottom:7px;
	margin-top:7px;
}
.footerbg{
	background:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	height:22px;
	vertical-align:middle;
}
/*.footer_pad{
	background:#FFFFFF;
	width:300px;
	margin-right:70px;
	text-align:center;
}*/
.footer_pad{
	background:#FFFFFF;
	width:500px;
	margin-right:70px;
	text-align:center;
	float:right;
}
.footer_pad1{
	background:#FFFFFF;
	width:80px;
	margin-left:70px;
	text-align:center;
	float:left;
}

a.footer_link{
	color:#242420;
	text-decoration:none;
}
a.footer_link:hover{
	color:#2863a1;
	text-decoration:underline;
}
.iiner_tittle{
	margin-bottom:12px;
}
.inner_content_pad{
	text-align:justify;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.txt_blue{
	color:#2861a4;
}
.txt_white{
	color:#FFFFFF;
}
.txtbox{
	background:#FFFFFF;
	border:1px solid #a7bdd0;
	width:150px;
	height:16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	}
.txtbox1{
	background:#FFFFFF;
	border:1px solid #a7bdd0;
	width:50px;
	height:16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	}
.cmbbox{
	background:#FFFFFF;
	border:1px solid #a7bdd0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	width:150px;
	height:16px;
	}
.txtarea{
	background:#FFFFFF;
	border:1px solid #a7bdd0;
	width:150px;
	height:45px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	}
.button{
	background:#27629e;
	border:1px solid #e9e9e9;
	text-align:center;
	padding:2px;
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	cursor:pointer;
	}
.table_style{
	border:1px solid #dee9f3;
	background:#f3f3f3;
	padding:20px;
	}

.txt_red{
	color:#FF0000;
	}
