html
{
  background-color: #023;
}

body
{
  font-size: medium;
  margin: 0px;
  font-family: serif;
  background-color: #023;
  color: #fff;
}

h1
{
  font-size: xx-large;
  padding: 0px;
  margin: 0px;
}

h2
{
  border-bottom: 2px solid #0cf;
  font-size: x-large;
}

h3
{
  font-size: large;
}

h4
{
  font-size: medium;
}

hr {
  color: #f00;
  background-color: #0cf;
  border: 2px solid #0cf;
}

#headerbar
{
  padding: 0px 0px 0px 5px;
  height: 65px;
}

#logo
{
  position: absolute;
  top: 5px;
  left: 5px;
}

#tagline
{
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 5px;
  right: 5px;
}

#navbar
{
  float: left;
  width: 20%;
  background-color: #023;
  margin: 0px 0px 0px 5px;
}

#navhead
{
  text-align: center;
  font-weight: bold;
}

table
{
  width: 100%;
}

#mainbody
{
  border: 2px solid #0cf;
  width: 76%;
  padding: 5px;
  margin: 0px 5px 0px 22%;
  background-color: #fff;
  color: #000;
}

.footer
{
  padding: 5pt 0pt 0pt 0pt;
  text-align: center;
  font-size: 66%;
  clear: both;
}

a:link
{
  color: #0cf;
}

a:visited
{
  color: #999;
}

a:hover, a:active
{
  color: #000;
  background-color: #0cf;
}

ul
{
  list-style: square inside;
  margin: 0px;
  padding: 0px 0px 0px 10px;
}
