body{
	margin:0px;
	padding:0px;
	background-color:#e3e3e3;
}

.p{
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

.main{
	width:1004px;
	margin-right: auto;
	margin-left: auto;
	
}

.top_head{
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	width:1004px;
	height:154px;
	
}

.logo{
	padding-top:10px;
	margin-left: 16px;
	height:92px;
}

.top_menubg{
	height: 48px;
	width: 974px;
	padding-left: 15px;
	float: left;
	/*margin-right:25px;*/
}
.menu_lt {
	float:left;
	width:16px;
	height:47px;
}

.menu_mid {
	/*background-image:url(../images/menu_mid_bg.jpg);
	background-repeat:repeat-x;*/
	height:47px;
	float:left;
	width:940px;
	background-image: url(../images/menu_midbg.jpg);
	background-repeat: repeat-x;
}


.menu_rt {
	float:left;
	width:16px;
	height:47px;
}


.top_menubdr {
	background-image: url(../images/menubdr.jpg);
	background-repeat: repeat-x;
	width:1004px;
	height:8px;
	overflow:hidden;
	float: left;
}

.centermain{
	background-image: url(../images/mid_bg.png);
	background-repeat: repeat-y;
	width: 994px;
	margin-left: 4px;
	padding-bottom: 13px;
	float: left;
	
	
}

.head1{
	font-family: "Bookman Old Style";
	font-size:26px;
	color:#0064b1;
	padding-left: 5px;
}

.head2{
	font-family: "Bookman Old Style";
	font-size:18px;
	color:#0064b1;
	text-decoration:underline;
}

.head3 {
	font-family: "Bookman Old Style";
	font-size:26px;
	color:#2e3747;
	font-weight:bold;
	font-weight:400;
}

.con_l {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2e3747;
	font-weight:600;
	text-decoration:none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 25px;
	line-height: 22px;
	padding-left: 5px;
}

.con_r {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2e3747;
	font-weight:500;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	line-height: 15px;
}

.bdr1{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #7f7f6f;
}


.btm_bg {
	background-image: url(../images/btm_bg.png);
	background-repeat: repeat-x;
	width: 994px;
	height:107px;
	margin-left: 4px;
	float: left;
	

}


.footer {
	float: left;
	width: 1000px;
	height:107px;
}

.footer_links{
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-left: 30px;
	color: #0064b1;
	font-weight: 500;
	padding-top:15px;
}

.footer_links a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #0064b1;
	font-weight: bold;
}

.footer_links a:hover{
	text-decoration: none;
	color: #010101;
}

.foot_divider{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #2e3747;
	font-weight: 500;
	
}

.footer_copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2e3747;
	text-decoration:none;
	text-align:right;
	padding-right:30px;
	padding-top:15px;
	font-weight: 500;
}

.bg_left{
	background-image: url(../images/1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bg_right{
	background-image: url(../images/2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
A:link{
	color:#333333;
	text-decoration:none;
}
A:hover{
	color:#990000;
	text-decoration:none;
}
A:visited{ color:#666666; text-decoration:none; }
A:visited:hover{ color:#990000; text-decoration:none; }