@charset "utf-8";
body {
	padding:0;
	margin:0;
	
	color:#000000;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/backimg.jpg) top center repeat-x #ffffff;
	line-height:18px;
}
a img{
	border:0;
}
.container{
	width:876px;
	margin:0 auto;
}
.header{
	top center no-repeat;
	height:150px;
}
.banner{
	background:url(images/middle.jpg) center no-repeat;
	clear:both;
	height:232px;
	margin-bottom:2px;
}
.nav{
	height:20px;
	padding-bottom:10px;
	line-height:35px;
	border-bottom:1px solid #000000;
}	
.content{
	padding:0px 0px;
	margin-right:284px;
}
.contact{
	padding-top:10px;
	float:right;
	width:274px;
}
.footer{
	border-top:1px solid #000000;
	height:28px;
	line-height:23px;
	font-size:8pt;
	padding:5px 0px 0px;
	clear:both;
}
.footer, .footer a, .footer a:hover{
	color:#000000;
	text-decoration:none;
}
.webexceed{
	float:right;
	margin-top:2px;
}
/* Main styles */
.content ul, .content strong, a, a:hover, h6{
	color:#000000;
}
h6{
	font-size:7pt;
	line-height:14px;
	color:#000000;
}
p{
	margin:10px 0;
	padding:0;
}
a{
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	text-decoration:underline;
}
/* Main styles End */