body {
	color: #000;
	background-color: #fff;
	font: 10pt/1.3em Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
a, h1, h2, .cartWarning, 
.validationMessage, #footer {
	color: #000;
}
#leftNav, #navStatus, #specialNeeds {
	display: none;
}
#mainContentArea {
	position: relative;
	left: -209px;
	margin-top: 80px;
	width: 100%;
}
hr {
	display: block;
	color: #333;
	background: none;
	background-color: #333;
	height: 0;
	border: none;
	border-bottom: 1px solid #333;
}