/* CSS Document */
html, body {
	height:99%;
 	padding:0px;
 	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:0px;
 	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:150px;/*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;
 	background-color:#fff;
}
#footer .footer-links {
	background-color:#fff;
	color:black;
	width:850px;
	text-align:center;
	padding:4px 0;
	font-size:11px;
	border-top:1px solid #ab7339;
}
#footer a {
	font-size:11px;
	padding:0 6px;
	font-weight:bold;
	color:#ab7339;
}
* 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;}
p {text-align:justify;}
h1 {
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	color:#205520;
	text-align:left;
}
h2 {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#205520;
	text-align:left;
	margin-bottom:0;
}
.first {margin-top:10px;}
.newlink {
	width:400px;
	margin:auto;
	text-align:center;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #8A4500;
}
.smalltxt {font-size:10px;}
.letter {
	margin:10px 20px;
	padding-top:10px;
	border-top:1px dotted #8A4500;
}
.line {text-decoration:underline;}
.red {color:red;}
.right {text-align:right;}
.center {text-align:center;}
.subhead {
	font:bold 11px Arial, Helvetica, sans-serif;
 	color:#999;
 	text-align:left;
}
#years {
	 font:bold 12px Arial, Helvetica, sans-serif;
	 color:#a86d31;
	 text-align:center;
	 border-top:1px dotted #a76c2f;
	 border-bottom:1px dotted #a76c2f;
	 padding:5px 0;
	 margin-bottom:2px;
}
#years a, #years a:link, #years a:visited {
	padding:1px 4px;
	color:#07a7cb;
	text-decoration:none;
}
#years a:hover {
	color:#fff;
	background-color:#07a7cb;
}
#years a.current {
	color:#fff;
	background-color:#a76c2f;
}
.copyright {
 	font-size:11px;
 	padding:5px; 
 	color:#999; 
 	text-align:center; 
}
.disc {
	list-style-image:url('images/tan-bullet.gif'); 
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:130%;
}
a {
	font:bold 12px Arial, Helvetica, sans-serif; 
	color:#07a7cb; 
	outline:none;}
a:visited, a:link {text-decoration:none;}
a:hover {text-decoration:underline;}
a.home {font-size:11px;}
#menu-outer {
	height:136px;
	margin:0 auto;
}
.table {
	display:table;   /* Allow the centering to work */
	margin:0 auto;
	text-align:center;
}
ul#horizontal-list {
	min-width:350px;
	list-style:none;
	padding:0;
	margin:0;
}
ul#horizontal-list li {display:inline;}