html {
	margin: 0;
	overflow:auto;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColElsCtr #container {
	width: 920px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.greenHeading {color: #008800; text-decoration:none;}
.greenHeading a:active {color: #008800; text-decoration:none;}
.greenHeading a:link {color: #008800; text-decoration:none;}
.greenHeading a:visited {color: #008800; text-decoration:none;}
.greenHeading a:hover {color: #008800; text-decoration:none;}
