@charset "utf-8";
#mainContainer {
	width: 98%;
	background: #666666;
	padding-top: 20px;
	font-size: medium;
}
#centerContainer {
	width: 100%;
	background: #666666;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	font-size: small;
}
#header {
	font: medium "Times New Roman", Times, serif;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom: 1px solid #333333;
	background-color: #006699;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	background: #006699;
	height: 10px;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: x-small;
	color: #FFFFFF;
}

