* {
	margin:0;
	padding:0;
}

body {
	margin:0 auto;
	padding:6px;
	background-color:rgb(0,102,202); 
}

/* wrapper */
div.wrapper {
	width:1024px;
	margin:0px auto 0 auto;
}

/* header & nav */
div.header {
	width: 1024px;
	background-color: rgb(255,255,255);
}

div.header h1 {
	margin: 0px 0px 0px 0px;
	float: right;
	text-align:right;
	padding-top: 36px;
	padding-right: 20px;
	padding-bottom: 1px;
	font-size: 28px;
	font-family: 宋体;
	font-weight: bold;
	color: rgb(0,102,202);
}

div.header h1 a{
	font-size: 28px;
	font-family: 宋体;
	font-weight: bold;
	color: rgb(255, 255, 255);
}

div.header h2 {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 30%;
	text-align:left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 52px;
	font-family: 黑体;
	font-weight: bold;
	color: rgb(0,102,202);
}

div.menu {
	background:rgb(255,255,255);
	height:40px;
	width: 1024px;
	background-image: url(images/menu-bg1.jpg);
	background-repeat: no-repeat;
}

div.menu ul {
	list-style:none;
	margin:0;
	padding:0px 0px 0px 148px;
	float: left;
}

div.menu ul li {
	float:left;
	display:block;
	width: 110px;
}

div.menu ul li a, 
div.menu ul li a:visited {
	color:rgb(255,255,255);
	display:block;
	float:left;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: blod;
	padding:10px 23px 8px 22px;
	text-transform: none;
	text-decoration:none;
}

div.menu ul li a:hover {
	text-decoration:underline;
	background:rgb(9,64,149);
	font-family: Tahoma;
	font-weight: blod;
	color:rgb(255,255,255);
}

/* wrapper */
div.space {
	width:1024px;
	background-color: rgb(255,255,255);
	margin: 0px 0px 0px 0px;
	height: 0px;
	padding: 0px 0px 0px 0px;
}

/*big picture*/
div.headpic {
	width: 1024px;
	height: 150px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/20-6.jpg);
	background-repeat: no-repeat;
}

/* headers */
h3 {
	text-decoration:none;
	background-color: rgb(194,217,241);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 12px;
	color:rgb(0,102,202);
	font-size: 18px;
	font-family: 幼圆;
	font-weight:bold;
}

h4, h4:visited, h4 a, h4 a:visited {
	font-family:宋体-方正超大字符集;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	color:black;
	text-transform:none;
	text-decoration: none;
}

/* content */
div.content {
	background-color:rgb(255,255,255);
	width: 1024px;
	padding:10px 0px 10px 0px;
	color:rgb(255,255,255);
}

/* sidebar */
div.column-left {
	float:left;
}

div.column-right {
	float:right;
}

div.sidebar {
	width:207px;
	padding:0px 0px 0px 0px;
	background-color: rgb(255,255,255);
}

div.sidebar ul {
	font-size:14px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	background-color: rgb(255,255,255);
}
div.sidebar ul li {
	padding:0px 10px 20px 10px;
}
div.sidebar ul li ul {
	padding:0px 0px 0px 10px;
	background-color: rgb(247,248,252);
	border: 1px solid rgb(194,217,241);
	color: Black;
}
div.sidebar ul li ul li {
	padding:4px 0px 4px 10px;
	line-height: 120%;
}

div.sidebar ul li ul li  a{
	color: black;
	text-decoration: none;
}

/* page content*/
div.page-content {
	float:left;
	width: auto;
	padding:10px 10px 10px 10px;
	color: rgb(0, 0, 0);
	background-color: rgb(255,255,255);
}

div.page-content-top {
	float:left;
	background-color: rgb(255,255,255);
}

div.page-content-top-left {
	float: left;
	width: 290px;
	color: rgb(0, 0, 0);
	background-color: rgb(255,255,255);
	height: 420px;
	border-bottom: 1px solid rgb(194,217,241);
	background-image: url(images/box1.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.page-content-top-left ul {
	list-style:none;
}

div.page-content-top-left ul li {
	list-style-position: inside;
	list-style-image: url(images/diamand.gif);
	padding:0px 0px 20px 0px;
	color: rgb(0,0,0);
	text-decoration: none;
	font-size:14px;
	font-weight: normal;
	line-height: 160%;
}

div.page-content-top-left ul li a{
	color: Blue;
	text-decoration: none;
	font-size:14px;
	font-style: normal;
}

div.page-content-top-right {
	float: right;
	width: auto;
	height: auto;
	background-color: rgb(255,255,255);
	padding: 0px 0px 0px 0px;
	border: 1px solid rgb(194,217,241);
	background-image: url(images/bottom4.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

div.page-content-bottom {
	float:left;
	background-color: rgb(255,255,255);
}

div.page-content-bottom-left {
	float: left;
	width: 380px;
	padding: 20px 10px 0px 0px;
	background-color: rgb(255,255,255);
	border-right: 1px solid rgb(194,217,241);
}

div.page-content-bottom-left p,
div.page-content-bottom-left p,
div.page-content-bottom-left p:visited,
div.page-content-bottom-left p a,
div.page-content-bottom-left p a:visited{
	font-size: 14px;
	line-height: 160%;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	color: Black;
}

div.page-content-bottom-left ul {
	list-style:none;
}

div.page-content-bottom-left ul li {
	padding:10px 0px 0px 0px;
	color: rgb(0,0,0);
	text-decoration: none;
	font-size:14px;
	font-weight: normal;
	line-height: 160%;
}

div.page-content-bottom-left ul li a{
	color: Blue;
	text-decoration: none;
	font-size:14px;
	font-style: normal;
}

div.page-content-bottom-right {
	float: left;
	width: auto;
	padding: 20px 10px 0px 16px;
	color: rgb(0, 0, 0);
	background-color: rgb(255,255,255);
}

div.page-content-bottom-right ul {
	list-style:none;
}

div.page-content-bottom-right ul li {
	padding:10px 0px 0px 0px;
	color: rgb(0,0,0);
	text-decoration: none;
	font-size:14px;
	font-weight: normal;
	line-height: 160%;
}

div.page-content-bottom-right ul li a{
	color: Blue;
	text-decoration: none;
	font-size:14px;
	font-style: normal;
}


div.page-content-bottom-right p,
div.page-content-bottom-right p,
div.page-content-bottom-right p:visited,
div.page-content-bottom-right p a,
div.page-content-bottom-right p a:visited{
	font-size: 14px;
	line-height: 160%;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	color: Black;
}

/* footer */
div.footer {
	text-align:center;
	margin: 0px auto 0px auto;
	background-color: rgb(220,220,220);
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	padding:10px 0px 10px 0px;
	width: 1024px;
	float: none;
	color: Black;
	border-top: 2px solid rgb(194,217,241);
}
div.footer a {
	padding: 10px auto 10px auto;
	color:rgb(0,0,0);
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	border-bottom:none;
	text-decoration:none;
}

.box1 {
	float: left;
	clear: none;
	width:150px;
	height:40px;
	margin: 0px 6px 6px 0px;
	background-image: url(images/box1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
} 

.box2 {
	float: left;
	clear: none;
	margin: 0px 10px 6px 0px;
	width:150px;
	height:99px;
	background-image: url(images/box2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.box3 {
	float: right;
	clear: none;
	margin: 0px 0px 6px 6px;
	width:150px;
	height:109px;
	background-image: url(images/box3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.a,.a:visited  {
	color: Black;
	text-decoration: none;
}

.clear {
	clear:both;
}
