/* CSS Document */
html, body {
	height:99%;
 	padding:0;
 	margin:0;}
html {overflow:scroll;}
body { 
 	background:#ede4d2 url('images/map-bg.jpg') repeat-x fixed center left;
 	font:normal 13px Arial, Helvetica, sans-serif; 
 	color:#333;
 	min-width:852px;}
#outer {
 	height:99.9%;
 	min-height:100%;
 	width:850px;
 	margin-bottom:-52px;
 	margin:auto;
 	text-align:center;
 	position:relative;
 	background-color:#fff;}
html>body #outer{height:auto;}
#banner {
 	position:absolute;
 	top:0;
 	left:0;
 	width:850px;
 	height:140px;
 	background-color:#fff;
 	overflow:hidden;
 	z-index:100;}
#leftnav {
 	position:relative;/*ie needs this to show float */
 	width:253px;
 	background-color:#fff;
 	float:left;
 	padding-top:170px;/*needed to make room for header*/
 	text-align:left;}
#footer {
 	width:850px;
 	height:50px;
 	clear:both;
 	text-align:center;
 	left:0;
 	bottom:0;
 	position:absolute;
	border-top:1px solid #ab7339;
 	background-color:#fff;}
* html #footer {margin-bottom:-1px;} /* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */}
div,p  {margin-top:0} /*clear top margin for mozilla*/
#main {
 	width:585px;
 	background-color:#fff;
 	float:right;
 	padding-top:150px; /*make room for header*/}
.inner {padding:4px 20px 20px 20px; text-align:left;}
#clearfooter {
 	clear:both;
 	width:850px; 
 	height:52px;}
html >body #minHeight {
 	float:left; 
 	width:0px; 
 	height:100%; 
 	margin-bottom:-52px;} 
img {border:0px;}
h1 {
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	color:#205520;
	text-align:left;
	margin-top:0;}
h1.title {
	margin-top:5px;
	text-align:center;}
h2 {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#205520;
	text-align:center;}
h3 {
	font:italic bold 13px Arial, Helvetica, sans-serif;
	color:#205520;
	text-align:center;}
p {text-align:justify;}
.right {text-align:right}
.center {text-align:center;}
.italic {font-style:italic;}
.copyright {
 	font-size:11px;
 	padding:5px; 
 	color:#999;
	text-align:center;}
.decimal {
	list-style-type:decimal;
	font:bold 12px Arial, Helvetica, sans-serif;}
a {font:bold 12px Arial, Helvetica, sans-serif; color:#07a7cb; outline:none;}
a:visited, a:link {text-decoration:none}
a:hover {text-decoration:underline}
#top-of-page {
	border-top:1px dotted #7e3c12;
	border-bottom:1px dotted #7e3c12;
	background-color:#f5ead5;
	padding:3px 0;
	margin:0;
	text-align:center;}
#top-of-page a {
	padding:2px 6px;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#7e3c12;}
#top-of-page a:hover {
	text-decoration:none;
	background-color:#c37b0e;
	color:#fff;}
#subnavcontainer {
	margin-bottom:0;
	padding:0 0 2px 2px;
	overflow:hidden;
	width:620px;}
#subnavlist {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:11px;}
#subnavlist li {
	float:left;
	margin:0 .5em 0 -.5em;
	padding:0 .5em 0 .5em;
	font:normal 11px Arial, Helvetica, sans-serif;}
#subnavlist a.subnav {
	padding:0 16px 0 0;
	_padding:0 16px 0 0;
	margin:0;
	background:url('images/subnavarrow.gif') right no-repeat;
	font-size:11px;
	text-decoration:underline;}