a:link, a:visited, a:hover {
  color: #237BB4;
}

#header {
  border-color: #237BB4;
  background-color: #fff;
}


#logo {
  background: no-repeat url('../images/logo.gif');
  overflow: hidden;
  margin: 15px 0 5px 15px;
  padding: 0;
  display: block;
  width: 170px;
  height: 86px;
}

#logo a {
  display: block;
  width: 170px;
  height: 86px;
  text-indent: -9999px;
  overflow: hidden;
}

#top ul li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *margin-right: 5px;
  width: 120px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#top ul li:hover {
  background-color: #237BB4;
}

#top ul li:hover a, #top ul li:hover a:hover, #top ul li:hover a:visited {
  display: block;
  width: 120px;
  height: 25px;
  color: #ffffff;
}

#top ul li a, #top ul li a:hover, #top ul li a:visited {
  color: #237BB4;
  text-decoration: none;
}

#top li.selected, #top li.selected:hover {
  background-color: #F7CA2C;
}

#submenu {
  width: 100%;
  border-top: 6px solid #F7CA2C;
  background-color: #237BB4;
}

#subsubmenu { 
  width: 100%;
  background-color: #ffffff;
}

#subsubmenu ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#no-subsubmenu {
  min-height: 10px;
  height: 10px;
  background-color: #ffffff;
}

.logout {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  background-color: #0098de;
  display: block;
  width: 60px;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  text-align: center;
  margin: auto;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.logout a:link, .logout a:active, .logout a:visited { color: white }
.logout a:hover { color: black; }

#members #content {
  background-color: #fff;
  border: 1px solid #237BB4;
  border-bottom: 6px solid #F7CA2C;
  border-top: 0;
  padding: 10px 2em;
}

footer {
  border-top: 21px solid #237BB4;
  text-align: center;
}
