body{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight: normal;
	background-color:#99CCFF;
}

#container {
margin: 0 auto; width:1100px; height:100%;}

#new {width:500px;padding:10px;height:100%;float:left;}
#right {width:450px;padding:10px;height:100%;float:right;}

#watershed {
background-color:#FFFFCC;
border:thin #000000 solid;padding:10px;}

#paddle {
background-color: #CCFF99;
border:thin #000000 solid;padding:10px;}


#minutes {
background-color: #CCCC66;
border:thin #000000 solid;padding:10px;}


h1{
	color: #336699;
	font-weight: normal;
	text-align:center;
	font-size:160%;
	padding:5px;
}

h2{
	color: #336699;
	font-weight: normal;
	font-size:130%;
	padding-top:5px;
	padding-left:15px;}

h3{
	color: #000000;
	font-weight: bold;
	font-size:120%;
	padding-top:5px;
	padding-left:15px;
}

h4{
	color: #990000;
	font-weight: bold;
	font-size: large;
}

h6{
	color: #336699;
	font-weight: normal;
	font-size: x-small;
}
a:link{
	color: #006699; text-decoration:none;
}

a:visited{
	color: #0000CC; text-decoration:none;
}			 
			 
a:hover{
	color: #CC0000;
	font-style: normal;
	text-decoration: underline;
}
		


/*************** list tag styles ***************/

ul{
 list-style-type:disc;
}

ul ul{
 list-style-type:circle;
}

ul ul ul{
 list-style-type:square;
}



/*************** end of list tag styles ***************/


.indent {margin-left: 2em; margin-right:2em;}
.datatable  {text-align:center;}
.center {text-align: center;}
.small {font-size: 80%;}
.floatleft {float:left;}
.floatright {float:right;}

img {padding:5px;}

