body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #F4F8CD;
	padding-right: 20px;
	padding-left: 20px;
	color: #4A4210;
}

* html div#container { 
   width: expression( document.body.clientWidth > 1001 ? "1000px" : "auto" ); /* sets max-width for IE */
   max-width: 1000px; /* this sets the max-width value for all standards-compliant browsers */
}

#container {
	min-width: 800px;
	max-width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: 1px solid #CFD872;
	background-image: url(../images/grad_banner.png);
	background-repeat: repeat-x;
	padding: 0px;
	
}
#banner {
	height: 99px;
}
#banner a {
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	display: block;
	padding-top: 20px;
	padding-right: 20px;
}
#banner a:hover {
	color: #685B00;
}


.clear {
	font-size: 1px;
	clear: both;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu_main {
	list-style-type: none;
	height: 42px;
	background-image: url(../images/grad_rule.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#menu_main li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu_main li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 22px;
	white-space: nowrap;
}
#menu_main li a:hover, #menu_main li a.you_are_here {
	color: #BED101;
}
#menu_main li a.inactive {
	color: #8E7C00;
}
.content {
	line-height: 1.6em;
	font-size: 1.05em;
	background-color: #FFFFFF;
}

#footer {
	background-image: url(../images/grad_footer.png);
	background-repeat: repeat;
	text-align: left;
	padding-right: 20px;
	background-position: left top;
	height: 30px;
	padding-top: 14px;
	background-color: #675A00;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.8em;
	color: #A38D00;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #A6AC86;
	text-decoration: none;
	float: left;
	padding-right: 25px;
}
#footer li a:hover {
	color: #FFFFFF;
}


#footer #site_credit {
	color: #999999;
	float: right;
}
#footer a#site_credit {
	color: #999999;
	text-decoration: none;
	white-space: nowrap;
}
#footer a#site_credit:hover {
	color: #FF6600;
}
#left_col ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#left_col ul li {
	display: inline;
}
#left_col ul li a {
	display: block;
	font-weight: bold;
	font-size: 0.85em;
	color: #685B00;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
#left_col ul li a:hover {
	color: #908454;
}
#left_col ul li ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#left_col ul li ul li a {
	font-weight: normal;
	font-size: 0.8em;
}
#left_col ul li a.you_are_here {
	color: #A8B900;
}
#menu_top {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#menu_top li {
	margin: 0px;
	padding: 0px;
	display: inline;
}