@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.oneColElsCtr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; 
}
#mainContainer {
	background-color: #FFFFFF;
	height: 600px;
	width: 800px;
	padding-top: 10px;
}
#lowerContainer {
	height: 200px;
	width: 800px;
	padding-top: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}
