/*基本信息*/
body {font:12px Tahoma;margin:0px;text-align:center;background:#3a6ea5;}
a:link,a:visited {font-size:12px;text-decoration:none;color: #000000;
}
a:hover {
	color: #0000FF;
}
#container {
	width:900px;
	background:#FFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
/*页面头部*/
#header {
	height:60px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	padding: 8px;
	background-position: left 20px;
	text-align:right;
}
#header h1{
	font-size: 12px;
	color: #FF0000;
	margin-top: 10px;
	margin-right: 30px;

}
#header h2{
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:  #669999;
	border-bottom-color:  #669999;
	margin-left: 650px;
	margin-right: 30px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: normal;
	text-align: center;
}

#menu {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}/*利用padding:20px 20px 0 0来固定菜单位置*/
#menu ul {float:right;list-style:none;margin:10px;}
/*添加了float:right使得菜单位于页面右侧*/
#menu ul li {
	width: 75px !important;
	float:left;
	display:block;
	line-height:30px;
	font-size: 12px;
	background-image: url(../img/dd_bj.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}
#banner {
	width:900px;
	height:150px;
	margin:auto;
	clear:both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images/top.GIF);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
/*页面主题*/
#pagebody {
	width:900px; /*设定宽度*/
	margin:3px auto; /*居中*/
	text-align: left;	
}
#line{	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#minibox{
	width:90px; /*设定宽度*/
	text-align:center; /*文字左对齐*/
	float:left; /*浮动居左*/
	overflow:hidden; /*超出宽度部分隐藏*/
}

#sidebar {
width:180px; /*设定宽度*/
text-align:left; /*文字左对齐*/
float:left; /*浮动居左*/
clear:left; /*不允许左侧存在浮动*/
overflow:hidden; /*超出宽度部分隐藏*/
}

#bodyleft {
	float:left;
	list-style:none;
	margin: 0px;
}

#bodyleft li {
	margin: 0px;
	float: left;
	width: 180px !important;
	width /**/: 180px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#bodyleft h1 {
	width: 180px !important;
	width /**/: 180px;
	font-size: 14px;
	font-weight: bold;
	color: #000033;

}

#mainbody {

width:700px;
text-align:left;
float:right; /*浮动居右*/
clear:right; /*不允许右侧存在浮动*/
overflow:hidden;
}
#bodytop{
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
}

#bodyright{
	float:right;
	list-style:none;
	margin:3px;
	padding: 3px;
	width: 700px;
	border:#999999 solid 1px;

}
#box{
		float:left;
	list-style:none;
	width: 345px;
	height:235px;
}

#bodyright h1{
	font-size: 16px;
	font-weight: bold;
	color: #000033;
}

#bodyright h2{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

#bodyright li {
	font-size: 12px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-indent: 10px;
}
#bodyright t{
	font-size: 12px;
	font-weight: bold;
}
#footerleft {
	width:280px; /*设定宽度*/
	text-align:center; /*文字左对齐*/
	overflow:hidden; /*超出宽度部分隐藏*/
	margin: 4px;
	width: 280px !important;
	float:left; /*浮动居左*/
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	line-height: 20px;
	list-style-type: none;

}

#footerright{
	width:560px; /*设定宽度*/
	text-align:left; /*文字左对齐*/
	overflow:hidden; /*超出宽度部分隐藏*/
	margin: 4px;
	width: 560px !important;
	float:left; /*浮动居左*/
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#footerright li{
	width: 550px !important;
	margin: 0px;
	float: left;
	list-style-type: none;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "宋体";

}