/* CSS Document */
html, body {
	height:99%;
 	padding:0px;
 	margin:0;}
html {overflow:scroll;}
body { 
 	background-color:#fff; 
 	font:normal 1em Georgia, "Times New Roman", Times, serif; 
 	color:#000;
 	min-width:852px;
}
#outer {
 	height:99.9%;
 	min-height:100%;
 	width:100%;
 	margin:auto;
 	text-align:center;
 	position:relative;
 	background-color:#fff;
}
html>body #outer{height:auto;}
#banner {display:none;}
#leftnav {display:none;}
#footer {display:none;}

div,p  {margin-top:0} /*clear top margin for mozilla*/

#main {
 	width:100%;
 	background-color:#fff;
 	float:right;
 	padding-top:10px; /*make room for header*/
}

.inner {
 	padding:4px 15px 20px 15px;
 	text-align:left;
}

#clearfooter {display:none;}

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;
}

.subheading-left {
	font-size:11px;
	font-weight:bold;
	float:left;
}
.subheading-right {
	font-size:11px;
	font-weight:bold;
	float:right;
}

h1 {
	color:#000;
	font:bold 1.1em Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted #000;
	padding-bottom:2px;
	margin:0px 15px 5px 15px;
	text-align:left;
}

h2 {
	color:#000;
	font:bold 1em Georgia, "Times New Roman", Times, serif;
	text-align:left;
	float:left;
	margin:0 0 0 5px;
}

h2.hof {
	color:#000;
	font:bold 1em Georgia, "Times New Roman", Times, serif;
	text-align:center;
	float:none;
	margin:3px 0px;
}

.copyright {
 	font-size:11px; 
 	color:#999; 
 	text-align:center; 
}

.years1 {
 text-align:center;
 font:bold 1em Arial, Helvetica, sans-serif;
 color:#000;
 margin:10px 0;
 padding:5px 0;
 border-top:1px dotted #000;
 border-bottom:1px dotted #000;
}

.years {display:none;}

.years a:link, .years a:visited {font:bold 1em Arial, Helvetica, sans-serif;}

.years a:hover {
 font:bold 1em Arial, Helvetica, sans-serif;
 color:#fff;
 background-color:#000;
 text-decoration:none;
}

ul#toc {list-style:none; margin:2px 12px 2px -22px;}
#toc li {background:url(images/dot.gif) repeat-x 0 0.95em;}
#toc li div {float:left; background-color:#fff; padding: 0 4px 0 0;}
#toc li span {float:right; background-color:#fff; padding: 0 0 0 4px;}
#toc li br {clear:both;}

a {font-family:Georgia, "Times New Roman", Times, serif; color:#000; 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 #000 1px;}

input {
	background-color:#fff;
	color:#000;
	font-weight:bold;
	font-size:12px;
}

select {background-color:#fff;}

#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 {display:none;}

#printbtn {
	width:74px;
	float:right;
	padding-top:8px;
}

#info {
 border-right:solid #000 1px;
 border-top:solid #000 1px;
 width:100%;
 margin-top:5px;
}

#info th { 
 border-left:solid #000 1px;
 border-bottom:solid #000 1px;
 background-color:#ccc;
 text-align:center;
}

#info td {
 border-left:solid #000 1px;
 border-bottom:solid #000 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;
}

/* Left Menu Styles */
#navcontainer {display:none;}
#navcontainer ul {
	list-style-type:none;
	padding:0 0 10px 0;
	margin:0;
	width:205px;
}
#navcontainer li {margin:0 0 2px 15px;}
#navcontainer img {
	display:block;
	border:0px;
}
#navcontainer a {
	display:block;
	color:#000;
	background-color:#ede4d2;
	width:180px;
	padding:5px 4px 5px 7px;
	text-decoration:none;
	font:bold 11px Georgia, "Times New Roman", Times, serif;
}
#navcontainer a:hover {
	color:#fff;
	background:#811313 url('images/arrow.gif') no-repeat right;
}

#navcontainer a.active {
	color:#fff;
	background:#a07a57 url('images/arrow-tan.gif') no-repeat right;
}

#printbtn {display:none;}
.noprint {display:none;}
#print-footer {
	font:normal 1em Georgia, "Times New Roman", Times, serif;
	color:#333;
	border-top:1px solid #333;
	margin-top:25px;
	padding-top:10px;
	text-align:center;
}
#print-footer span {
	font:normal .8em Georgia, "Times New Roman", Times, serif;
	color:#333;
}
