body {
	margin:0;
	padding:0;
	height:100%;
	background: #FFF ;
	top:0px;
	/*overflow: hidden;*/
}

a {MARGIN: 0px;PADDING:0px;BORDER:0px;}
a:link {COLOR:#60A179;TEXT-DECORATION:none;}
a:visited{COLOR:#666;TEXT-DECORATION: none;}
a:hover{COLOR:#3AAD7E;TEXT-DECORATION: underline;}
.clearall{CLEAR:both;display:none;}

#menu 	{
top: 0px;
position: absolute;
right:2px;
width:280px;
margin:2px;
border:1px solid #b5c7d0;
height:533px;
float:left;
}
#IFram{
  height:550px;
}
#main	{
    top: 0px;  
	left:1px;
    position: relative;
	width:710px;
	margin: 0px;
	float:left;
}

#footer	{
   position: absolute;
	width:100%;	
	float:bottom;
	bottom:0px;
}

h2 {
	background-color:#d4edf3;
	font-size:14px;
	font-family: "宋体";
	font-weight: bold;
	padding:5px;
	margin:0;
	border:1px solid #b5c7d0;
}
h3 {
	background-color:#b5c7d0;
	font-size:13px;
	font-family: "宋体";
	font-weight: bold;
	padding:5px;
	margin:0;
	/*border:1px solid #b5c7d0;*/
}
.content	{
	font-size:14px;
	font-family: "宋体";
	border-bottom:1px solid #b5c7d0;
	border-left:1px solid #b5c7d0;
	border-right:1px solid #b5c7d0;
	line-height: 20px;
	padding:5px;
	margin-bottom:15px;
}
.contentLeft{  
	font-size:12px;
	position: relative;
	font-family: "宋体";
	padding:10px;
	line-height: 180%;
	overflow:auto; height: 480px;
}

ol{margin:0 0 0 20px;padding:0;}
ol li{
	list-style-type: disc;
}
