/* Port 80 Style Sheet*/

body, h1, h2, h3, h4, h5, h6, p, img {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #e0d761 url(../images/topbar.jpg) scroll repeat-x;
  font-family: Arial, Helvetica, sans-serif;
}

#content a, #sidebar a {
  text-decoration: underline;
  color: #ffffff;
}

#content a:visited, #sidebar a:visited {
  text-decoration: underline;
  color: #000000;
}

#content a:hover {
  text-decoration: none;
  color: #999933  ;
}

#sidebar a:hover {
  text-decoration: none;
  color: #e0d761;
}

#sidebar .button a {
  color: #999900;
  text-decoration: none;
}

#wrapper {
  width: 780px;
  margin: 0 auto;
  background: url(../images/wrapper_bg.gif) scroll repeat-y;
}

#topbar {
  padding: 5px;
  background: #e0d761 url(../images/topbar.jpg) scroll repeat-x;
}

#content {
  width: 459px;
  float: left;
  padding: 20px;
}

#content h1 {
  color: #ffffff;
  font-size: 18pt;
  font-weight: normal;
  padding: 20px 0;
}

#content h2 {
  color: #ffffff;
  font-size: 15pt;
  font-weight: normal;
  padding: 20px 0 0 0;
}

#content p {
  font-size: 11pt;
  line-height: 150%;
  padding-bottom: 10px;
}

#sidebar {
  width: 261px;
  float: left;
  padding: 10px;
}

#sidebar h1 {
   color: #000000;
   font-size: 18pt;
   font-weight: normal;
   padding: 30px 0 20px 0;
}

#sidebar h2 {
  color: #000000;
  font-size: 14pt;
  font-weight: normal;
  padding: 20px 0 0 0;
}

#sidebar p, #sidebar li {
  font-size: 9pt;
  line-height: 125%;
  padding-bottom: 10px;
}

#sidebar .button {
  background: #e0d761;
  border: 1px solid #999900;
  width: 209px;
  margin: 20px 0 20px 11px;
  color: #999900;
  font-size: 12pt;
  text-align: center;
  padding: 15px;
}

#sidebar .button span.chapter {
  font-size: 125%;
  font-weight: bold;
}

.clear {
  display: block;
  clear: both;
}
