* {
	padding: 0;
	margin: 0;
	color: #C4CF9B;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	background: #232903;
}

h1, h2 {
	color: #CEEA70;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 10px;
}

h1 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}

h2 {
	font-size: 18px;
	line-height: 43px;
	padding-left: 20px;
}

h3 {
	color: #8b985f;
	font-size: 14px;
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #AEAF62;
}

a:hover, a:active {
	color: #FFFFFF;
}

p {
	margin-bottom: 20px;
	text-indent: 20px;
}

.watershedData table tr td{
	color: #000;
}

.container {
	margin: 20px auto;
	background: #33170C;
	width: 760px;
	padding-bottom: 30px;
	position: relative;
}

.copyright {
	position: absolute;
	bottom: 10px;
	left: 30px;
	font-size: 10px;
	font-family: Arial;
	color: #666;
}

.imageRotator {
	margin: 0 auto 5px auto;
	padding-top: 30px;
	width: 700px;
	height: 300px;
}

.menuBar {
	position: relative;
	background: url('images/menu-bar.gif') repeat-x;
	width: 700px;
	height: 40px;
	margin: 0 auto 0 auto;
	text-align: center;
}

.subMenu {
	background: #33170C;
	position: absolute;
	text-align: left;
	padding: 10px;
}

#menu2 {
	top: 29px;
	left: 160px;
	display: none;
}

#menu3 {
	top: 29px;
	left: 263px;
	display: none;
}

#menu4 {
	top: 29px;
	left: 390px;
	display: none;
}

#menu5 {
	top: 29px;
	right: 89px;
	display: none;
}

a.nav:link, a.nav:visited {
	text-decoration: none;
	color: #CFEB71;
	line-height: 40px;
	text-transform: uppercase;
}

a.nav:hover, a.nav:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #33170C;
	line-height: 40px;
	text-transform: uppercase;
}

a.subNav:link, a.subNav:visited {
	font-size: 14px;
	text-decoration: none;
	color: #CFEB71;
	line-height: 24px;
}

a.subNav:hover, a.subNav:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.subNav2 {
	margin-left: 10px;
}

.indent { margin-left: 10px; }

a.sideLinks:link, a.sideLinks:visited {
	background: url(images/bullet.gif) no-repeat 0 5px;
	color: #CEEA70;
	text-decoration: none;
	padding-left: 10px;
	font-size: 12px;
	line-height: 17px;
}

a.sideLinks:hover, a.sideLinks:active {
	background: url(images/bullet.gif) no-repeat 0 5px;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	font-size: 12px;
	line-height: 17px;
}

.contentContainer {
	margin: 5px auto 0 auto;
	padding-bottom: 5px;
	background: #333319;
	width: 700px;
}

.content {
	padding: 15px;
	float: left;
	width: 430px;
	line-height: 22px;
}

.contentInternal {
	padding: 15px;
	float: left;
	width: 670px;
	line-height: 22px;
}

.sideBar {
	background: #46462C;
	float: right;
	width: 240px;
}

.sideBarHeader {
	background: url('images/side-header.gif');
	height: 43px;	
}

.sideBarContent {
	background: url('images/side-content.gif') repeat-y;
	padding: 20px;
}



.clear {
	clear: both;
}
