*{ margin:0; padding:0; }
div{ overflow:hidden; zoom:1}
body {
	background:url(images/bg.gif) #fff;
	background-attachment:fixed;
	padding: 0;
	color: #000000;
	margin: 0 auto;
	text-align: left;
	font-family: "宋体";
	font-size: 12px;
	overflow:hidden;
}
p{ text-align:left; line-height:20px; padding:5px; font-size:13px;}
ul{margin:0 auto;}
li{list-style-type:none; margin:0; padding:0}
h2{background:url(images/icon1.gif) no-repeat left;
	width:114px;
	height:23px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:12px 0px 0px 0px;
	}
h3 {      line-height:45px;
          font-size:14px;
          font-weight: bold; 
          border-bottom: dashed #cccccc 1px; 
		  padding-left:25px;
			}

#sidebox a:link { font-size:14px; color: #000000; text-decoration:none;}     /* 未被访问的链接 */
#sidebox a:visited {font-size:14px; color: #000000; text-decoration:none;}  /* 已被访问过的链接 */
#sidebox a:hover {font-size:14px; color: #FF3900; text-decoration:underline}   /* 鼠标悬浮在上的链接 */
#sidebox a:active {font-size:14px; color:#FF3900; text-decoration:underline}   /* 鼠标点中激活链接 */

#container{
	margin: 0 auto;
	text-align: left;
	width:812px;
	padding:0px;
	}

#header{
    background:url(images/header.gif) no-repeat top;
	width:812px;
	height:318px;
	margin-bottom:20px;
	}
	
#sidebar {
	float:left;
	width:206px;
	margin:0px 4px 0px 0px;!important;
	*margin:0px 0px 0px 0px;
	padding:0px;
	}

#sidertop {
	background:url(images/sidertop.gif) no-repeat top;
	width:206px;
	height:27px;
	}

#sidebox {
	background:#FFFFFF;
	border-left:10px solid #F5F5F5;
	border-right:10px solid #F5F5F5;
	width:186px;
	margin:0px;
	padding:0px;
	}

#sidebox li {
	background:url(images/icon2.gif) no-repeat left;
	width:131px;
	font-size:14px;
	font-weight:bold;
	line-height:32px; 
	height:32px;
	margin:0 auto;
	text-align:center;
	}

#siderbottom {
	background:url(images/siderbottom.gif) no-repeat bottom;
	width:206px;
	height:26px;
	}

#mainbox {
	width:602px;
	margin:0px;
	padding:0px;
	}
	
#maintop{
	background:url(images/maintop.gif) no-repeat top;
	width:602px;
	height:27px;
	}

#mainContent {
    border-left:10px solid #F5F5F5;
	border-right:10px solid #F5F5F5;
	width:562px;
	background:#FFFFFF;
	margin:0px;
	padding:10px;
	}
	
#mainbottom{
	background:url(images/mainbottom.gif) no-repeat bottom;
	width:602px;
	height:26px;
	}
	
#menu div{ background-color:#FFF8E8;
          font-size:12px;
          padding:5px 10px 5px 25px;
		  border-bottom: dashed #666666 2px;
		  line-height:32px;
		  }

html { overflow-x:hidden; }

table {font-size:14px; text-align:center; background-color:#000000}

td { height:20px; background-color:#FFFFFF; line-height:20px;}
	
/*html { 
　　overflow-y:auto!important; 
　　*overflow-y:scroll;
　　}*/
#footer {
	padding: 0 10px 0 20px;

}
#footer p {
	text-align:center;
	padding: 10px 0;
}

.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

[if IE 5]>
<style type="text/css"> 
/* 将 IE 5* 的 css 方块模型修正放在这个条件注释中 */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* 请将所有版本的 IE 的 css 修复放在这个条件注释中 */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* 上面的专用 zoom 属性为 IE 提供避免错误所需的 hasLayout */
</style>
<![endif]