body
  {
  color: white;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1em;
  text-align: center;
  background-color: #A5BFD1;
  }

a {
  color: #A5BFD1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 150%;
  font-weight: normal;
}

#container
  {border: 1px solid #A5BFD1;
  background: url("/images/header.gif") no-repeat;
  margin: 0px auto;
  width: 800px;
  text-align: left;
  background-color: #204975;
  }

#content
  {
  border-bottom: 10px solid #fcf7d9;
  padding: 5px 30px 25px 30px;
  line-height: 1.4em;
  font-size: 90%;
  }

#menu
  {
  margin-top: 120px;
  margin-left: 140px;
  }

#menu ul
  {
  margin-left: 25px;
  padding: 0px;
  list-style: none;
  height: 25px;
  }

#menu li
  {
  float: left;
  padding: 0px 9px 0px 0px;
  margin-right: -5px;
  line-height: 25px;
  background-color: #204975;
  }

#menu a
  {
  color: white;
  font-size: 75%;
  text-decoration: none;
  display: block;
  }

#menu a:hover {
text-decoration: underline;
}

#menu li#current a
  {
  color: #A5BFD1;
  text-decoration: none;
  }

#footer
  {
  height: 100px;
  background: url(/images/footer.gif);
  }

.footer_text
  {color: black;
  font-family: Times New Roman, Geogia, Sans-serif;
  float: right;
  margin-top: 60px;
  padding-right: 20px;
  }

.footer_text a {
  color: #A6A8AB;
  }

.contact {
  margin-top: 12px;
  padding: 0 8px 0px 0px;
  float: right;
  color: #204975;
  font-size: 90%;
  text-decoration: underline;
}

.contact a {
  color: #A6A8AB;
  }

.welcome
  {
  float: right;
  width: 193px;
  color: #A6A8AB;
  font-size: 78%;
  margin-top: 60px;
  }