@charset "utf-8";
/* CSS Document */
body { 
  color : #000000; 
  background : #ffffff; 
  font: 12px/16px "Times New Roman", Times, serif; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#leftbar, #navcontainer { 
  display : none; 
} 
#wrapper {
	background: #FFF;
	margin: 6px auto 0px;
	height: auto;
	width: 900px;
	border: 2px solid #fff;
}
.centerbody {
	font: 18px/20px "Times New Roman", Times, serif;
	color: #000;
	float: left;
	height: auto;
	width: 820px;
	padding-top: 20px;
	padding-left: 20px;
}
#header {
	background: #FFF;
	margin: 10px auto 0px;
	height: 60px;
	width: 900px;
	border-bottom: 2px solid #fff;
	padding: 0px;
}
#wrapper .centerbody ul li {
	font: 18px/20px "Times New Roman", Times, serif;
	color: #333;
}
.centertext {
	font: 18px/20px "Times New Roman", Times, serif;
	color: #333;
}
.blackhead {
	font: bold 20px "Times New Roman", Times, serif;
	color: #333366;
}