/* 2007.02.27 */
html, body {
  margin: 0px 0px;
  padding: 0px;
  text-align: center;

  /* background: #eee url(/images/silver-bg.gif) repeat-x top; */
  background: #001;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12pt;
}

#Content {
  width: 800px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}

#logo {
  width: 800px;
  height: 100px;
  color: white;
  background: url('/images/logo-orange.png') #fff;
  background-repeat: no-repeat;
  /* background-position: center; */
}

#rcs-logo {
  margin-top: 1em;
  width: 190px;
  height: 64px;
  background: url('/images/RainCityLogo-64.png') #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #76b9f9;
  opacity: 0.3;
}

#footer {
  position:absolute;
  bottom:0%;
  left:0%;
  right:0%;
  color: white;
  border-top:1px solid #76b9f9;
  background: #334;
  font-size: 10px;
  font-weight: bold;
  text-align:center;
}

.link {
  cursor:pointer;
}

h5 a {
  text-decoration: none;
  color: #888;
  padding-left: 4px;
  padding-right: 4px;
}

h5 a:hover {
  background: black;
  color: white;
}

h4 {
  border-bottom: 1px solid #76b9f9;
  font-size: 115%;
  letter-spacing: 0.45em;
  color: #888;
}
