@charset "utf-8";
/* CSS Document */

body{
	font: 12px Arial, Helvetica, sans-serif;
	background: #666633;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
#container{
	width: 850px;
	background: #cccc99;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#header{
	background-image: url(art/top_beta.jpg);
	display: block;
	height: 100px;
	text-indent: -9999px;
	width: 850px;
	border: none;
}
#nav{
	background:#759242;
	height: 26px;
}
#content{
	padding: 1px 20px;
	background: #ffffff;
}
#content_main{
	padding: 1px 20px;
	background: #cccc99;
}
#footer {
	background:url(art/bottom.jpg) repeat-x;
	padding: 0 10px;
}
#footer p {
	margin: 0;
	padding: 0 10px;
	color: #666666;;
	font-weight: bold;
}
.clearFloat{
	clear: both;
}

h1 {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.boldblue {
	color: #003366;
	font-weight: bold;
}
.maintextbold {
	color: #333333;
	font-weight: bold;
}
a {
	color: #0000FF;
}
a:hover {
	color: #FF9900;
}
.pagetops {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.bblack {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.box {
border:thin solid #996633;
}
.box2 {
	border: thin solid #999999;
}
.datatable {
	border: 1px solid #564536;
	margin: 10px;
	max-width: 85%;
	text-align: center;
}
.datatable td{
	border: 1px solid #564536;
	padding: 2px;
	vertical-align: middle;
}
.tablehead {
	background: #D6C9BE;
	font-size: 130%;
	line-height: 160%;
	font-weight:bold;
}
.tablespecial {
	color: #666633;
	font-weight:bold;
}
.tablenote {
	font-size: 85%;
	font-weight: normal;
}
.table_highlight {
	background-color: #E6E6CC;
	font-weight:bold;
}
.arrow_link {
	text-decoration: none;
	font-weight: bold;
	font-size: 130%;
	text-align: right;
	padding-left: 20px;
	color: #003366;
}
a {
	color: #666;
	font-weight: bold;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
.morePictures {
	font-size: 10px;
	font-style: italic;
	color: #999;
}

/*-----Map CSS-----*/
.hidden {
	/*visibility: hidden;*/
	display: none;
	padding: 40px;
}
.unhidden {
	/*visibility: visible;*/
}

