@charset "utf-8";
#mainContainer {
	width: 970px;
	background: #666666 center;
	padding-top: 20px;
	font-size: medium;
}
#centerContainer {
	width: 960px;
	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: 950px;
	background: #006699;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	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;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	background: #006699;
	height: 12px;
	width: 970px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: x-small;
	color: #FFFFFF;
}
