
#default {
  background: #DDD;
  padding: 0px;
  margin: 0px;
}

#navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 120px;
  height: 100%;
}

#navbar #title {
  background: #000;
  font-family: sans-serif;
  font-weight: bold;
  color: #FFF;
}

#navbar UL {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: #BBC;
  border-right: 1px solid #000;
}

#navbar LI {
  border-bottom: 1px solid #000;
  padding: 2px;
}

#navbar LI:Hover {
  background: #FFF;
}

#navbar LI A {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #00F;
}

#content {
  background: #EEE url('../images/body_background.png');
  background-repeat: repeat-x;
  background-position: top;
  margin: 0 0 0 120px;
  padding: 10px;
}

HR { display: none; }
H4 { background: #AAF; font-family: sans-serif; padding: 2px; }

#news #header {
  font-style: italic;
  color: #030;
}

#section_header {
  font-weight: bold;
  color: #060;
}

#download {
  background: #FFF;
  font-family: sans-serif;
  font-size: 10pt;
}

#download TD {
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #BBB;
}

#download #headers {
  background: #000;
  font-weight: bold;
  color: #FFF;
}

