html,body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  left: 0px;
  top: 0px;
}
p, li {
  font: 1em Arial, Helvetica, sans-serif;
}
h1 {
  font: 2em Arial, Helvetica, sans-serif;
}
h2 {
  font: 1.5em Arial, Helvetica, sans-serif;
}
h3 {
  font: 1.25em Arial, Helvetica, sans-serif;
}
a:link {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-decoration: underline;
}
a:visited {
  color: #FFFFFF;
}
a:hover {
  color: #2F2F2F;
  background: #FFFFFF;
  font-weight: bold;
}
nav {
  width: 225px;
  margin-right: 15px;
  border: medium solid #000000;
}
#nav li {
  list-style: none;
}
.footer {
  font-size: .75em;
  clear: both;
  width: 100%;
  text-align: center;
}
#main {
  width: 800px;
  top: 0px;
  position: absolute;
  left: 250px;
}
.topline {
  border-top: thick solid #FFCC00;
}
#main img {
  float: left;
  margin-right: 5px;
  margin-bottom: 15px;
}
.noborder {
  border: 0px none;
}

body {
scrollbar-base-color: #2F2F2F;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #2F2F2F;
scrollbar-face-color: #2F2F2F;
scrollbar-highlight-color: #2F2F2F;
scrollbar-shadow-color: #2F2F2F;
scrollbar-track-color: #2F2F2F;
}

strong
{width:550px;
font-family:Arial;
color:#FFFFFF;
background-color:#2F2F2F;
font-size:16px;
line-height:20px;
border-bottom:2px solid #6E6E6E;
border-top:2px solid #6E6E6E;
text-align:center}