body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F26722;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}
HR {
	COLOR: #F26722;
	HEIGHT: 1px;
}
.oneColElsCtr #container {
	width: 46em;
	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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent a:link {
	color: #0000FF;
}
#mainContent a:visited {
	color: #0000FF;
}
#mainContent a:hover {
	color: #F26722;
}
#mainLinks a:link {
	color: #333333;
}
#mainLinks a:visited {
	color: #333333;
}
#mainLinks a:hover {
	color: #F26722;
}
#footer {
	color: #CCCCCC;
	background-color: #FFFFFF;
}
#footer .content {
	padding: 12px;
	font-size: .7em;
}
