@charset "utf-8";
body {
	font: smaller/normal Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat;
}
#container {
	max-width: 960px;
	background: url(../images/text_bg.gif) repeat;
	margin: 0 auto;
}
#container2 {
	max-width: 960px;
	background: url(../images/text_bg.gif) repeat;
	margin: 0 auto;
}
#header {
	height: 100px;
	width: 100%;
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#headlogo {
	position:absolute;
	width:106px;
	height:100px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-image: url(../images/logo.gif);
}
#headtitle {
	position:absolute;
	width:100%;
	height:70px;
	left: 0px;
	top: 0px;
}
#headtitle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-align: left;
	font-size: xx-large;
	margin: 0px 15px 0px 150px;
	white-space: nowrap;
}
#headtitle h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-align: left;
	font-size: large;
	margin: 5px 15px 0px 150px;
	white-space: nowrap;
}
#headlink {
	position: absolute;
	z-index: 2;
	height: 70px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#headlink img {
	border-width: 0px;
	height: 70px;
	width: 100%;
}
#headtabs {
	position:absolute;
	width:100%;
	height:30px;
	top: 70px;
	left: 0px;
}
#headtabs td {
	height:30px;
	background-image: url(../images/btab.gif);
	background-repeat: repeat;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#header_sm {
	height: 50px;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#headlogo_sm {
	position:absolute;
	width:53px;
	height:50px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-image: url(../images/logo_sm.gif);
}
#headtitle_sm {
	position:absolute;
	width:100%;
	height:20px;
	left: 0px;
	top: 0px;
}
#headtitle_sm h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-align: center;
	font-size: large;
	margin: 0px 110px;
	white-space: nowrap;
}
#headtitle_sm h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-align: center;
	font-size: small;
	margin: 5px 110px 0px;
	white-space: nowrap;
}
#headlink_sm {
	position: absolute;
	z-index: 2;
	height: 20px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#headlink_sm img {
	border-width: 0px;
	height: 20px;
	width: 100%;
}
#headtabs_sm {
	position:absolute;
	width:100%;
	height:30px;
	top: 20px;
	left: 0px;
}
#headtabs_sm td {
	height:30px;
	background-image: url(../images/btab.gif);
	background-repeat: repeat;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#mainContent {
	width: 100%;
	position: relative;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#lakedata_container {
	overflow: visible;
}
#footer {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

#credits {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/text_bg.gif);
	background-repeat: repeat;
}
a:link {
	color: #006;
	text-decoration: none;
	border-width: 0px;
}
a img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
}

a:visited {
	color:#006;
	text-decoration: none;
	border-width: 0px;
}
a:hover {
	color:#00C;
	text-decoration: underline;
	border-width: 0px;
}
p {
	font: bold small/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
p a:link {
	color: #006;
	text-decoration: none;
	border-bottom: 1px dotted #006;
	margin-bottom: -1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	white-space: normal;
}
p a:visited {
	color:#006;
	text-decoration: none;
	border-bottom: 1px dotted #00C;
	margin-bottom: -1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
p a:hover {
	color:#00C;
	text-decoration: underline;
	border-width: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-align: left;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-align: left;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-align: left;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-align: left;
}
.zeroHeight {
	height: 0px;
	line-height: 0px;
}
.nodot {
	list-style: none;
	margin-left: -15px;
	text-indent: 20px;
}
.indent {
	text-indent: 20px;
	font-weight: normal;
	text-align: left;
}
.med {
font-size: medium
}
.nobold {
	font-weight: normal;
}
.center {
	text-align: center;
}
#mainContent ul li {
	text-indent: -5px;
	font-weight: bold;
}
.tblleft {
	float: left;
}
.tblleft td {
	padding: 0px 20px 10px 0px;
}
.tblcentre {
	float: none;
}
.tblcentre td {
	padding: 0px 10px 10px;
}
.tblright {
	float: right;
}
.tblright td {
	padding: 0px 0px 10px 20px;
}
.tbl0PadB td {
	padding-bottom: 0px;
}


.tblnone {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
.tblnone tr {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
.tblnone td {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
.tblbdr1 {
	border: 1px solid #999;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
.cellbdr1 {
	border-collapse: collapse;
	padding: 0px 3px;
	border-right: 1px solid #999;
}
.headline {
	color: #F00;
	text-align: center;
}

.error {
	font-weight: bolder;
	color: #000;
	background-color: #F33;
	white-space: nowrap;
	padding: 4px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
.warn {
	color: #000;
	background-color: #FF6;
	white-space: nowrap;
	padding: 4px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
.smaller {
	font-size: smaller;
}
.div_on_top {
	position: absolute;
	z-index: 400;
	background-color: #FFF;
}
.list {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	list-style-position: inside;
	list-style-type: disc;
}
.list li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 40px;
	text-indent: 100px;
}
.hangingindent {
	text-indent: 22px;
	margin-left: 22px;
	padding-left: 22px;
}
.zero_break {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.zero_breakT {
	margin-top: 0px;
	padding-top: 0px;
}
.alignTopLeft {
	vertical-align: top;
	text-align: left;
}
.fixed {
	font-family: "Courier New", Courier, monospace;
}
.nowrap {
	white-space: nowrap;
}
.nowrap td {
	white-space: nowrap;
}
.wrap {
	white-space: normal;
}
.wrap td {
	white-space: normal;
}
.red {
	color: #C00;
}

