Div#Container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
body {
	background-color: #FFEAD3;
	margin-top: 5px;
}
Div#Header {
}
Div#Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}

Div#Footer {
	width: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	color: #660000;
	margin-left: auto;
	margin-right: auto;
}
.HeaderBanner {
	background-color: #FFEAD3;
}
.AccentLine {
	background-color: #660000;
}
.MenuInactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	text-decoration: none;
	font-style: italic;
}
.MenuActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	font-style: italic;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
.FormField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	background-color: #FFEAD3;
}
.FormButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	background-color: #FFEAD3;
	border: 1px solid #660000;
}
.ProdPageFormButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	background-color: #FFEAD3;
	border: 1px solid #660000;
	height: 15px;
	width: 125px;
}
.ProdPageFormButtonActive {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFEAD3;
	background-color: #660000;
	border: 1px solid #660000;
	height: 15px;
	width: 125px;
}
#Layer1 {
	position:absolute;
	width:180px;
	height:390px;
	z-index:1;
	overflow: auto;
	scrollbar-face-color : #FFEAD3;
	scrollbar-highlight-color : #FFEAD3;
	scrollbar-3dlight-color : #660000;
	scrollbar-shadow-color : #660000;
	scrollbar-darkshadow-color : #FFEAD3;
	scrollbar-track-color : #FEE1C1;
	scrollbar-arrow-color : #FFEAD3;

