body {
  background: #000099;
}

#tabs {
  background: #454599;
}

#tabs a:hover {
  background: #6666aa;
}

#tabs a#home {
  font-weight: bold;
  background: white;
  color: black;
}

/*-----------------------------------------------------------------*/

.address {
  font-size: smaller;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: white;
}

.address a {
  color: #ccccff;
  text-decoration: none;
}

.address a:visited {
  color: #ffccff;
  text-decoration: none;
}

.address a:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------*/

#headerLeft {
  float: left;
}

#headerRight {
  float: right;
  width: 33%;
}

#contentLeft {
  float: left;
  background: white;
}

#footerLeft {
  float: left;
}

#footerRight {
  align: right;
}

#footer a {
  color: #ccccff;
  text-decoration: none;
}

#footer a:visited {
  color: #ffccff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

