@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

























































































	color: ;
	vertical-align: inherit;
	position: static;
	display: block;
	background-color: #666666;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 600px;
	float: none;
	text-align: center;
	margin-top: 5%;
}
.oneColElsCtr #container {
	width: 800px;







	background: ; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	vertical-align: middle;
	margin: auto;
	clear: none;
	z-index: auto;
	overflow: auto;
	clip: rect(auto,auto,auto,auto);
}
.oneColElsCtr #mainContent {
	padding-top: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr #container2 {
	width: 800px;
	background: ;
	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 #footerContent {
	padding-top: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
