body {
  font-family: "georgia", "times new roman", serif;
  font-size: 10pt;
  color: black;
  background: white;
  margin: 0em;
}

.hide {
  display: none;
}

#header {
  top: 0px;
  height: 120px;
  background: url("/hydro-taste_fc.gif") ;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: white;
  border-bottom: 0.4em solid green;
}

#separator{
  border-bottom: 0.4em solid green;
  top: 5px;
  height: 5px;
}

 
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", "Verdana", sans-serif;
  font-weight: bold;
}
	
#content{
 margin:10 auto;
 width:600px;
/* border: 2px solid #000000; */
 background: #ffffff;
 color: #000000;
 padding: 5px 10px 5px 10px ;
 /* position :absolute; */
 }
 
#navigation{
 margin:10 auto;
 width:700px;
 text-align: center;
 border: 2px solid #000000;
 background: #c1ffc3;
 color: #333333;
 padding: 5px ;
/* position :absolute; */
 }

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #000;
background-color: #83ff83;
text-decoration: none;
}

#navlist a:hover
{
color: #000;
background-color: #d3ffd3;
text-decoration: none;
}


.centered {
  text-align: center;
}

/* Form Prettying */
fieldset ul, fieldset li{
border:0; margin:0; padding:4px; list-style:none;
}
fieldset li{
clear:both;
list-style:none;
padding-bottom:10px;
}

fieldset input{
float:left;
}
fieldset label{
width:120px;
float:left;
}

/* Class Listing Style */

#classListing {
 background-color: #7dca97;
 border: 1px solid black;
 }

#classListing dt {
 background-color: #f4faf4;
 padding: 6px;
 }

#classListing dd {
 padding: 6px;
 }
 
