body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url('/images/bg.jpg');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center;
	margin:0px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;	
	margin-top:20px;
}
.divBanner {
	background-image:url('/images/banner.jpg');
	background-repeat:no-repeat;
	background-position:center;	
	width:100%;
	height:228px;
}
.divHead {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 10px;
	position:absolute;
	top:-50px;
	z-index:-10;
}
.divHead span {
	font-size:28px;
	font-weight:bold;
}
.divBody {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.divContent {
	width:800px;
	float:right;
	padding: 20px 0px 0px 0px;
	padding-bottom:20px;
}
.divContent img {
	float:right;
	margin: 0px 60px 10px 10px;
}
.divBottom {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width: 190px;
	margin-top: 20px;
	margin-bottom: 20px;
	color:#666;
}
.divMenu {
	width:200px;
	float:left;
}
h2 {
	margin: 10px 60px 5px 60px;
	color:#333;	
}
p {
	margin: 10px 60px 5px 60px;
	text-align:justify;
	color:#333;
}
p a {
	color:#000;
	text-decoration:none;
}
p a:hover {
	color:#333;
	text-decoration:underline;
}
.ulNav {
	margin:0px;
	padding:0px;
	width:200px;
}
.liTop {
	list-style-type:none;
	padding: 0px 0px 0px 10px;
}
.liMidA {
	list-style-type:none;
	padding: 5px 0px 5px 10px;
}
.liMidB {
	list-style-type:none;
	padding: 5px 0px 5px 30px;
}
.liMidC {
	list-style-type:none;
	padding: 5px 0px 5px 50px;
}