@charset "utf-8";
body {
	font: normal 14px Arial, Helvetica, sans-serif; 
	font-weight: 400;
	margin: 0; 
	padding: 0; 
	background: #DBDBDB; 
	}
#topNav {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 760px;

	font-size: 17px;
	background-color: #CCCCFF;

}
#topNav a {
	color: #3300CC;

}
#topNav a:hover{
	color: #FF0000;
	text-decoration: none;
	
}

#topNav:hover{

	
}
#pagecontainer {
	width: 780px;
	background-color: #FFFFFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 20px;
	border: 2px solid #999999;
	
	
}


#mainTextBlock {
	width: 770px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;

}
#mainTextBlock li{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;

}
#footer {
	text-align: center;
	display: block;
	height: 50px;
	width: 780px;
	margin-top: 25px;
	font-size: 11px;
}
	
p { line-height: 19px; }

.clr {clear: both; }
