/* CSS Document */
html, body {
 	height:99%
}

html, body {
 	padding:0px;
 	margin:0;
}

html {
 	overflow:scroll;
}

body { 
 	background-color:#ede4d2;
 	background-image:url(images/map-bg.jpg); 
 	background-position:center left;
 	background-repeat:repeat-x;
 	background-attachment:fixed;
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:13px; 
 	color:#060644; 
 	font-weight:normal;
 	min-width:852px;
}

#outer {
 	height:99.9%;
 	min-height:100%;
 	width:850px;
 	margin-bottom:-52px;
 	margin:auto;
 	text-align:center;
 	position:relative;
 	background-color:#ffffff;
}
 
html>body #outer{height:auto;}

#banner {
 	position:absolute;
 	top:0;
 	left:0px;
 	width:850px;
 	height:150px;
 	background-color:#811313;
 	overflow:hidden;
	text-align:left;
 	z-index:100;
}

#leftnav {
 	position:relative;/*ie needs this to show float */
 	width:205px;
 	background-color:#ffffff;
 	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;
 	background-color:#fff;
	border-top:1px solid #114786;
}


* 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:645px;
 	background-color:#ffffff;
 	float:right;
 	padding-top:170px; /*make room for header*/
}

.inner {
 	padding:4px 15px 20px 15px;
 	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;
}

.indent {
	margin-left:25px;
	text-indent:-25px;
}

.center {text-align:center;}
.line {text-decoration:underline;}
.red {color:red}
.right {text-align:right}
.note { 
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

.heading {
	border-bottom:1px dotted #a07a57;
	padding-bottom:2px;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
}

.subheading {
	font-size:11px;
	font-weight:bold;
}

h1 {
	color:#a07a57;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	border-bottom:1px dotted #a07a57;
	padding-bottom:2px;
	margin:0px 15px 5px 15px;
	text-align:left;
	font-weight:bold;
}

h2 {
	color:#0b325f;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	float:left;
	font-weight:bold;
	margin:0 0 0 5px;
}

h2.hof {
	color:#0b325f;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	float:none;
	font-weight:bold;
	margin:3px 0px;
}

.copyright {
 	font-size:11px; 
 	color:#999; 
 	text-align:center; 
}

.years1 {
 text-align:center;
 font-weight:bold;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#060644;
 border-top:1px dotted #a98B6f;
 border-bottom:1px dotted #a98B6f;
}

.years {
 text-align:center;
 font-weight:bold;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#060644;
 border-bottom:1px dotted #a98B6f;
 margin:0px 10px;
 padding-bottom:5px;
}

.years a:link, .years a:visited {
 font-weight:bold;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}

.years a:hover {
 font-weight:bold;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#ffffff;
 background-color:#055bbb;
 text-decoration:none;
}

a {font-family:Arial, Helvetica, sans-serif; color:#055bbb; font-weight:bold; outline:none;}
a:visited, a:link {text-decoration:none}
a:hover {text-decoration:underline}

a.copy {font-size:11px; font-weight:normal;}
a:visited.copy, a:link.copy {text-decoration:none;}
a:hover.copy {text-decoration:underline;}

input, select {
	border:solid #a98b6f 1px;
}

input {
	background-color:#dfd4ca;
	color:#060644;
	font-weight:bold;
	font-size:12px;
}

select {
	background-color:#deeefc;
}

#lstitle {
	float:left;
	width:300px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
}

#hoftitle {
	width:614px;
	font-weight:bold;
	text-align:center;
	font-size:14px;
}

#legend {
	width:560px;
	padding-top:8px;
	float:left;
}

#printbtn {
	width:54px;
	float:right;
	padding-top:8px;
}
	

#info {
 border-right:solid #a98b6f 1px;
 border-top:solid #a98b6f 1px;
 width:614px;
 margin-top:5px;
}

#info th { 
 border-left:solid #a98b6f 1px;
 border-bottom:solid #a98b6f 1px;
 background-color:#dfd4ca;
 text-align:center;
}

#info td {
 border-left:solid #a98b6f 1px;
 border-bottom:solid #a98b6f 1px;
 vertical-align:top;
}

#info .tblheading {
	font-weight:bold;
	text-align:center;
	border:none;
}

#info .lsbook {
	text-align:right;
	vertical-align:top;
}

#info .prgrm {
	font-weight:bold;
	text-align:center;
}

#info .issue {
	text-align:center;
	width:140px;
	white-space:nowrap;
	vertical-align:middle;
}

#info .cat {
	width:75px;
	text-align:center;
}

#info .cost {
	text-align:right;
	width:50px;
}
