html{
	height: 100%;
}

body { 
	background-color: #fff;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; 
	word-wrap: break-word;
	min-height: 101%;
	
}

#main { 
	position:relative;
	background-color: #f5f5f5;
	border: 1px solid #e9e9e9;
	height:auto; 
	min-height: 500px;
	top:192px; 
	width:980px; 
	margin-left: auto; margin-right: auto;  
	padding-bottom:5px;
	text-align: left; 
}

#portrait{
	margin-left:10px; margin-right:10px;
	margin-top:20px; margin-bottom:20px;
	border:0px;
	height:200px;
	width:150px;
}

p{
	line-height: 180%;
}

ol ul{
	line-height: 180%;
	padding-top: 10px;
}


a.def{
	color: #000;
}

a:hover.def{ 
	color: #990099;
}

#maintable{ 
	color: #888; 
	width: 980px;
	border:0 
}

.subtitle {
	position:absolute; 
	top:130px; left:0px; 
	width:100%; height:25px;  
	background-color:#fff;
}

.subtitle table {
	width:100%; 
	margin:0px; 
	padding:0px;
}

.subtitle td{
	height:24px; 
	font-style:bold; 
	border-bottom:1px solid #e0e0e0; 
	color:#2c128f; 
	text-align:center;
}

#banner {
	position:absolute; 
	top:30px; left:0px; 
	width:100%; height:100px; 
	background-color:#efefef; 
	text-align:center;  
}
	
#content{
	width:950px;
	border: 1px solid #ccc; 
	margin-top:35px; margin-bottom: 10px; margin-left:15px; margin-right:15px;	
	font-size:12px;
	min-height:480px; 
	background-color: #fff;
	

	
 }
 	
#contenttable{
	width: 930px;
	margin:10px; 
	padding-top: 30px; 
	padding-bottom: 20px;
	padding-left:35px;
	padding-right:200px;
	font-size: 12px;
	line-height: 180%;
}

#text{
	padding-left:30px;
}

#head_1{
	font-weight: bold;
	color: #2c128f;
	line-height: 28px;
}
