@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	background-color: #70584B;} /* light brown */
	
h1 {font-size: 140%;
	font-weight: bold;
	margin-left: 25px;}

h2 {font-size: 120%;
	font-weight: bold;}
	
.keepleft {margin-left: 0px;}
	
.moveright {margin-left: 25px;}
	
.nobold {font-weight: normal;}

.heading {
	font-weight: bold;
	text-decoration: underline;}
	
#wrapper {
	position: relative;
	margin: 0px auto 0px auto;
	width: 1000px;
	overflow: auto;
	background-color: #F0E6B1;} /* cream */
	
#logo {
	float: left;
	margin-left: 10px;
	margin-top:20px;}
	
#logo img {
	margin: 10px;}
	
#floodinfologo {
	color: red;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-left: 120px;
	}
	
#banner {
	background-color: #3D3536;} /* dark brown */
	
#nav {
	font-size: 110%;
	font-weight: bold;
	float: left;
	clear: both;
	width: 260px;
	margin: 25px 0px 30px 20px;
	background-color: #99A37A;} /* medium green */
	
#nav p {margin-bottom: 15px;}
		
#nav a {
	margin-left: 30px;
	text-decoration: none;}
	
#nav a.sublink {
	margin-left: 45px;
	font-size: 80%;}
	
#nav a:link {color: black;}

#nav a:visited {color: black;}
	
#nav a:hover {color: yellow;}

#nav a:active {color: yellow;}

#nav a.thispage {color: #CF0021;}  /* dark red */


#nav img {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 30px;}

#river img {
	margin-top: 30px;
}

#voteform {
	float: left;
	width: 900px;
	margin-left: 25px;
	}

.error {
	font-weight: bold;
	font-size: 110%;
	color: #C00;
}

.underline { text-decoration: underline;}
	
#content {
	float: left;
	width: 660px;}
	
#content li {font-size: 105%;
	font-weight: bold;}
	
#content li li {font-size: 100%;
	font-weight: normal;}
	
#content li h3 {font-size: 100%;
	font-weight: normal;}
	
.normal {font-size: 90%;
	font-weight: normal;}
	
#content a:link {color:#00C;} /*dark blue */

#content a:visited { color:#00C;} /* dark blue */
	
.spread {margin-left: 25px;}
	
.spread li {margin-bottom: 10px;}

.spread img {margin-bottom: 20px;}

.dense {margin-left: 5px;}

.dense li {
	margin-left: 0px;
	margin-bottom: 5px;}

.dense p {font-size: 90%;
	font-weight: normal;
	margin-bottom: 0px; 
	margin-left: 0px;
	padding: 0px;}
	
#footer {
	float: left;
	clear: both;
	width: 100%;
	text-align: center; 
	color: white;
	font-size: 75%;
	background-color: #3D3536;} /* dark brown */
	
	
	

