html,body{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size:12px;
	color: Black;
	/*background-image:	url(../images/bg.jpg);*/
	background-repeat: repeat-x;
	height: 100%;
}
div{
	margin: 0px;
	padding: 0px;
	
}

ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
}
h1{
	font-size: 15px;
}
h2{
	font-size: 13px;
}
img{
	border: none;
}


												/* 顶部 begin */
#sp-head{
	width: 1000px;
	height: 150px;
	margin: 0px auto;
	/*background-color: Aqua;*/
	background-image: url(../images/sub-title-bg.jpg);
	background-repeat: repeat;
}
										/* 顶部 end ********************/

										/* 中部 begin */
#sp-body{
	margin: 3px auto 10px auto;
	width: 1000px;
	background-color: white;
}

		/* 帮助中部-左定位 */
.toSp-body-left{
	position: static;
}

		/* 中部-左 */
#sp-body-left{
	width:240px;
	margin: 0px 0px 0px 10px;
	float: left;
	height: auto;
}

		/* 中部-右 */
#sp-body-right{
	margin:0px 0px 0px 10px;
	padding: 0px 9px 0px 9px;
	border-width:0px 1px 0px 0px;
	border-color:#DBDBDB;
	border-style: solid;
	width: 710px;
	height:auto;
	float: left;
}
/* 右部内容标题 */
.right-title{
	margin-bottom: 10px;
	height: 35px;
	border-bottom: 1px solid #DBDBDB;
	color:black;
	line-height: 35px;
	text-align:center;
}

											/* 中部 end********************** */

													/* 底部 */
#sp-foot{
	clear: both;
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	border-top:3px solid #266FF0;
}

													/* 底部 end */

													/* other */
													
									/* 模块标题 begin */
.title-show{
	width: 240px;
	height: 25px;
	background-image: url(../images/select-bg.gif);
	background-position: 0px -50px;
}
.title-show h1{
	text-indent: 20px;
	line-height: 25px;
	color: White;
	font-size: 15px;
}

									/* 模块标题 end */
									
									/* 公告 begin */
#pb-notic{
	margin-bottom: 5px;
}
									/* 公告 end */				
									
									/* 导航 begin */
#nav{
	margin-bottom: 5px;
}

									/* 导航 end */
/* 清空float */
.kill-clear{
	clear: both;
}

/* left content */
.nav-content{
	margin: 0px;
	padding: 5px;
	border: 1px solid #DBDBDB;
	color: #333333;
	height: auto;
}

/* 底部导航 */
#bottom-nav{
	margin:5px;
	text-align: center;
}
#bottom-nav a:link,a:visited{
	
}
#bottom-nav a:hover{
	text-decoration: none;
	color: Black;
}
/*#bottom-nav ul{
	margin:5px 0px;
}
#bottom-nav ul li{
	margin-left: 10px;
	float: left;
}
#bottom-nav ul li a:link,a:visited{
	color:#4169E1;
}
#bottom-nav ul li a:hover{
	color:#3D3D3D;
	font-weight: bold;
}*/

/* 底部联系方式 */
#bottom-contact{
	clear: both;
	margin-bottom:5px;
	text-align: center;
	color:black;
}

/* 版权 */
#bottom-bq{
	text-align: center;
}

/* 副页的快速导航 */
.leftmenu{
	height: 25px;
	line-height: 25px;
}

.leftmenu a:link,a:visited{
	text-decoration: none;
}
.leftmenu a:hover{
	color: Black;
	text-decoration: underline;
}

#lmul{
	margin-left: 15px;
	margin-top: 5px;
	list-style-type: none;
}

#lmul li{
	margin-bottom:10px;
	padding-left:10px;
	background-image: url(../images/arrow02.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#lmul .category{ text-indent:-10px;background-image:none;color:black;font-weight: bolder;}

#lmul li a:link,a:visited{
	color:#4169E1;
}
#lmul li a:hover{
	text-decoration: none;
	color: #3D3D3D;
}
