body {
  background-color: white;
  color: black;
  text-align: center;
}

#wrapper {
  width: 934px;
  margin: 0 auto;
  text-align: left;
}

#header {
  height: 157px;
  background-image: url(Web-Top.gif);
}

#container {
  position: relative;
  margin: 0px 0;
  width: 100%;
}

#main {
  margin-left: 200px;
  background-color:white;
}

#menu {
  position: absolute;
  left: 0px;
  height:1660px;
  top: 0px;
  width: 185px;
  background-color:#b0c4de;
}

div#menu a:link {
  color: #0000cc;
}
div#menu a:visited {
  color: #0000cc;
}
div#menu a:hover {
  color: #ff0000;
  text-decoration: underline; 
}
div#menu a:active {
  color: #0000cc;
}


