* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background-image:url(style/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#fff;
	background-attachment:fixed;
	width:100%;		
	height:100%;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	color:#000000;
	overflow-y:scroll;
}
a{
	color:#216272;
	text-decoration:none;
}
a:hover {
	color:#2894AE;
	text-decoration:none;
	cursor:pointer;
}
p {
	margin:7px;
}

ol {
	margin-left:28px;
}

ul {
	margin-left:28px;
}
.divhead {	
	height:100px;
	width:970px;
}
.divbody { 
	position:absolute;
	top:0;
	left:50%;
	width:970px;
	margin-left:-35%;
	/*margin-left:-485px;*/
	min-height:650px;
	
	
	border:1px #333 solid;	
	background-image:url(style/bg.png);
	background-repeat:repeat;
}

.divbm{	
	position:relative;
	width:950px;	
	float:left;	
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}
.divblocks{	
	position:relative;		
	width:208px;
	float:left;	
}
.divblock{	
	position:relative;		
	width:208px;
	float:left;
	margin-bottom:10px;
	
	border:1px #333 solid;
}
.divblocktitle{	
	position:relative;		
	width:208px;
	float:left;
	
	border-bottom:1px #333 solid;
	background-color:#333;
	color:#FFF;
}
.divblockcontent{	
	position:relative;	
	width:208px;
	float:left;	
	
	background-color:#f5f5f5;
}

.divmain{
	position:relative;		
	width:728px;	
	float:left;
	margin-left:10px;
	
	border:1px #333 solid;
	background-color:f5f5f5;
}
.divmaintitle{	
	position:relative;	
	width:728px;
	float:left;
	
	color:#FFF;
	border-bottom:1px #333 solid;
	background-color:#333;
}
.divmaincontent{	
	position:relative;	
	width:728px;
	float:left;
	
	background-color:#f5f5f5;
}

.bigfont{
	font-size:14px;
	color:#900;
	font-weight:bold;}

td p { 
margin-left:8px;
}