@charset "UTF-8";
body {
	background: #666666;
	margin: 0;
	text-align: align; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	line-height: 25px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;	
}
.oneColElsCtr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:active {
	color: #663300;
	text-decoration: none;
}
