﻿#container {
	width: 800px;
	border: 1px solid #CC6600;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
}
#bannerDiv {
	height: 100px;
	background-color: #C0C0C0;
}
#menuDiv {
	width: 800px;
	background-color: #F8ECC3;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #694E18;
	border-bottom-color: #694E18;
}
#mainBody {
	background-color: #FFFFCC;
	padding-top: 10px;
}
#footer {
	padding: 2px;
	background-color: #E8B957;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #800000;
	clear: both;
}
.headerText {
	font-family: arial, Helvetica, sans-serif;
	font-size: medium;
	color: #6C562B;
}
.bodyText {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 150%;
}
.bignewsText {
	font-family: arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
