html,body,a,div,span,input,table,td{
	font-family: "宋体";
	font-size: 12px;
	color:#333333;
	text-decoration: none;
}
html,body{
	margin: 0px;
	padding: 0px;
}
a:hover{
	text-decoration: underline;
}
img{
	border: none;
}
/*导航*/
#top{
	width: 1003px;
	height:113px;
}
#top_m{
	width:820px;
	height:113px;
	border-right: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
	margin:0 auto;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
}
#navigation{
	float:right;
	width:500px;
	height:32px;
	margin:81px 0 0 0;
	padding:0 0 0 8px;
	background-image: url(/images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: left 0;
}
#navigation ul{
	margin:0;
	padding:0;
	width:500px;
	height:32px;
	background-color: #2D71AF;
	background-image: url(/images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: right -32px;
}
#navigation li{
	float: left;
	list-style-type: none;
}
#navigation a{
	padding:10px 0 0 0;
	color: #FFFFFF;
	display: block;
	height: 22px;
	width: 80px;
	text-align: center;
}
#navigation a:hover{
	background-color: #6194C3;
}
/*顶部图片*/
#top1{
	width:1003px;
	height:201px;
	background-color: #002791;
}
#top1_m{
	border-right: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
	background-image: url(/images/topImage.jpg);
	height: 201px;
	width: 820px;
	margin:0 auto;
}
/*中间*/
#mainBody{
	width:1003px;
	height:500px;
}
#mainBody_m{
	border-right: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
	margin: 0 auto;
	width: 820px;
}
/*左边*/
#leftBody{
	width:196px;
	float:left;
}
#leftBody span{
	width:171px;
	height:22px;
	padding:8px 0 0 25px;
	background-color: #2D71AF;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
#leftBody ul{
	margin: 0px;
	padding: 0 0 0 1px;
}
#leftBody li{
	width:195px;
	height:28px;
	list-style-type: none;
}
#leftBody a{
	display: block;
	padding: 9px 0 0 40px;
	width:156px;
	height:19px;
	border-bottom: 1px dashed #CCCCCC;
	background-image: url(/images/Arrow_Black.jpg);
	background-repeat: no-repeat;
	background-position: 22px center;
}
#leftBody a:hover{
	background-position: 22px top;
	background-image: url(/images/Arrow_Red.jpg);
	background-repeat: no-repeat;
	background-position: 22px center;
}
#leftBody .childUl, .viewChild{
	display:block;
	padding:0;
	width:195px;
	height:84px;
	margin:4px 0 4px 2px;
	background-color: #F2F2F2;
}
#leftBody .childUl{
	display:none;
}
#leftBody .childUl li,#leftBody .viewChild li{
	width:155px;
	height:28px;
	padding:0 0 0 25px;
	list-style-type: none;
}
#leftBody .childUl A,#leftBody .viewChild A{
	border: none;
	display: block;
	padding: 8px 0 0 0;
	width:155px;
	height:19px;
	background-image: none;
	color: #CF0137;
}
#leftBody .childUl A:hover,#leftBody .viewChild A:hover{
	display: block;
	padding: 8px 0 0 0;
	width:155px;
	height:19px;
	background-image: none;
}
/*右边*/
#rightBody{
	padding:0 0 0 30px;
	float:left;
}
#rightTitle{
	width:585px;
	height:29px;
	border-bottom: 1px dotted #000000;
}
#rightTitle span{
	background-image: url(/images/Arrow_Black1.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	height:20px;
	float:right;
	padding:9px 0 0 13px;
}
#rightTitle a{
	color:#D50000;
}
#subject{
	margin:10px 0;
	width:563px;
	height:35px;
	color: #666666;
	font-size:14px;
	font-weight: bold;
	padding:9px 0 0 22px;
	background-color: #F2F2F2;
	background-image: url(/images/subjectBg.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content{
	width:531px;
	height:auto;
	padding: 18px;
	line-height:150%;
	overflow: auto;
}
#content img{
	margin: 5px;
}
#content td{
	padding-left:5px;
}
/*尾巴*/
#tail{
	width:1003px;
	height:98px;
	float:left;
}
#tail_T{
	width:824px;
	height: 22px;
	color: #5793C9;
	margin: 0 auto;
	font-weight: bold;
	padding-top:6px;
	background-color: #D9D9D9;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}
#tail_T a{
	font-weight: bold;
	color: #5793C9;
}
#tail_U{
	width:824px;
	height: 67px;
	margin: 0 auto;
	background-color: #D9D9D9;
	border-top: 1px solid #FFF;
	background-image: url(/images/copyright.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}