@import "reset.css";

body{
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#623e0c;
	min-width:1000px;	
	font-size:12.5pt;
	background-color:#550c10;
}	



h1{
	margin-top:20px;
	font-size:18px;
}
h2{
	margin-top:20px;
}

a{
	color:#8D181B;
}
#head{
	height:206px;
	background-image:url(imgs/green_tile.jpg);
	background-repeat:repeat-x;
	width:100%;
	overflow:hidden;
}



#navigation{
	height:48px;
	background-image:url(imgs/nav_tile.jpg);
	background-repeat:repeat-x;
	width:100%;
	
}

#navigation ul{
	top:8px;
	position:relative;
}
#navigation ul li{
	display:inline;
	padding:0px 10px 0px 10px;
}

#navigation ul li a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	
}

#container{
	min-height:500px;
	background-image:url(imgs/main_tile.jpg);
	background-repeat:repeat-x;
	background-color:#a28643;
	width:100%;
	overflow:hidden;
}

.content{
	margin-left:5%;
	min-height:500px;
	width:70%;
	float:left;
	padding-bottom:30px;
}

.content[class]{
	background:url(imgs/transp.png);
}

.content div{
	margin:20px;
}


.content ul li{
	margin-left:20px;
	list-style:disc;
}

.content ol li{
	margin-left:80px;
	list-style-type:decimal;
}

.sidebar{
	height:100%;
	width:20%;
	float:left;
	background:#7d7d52;
	margin-bottom:-5000px;
	padding-bottom:5000px;
}

.sidebar[class]{
	background:url(imgs/transp2.png);
}

.sidebar h1{
	text-align:center;
	color:white;
	margin-top:30px;
}
#footer{
	height:30px;
	background-color:#ebdebd;
	width:100%;
	border-top:1px solid #540C10;
	border-bottom:1px solid #540C10;
	clear:both;
}
#footer p{
	top:8px;
	font-size:12px;
	font-weight:bold;
	position:relative;
	text-align:center;
	
}
.floatLeft{
	float:left;
}

.floatRight{
	float:right;
	padding:10px;
}

.dropshadow{
	background-color:black;
}


.confidence{
	background:#e7e0cc;
	padding:15px;
}
.confidence li{
	margin-top:15px;
}

table td{
	padding:5px;
}	

hr{
	border:none;
	border-bottom:1px solid #364C25;
}

#geoLinks{
	margin-top:150px;
	font-size:10px;
	line-height:15px;
}
#geoLinks a{
	color:#663300;
}
#footnotes{
	font-size:10px;
	color:white;
	text-align:right;
}
#footnotes a{
	color:white;
}