﻿@charset "utf-8";
/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/
body {
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.8em;
	color: #585858;
	background-color: #e5e5e5;
	text-align: center;
	width: 100%;
	margin:0 auto;
}
img {
	border:none;
}
#container{
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#header {
	text-align:left;
	padding-left: 66px;
}
#left{
	text-align:left;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-y;
	width: 203px;
	margin-left: 66px;
	float: left;
}
* html #left{
	margin-left: 33px;
}

#right{
	text-align:left;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 665px;
}
#footer {
	padding-top:2px;
	color: #FFF;
	background-color: #b8b8b8;
	height:22px;
}
#container #left #nav {
	background-image: url(../images/nav-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 26px;
	min-height:640px;
}
#container #right #page {
	background-image: url(../images/body-top.jpg);
	background-repeat: no-repeat;
	padding-left: 24px;
	min-height:651px;
	padding-right: 24px;
}
#container #right p{
	padding:4px 0px 4px 24px;
	margin:0px 0px 10px 0px;
	border-bottom: 1px dashed #bcbcbc;
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
#container #right .p1{
	padding:4px 0px 4px 24px;
	margin:0px 0px 0px 0px;
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	display:block;
}
#container #right .p2{
	padding:4px 0px 4px 24px;
	margin:0px 0px 10px 0px;
	display:block;
	border-bottom: 1px dashed #bcbcbc;
}
#container #right .p3{
	padding:0px 0px 0px 24px;
	margin:0px 0px 0px 0px;
	display:block;
}
.middot {
	color:#D0A91E;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 6px;
	display: block;
}
.font-red{
	color:#C6010B;
}
.font-blue{
	color:#0E72C0;
}
.q{
	background-image: url(../images/p5t-q.jpg);
	background-repeat: no-repeat;
	display: block;
	color: #FFF;
	font-weight: bolder;
	padding-left: 32px;
	margin-bottom: 6px;
}
.a{
	background-image: url(../images/p5t-a.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-left: 32px;
	margin-bottom: 10px;
}
#p8 table td{
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-bottom: 1px dashed #bcbcbc;
}
