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

a:link {
	color: #000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

a:visited {
	color: #006;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #030;
	font-style: normal;
	text-decoration: none;
}

.otherlink a:link { color: #4f5a0e;
		 font-weight: bold;
		 font-style: normal;
		 text-decoration: none;
}
.otherlink a:visited {
	color: #006;
	font-style: normal;
	text-decoration: none;
}

.otherlink a:hover { color: #09538e;
		  font-style: normal;
		  text-decoration: none;
}

.waterlink a:link { color: #0d3f65;
		 font-weight: bold;
		 font-style: normal;
		 text-decoration: none;
}
.waterlink a:visited {
	color: #009;
	font-style: normal;
	text-decoration: none;
}

.waterlink a:hover { color: #505938;
		  font-style: normal;
		  text-decoration: none;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-attachment: fixed;
}
td {
	vertical-align: top;
}
.linkTable {
	background-image: url(images/lake.jpg);
	background-repeat: no-repeat;
}

.mainTable {
	background-color: #FFF;
	vertical-align: top;
}
.quote {
	font-size: 12px;
	font-style: italic;
	color: #333;
}

.inventoryTable {
	background-image: url(images/forest.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #0;
}
.intro {
	font-size: 14px;
	font-weight: bold;
	color: #005da6;
}
.question {
	font-size: 12px;
	font-weight: bold;
	color: #465725;
}

.blueText {
	color: #006;
}
.mainTableRight {
	background-color: #FFF;
	vertical-align: top;
	text-align: right;
}
.sectionTitle {
	font-size: 18px;
	font-weight: bold;
	color: #5c671c;
}
.inset {
	background-color: #c6cfdf;
	border: 1px inset #000;
}
.fineprint {
	font-size: 9px;
}
.mainTableCenter {
	background-color: #FFF;
	vertical-align: middle;
	text-align: center;
}
