#headerLogo
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 80px;
  width: 100%;
  background-color: #000000;
}
#headerMenu
{
  position: absolute;
  top: 80px;
  left: 0px;
  height: 20px;
  width: 100%;
  background-color: #000000;
}
#headerMenu td
{
  font-size: 16px;
  color: white;
  font-family: arial,tahoma,verdana;
}
#headerMenu a
{
  font-weight: bold;
  font-size: 16px;
  color: white;
  font-family: arial,tahoma,verdana;
  text-decoration: none;
}
#headerMenu a:hover {
  font-weight: bold;
  font-size: 16px;
  color: #f89e0c;
  font-family: arial,tahoma,verdana;
  text-decoration: none;
}
#headerMenu a.current
{
  font-weight: bold;
  font-size: 16px;
  color: #f89e0c;
  font-family: arial,tahoma,verdana;
  text-decoration: none;
}

#headerSpacer
{
  position: absolute;
  top: 100px;
  left: 0px;
  height: 10px;
  width: 100%;
}
#mainPageContent
{
  position: absolute;
  top: 110px;
  left: 10px;
  right: 10px;
}
