body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #FFFFFF;
}

#topsection{
background: #FFFFFF;
height: 140px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
background: #FFFFFF;
}

#contentcolumn{
margin: 0 230px 0 170px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #FFFFFF;
}

img.sponsor
{
padding-top:10px
}


#leftcolumn{
float: left;
width: 170px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #FFFFFF;
}

#rightcolumn{
float: left;
width: 230px; /*Width of right column*/
margin-left: -230px; /*Set left margin to -(RightColumnWidth)*/
background: #FFFFFF;
}

#footer{
clear: left;
width: 100%;
background: white;
line-height: 1.0em;
color: #000000;
text-align: center;
padding: 4px 0;
}

#footer a{
color: black;
}

.headertube{
margin-top: 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

td.test1 {padding: 20px 0px 10px 0px}
table
{
border-collapse: separate;
empty-cells: show
}

table.right
{
table-layout: fixed;
text-align: center;
}

td.test2 {padding: 0px 0px 10px 0px}
table
{
border-collapse: separate;
empty-cells: show
}

td.test3 {padding: 20px 0px 10px 0px}
table
{
border-collapse: separate;
empty-cells: show
}

td.test4 {padding: 20px 0px 10px 0px}
table
{
border-collapse: separate;
empty-cells: show
}

#lakelevel {
width: 140px;
height: 100px;
margin: 0;
margin-top: 20px;
border: 1px solid #3CB13C;
text-align: center;
font-weight: bold;
} 

h3 {
text-align: center;
margin-top: 0px;
margin-bottom: -10px;
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #000000; 
}

A.menulink {
display: block;
width: 140px;
line-height: 1.0em;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #000000;
BORDER: none;
border: solid 1px #FFFFFF;
}

A.menulink:hover {
border: solid 1px #6100C1;
background-color:#F0E1FF;
}



