BODY {
 margin: 0px;
 padding: 0px;
 font-family: Arial,Verdana;
 font-size: 12pt;
 font-style: normal;
 background-color: #FFF;
}

#WaterPole {
 float: left;
 width: 210px;
 height: 600px;
 background-image: url("../imgs/water_pole.jpg");
 background-repeat: repeat-y;
 background-position: left;
}

#Content {
 float: left;
 width: 750px;
 padding: 10px;
 border: 0px solid green;
}

IMG.Logo {
 float: left;
 margin: 0 8px 0 4px;
}

#NavBar {
 width: 185px;
 padding: 1px 2px 1px 4px;
 margin: 157px 8px 0px 0px;
 border: 0px solid #999;
}

.navbox {
 font-size: 12px;
 border-color: #999;
 border-width: 0px;
 border-style: solid;
 width: 185px;
 padding: 1px 1px 1px 5px;
 margin: 0px;
}

A.nav {
 color : #039;
 text-decoration : none;
 background: transparent;
 display: block;
}

A.navH1 {
 color: #006;
 text-decoration : none;
 font-size: 10pt;
 font-weight: bold;
}

A.nav:hover {
 color: #f69;
 text-decoration: underline;
 display: block; 
}

H1 {
 position: relative;
 width: 100%; 
 text-align: center;
 font-size: 26pt;
 color: #006;
 margin: 1%;
 padding: 0%;
 line-height: 110%;
}

H3 {
 position: relative;
 font-size: 16pt;
 color: #006;
 padding: 0%;
 margin: 1%;
 text-align: left;
}

H5 {
 position: relative;
 font-size: 12pt;
 color: #006;
 padding: 0%;
 margin: 1%;
 text-align: left;
}

P {
 margin: 0%;
 padding: 0%;
 text-align: justify;
}

TD {
 text-align: center;
 font-size: 10pt;
}

TD.Low {
 background: #ccf;
}

TD.High {
 background: #9cf;
}

TD.Electric {
 background: #ff0;
}

TD.Mixer {
 background: #f00;
}

TD.Power {
 background: #0f0;
}