body {
  color: white;
  background: url("images/background.gif");
  background-color: rgb(0, 127, 116);
  background-repeat: repeat-y
}



p {
  margin: 0px 10px 15px 10px;
}

p.placeholder {
  font-size: 14pt;
}



a {
  color: white;
}

a.menu-item {
  font-family: Arial,Helvetica,Geneva,Verdana,Swiss,sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin: 0px 10px 15px 10px;
}

a.menu-item:hover {
  color: red;
}



dt {
  color: white;
  font-size: 14pt;
}

dd {
  font-size: 12pt;
  color: white;
  margin-bottom: 50px;
}


    
#banner {
  margin-left: 130px;
}
        
#menubar {
  position: absolute;
  left:0px;
  top:150px;
  width:125px;
}

#content {
  font-family: Arial,Helvetica,Geneva,Verdana,Swiss,sans-serif;
  font-size: 10pt;
  margin-left: 130px;
  margin-right: 5px;
}

#floater {
  float: right;
  margin-left: 10px;
}
