
/* CSS Document */

  a:link, a:visited {
  letter-spacing: 0px;
  color: #5D5D5D;
}

a:hover {
  color: #ff9900;
}

div#top {
  height: 98px;
}

div#logo {
  float: left;
  background: none;
  height: 78px;
  width: 310px;
  margin-left: 10px;
  margin-top: 10px;
}

div#top_banner {
  border: none;
  float: right;
  margin-right: 20px;
  margin-top: 23px;
  height: 60px;
  width: 410px;
  text-align: center;
}

div#top_menu {
  background: url(img/top_menu2.gif) repeat-x;
  height: 30px;
  width: 100%;
  text-align: left;
}

div#top_menu_special {
  background: url(img/top_menu3.gif) repeat-x;
  height: 30px;
  width: 100%;
  text-align: left;
}

a.top_menu_special:link, a.top_menu_special:visited {
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  margin: 1px 1px 0px 0px;
  padding-top: 7px;
  height: 21px;
  width: 129px;
  color: #ffffff;
  background-color: #CC0000;
  float: left;
}


a.top_menu:link, a.top_menu:visited {
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  margin: 1px 1px 0px 0px;
  padding-top: 7px;
  height: 21px;
  width: 129px;
  color: #4E4E4E;
  background-color: #F4F4F4;
  float: left;
}

a.top_menu:hover {
  background-color: #009900;
  color: #ffffff;
}

div#content {
  width: 520px;
  float: left;
}



