/* CSS Document */
*{margin:0px;padding:0px;}
h3 {      line-height:45px;
          font-size:14px;
          font-weight: bold; 
          border-bottom: dashed #cccccc 1px; 
		  padding-left:25px;
			}
p {text-indent:24px;}
hand{
     cursor: pointer;
     }
#mainbody {
           background: url(images/bg.gif) repeat-x #FF0281;
		   width:1004px;
		   height:1000px;
		   	margin: 0 auto;
	        text-align: left;;
		   }
#header {background:url(images/00.gif) no-repeat left; height:160px;}
#mainbox { background:url(images/10.gif) no-repeat bottom left; float:left; height:729px;}
#siderbar {background:url(images/01.gif) no-repeat; 
           float:left; 
		   width:186px; 
		   height:462px;
		   margin:0px;
		   padding:0px;
		   }
#mainconnet {background:url(images/03.gif) no-repeat right top; 
             height:714px; 
			 width:650px;
			 margin:0px;
			 padding:0px 120px 0px 0px;
			 }
#bgbox {background:url(images/bg1.gif) no-repeat left #FFFFFF; 
        height:714px; 
		width:622px; 
		float:left;
		padding:0px 0px 0px 28px}
#menu { padding:15px 28px 0px 0px;
          margin:0px 0px 0px 0px;}
/*#menu li{ font-size:13px; 
          border-bottom: dashed #EAEAEA 1px; 
		  line-height:24px;
		  height:24px;
		  padding-left:25px;
			}*/
#menu a:link { font-size:14px; color: #000000}     /* 未被访问的链接 */
#menu a:visited {font-size:14px; color: #666666; text-decoration:none;}  /* 已被访问过的链接 */
#menu a:hover {font-size:14px; color: #FF3900}   /* 鼠标悬浮在上的链接 */
#menu a:active {font-size:14px; color:#FF3900}   /* 鼠标点中激活链接 */
#menu div{ background-color:#FFF8E8;
          font-size:12px;
          padding:5px 10px 5px 25px;
		  border-bottom: dashed #666666 2px;
		  line-height:32px;
		  }
#menu ul { padding-left:20px;}

html { 
　　overflow-y:auto!important; 
　　*overflow-y:scroll; 
　　}
			 
#footer p {
    font-size:12px;
	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]
