body 
{
  font-family: verdana;
  font-size: 0.6em;
  background: black;
  color: #777;
  margin: 0px;
  text-align: center;
}

td
{
  font-size: 0.6em;
}

img
{
  border: 0px;
}

#header
{
  margin-top: 82px;
  height: 93px;
  width: 795px;
  margin-left: auto;
  margin-right: auto;
}

#footer
{
  margin-top: 54px;
  width: 728px;
  margin-left: auto;
  margin-right: auto;  
}

#logo
{
  float: left;
}

#tagline
{
  float: right;
  margin-right: -7px;
}

#menu
{
  float: left;
}

#cr
{
  float: right;
}

.menuItem
{
   margin-right: 10px;
}

A:link        {text-decoration: none;      color: #777;}
A:visited  {text-decoration: none;      color: #777;}
A:active    {text-decoration: none;      color: #777;}
A:hover      {text-decoration: underline; color: #999;}


A.colorLink:link        {text-decoration: none;      color: #c80;}
A.colorLink:visited  {text-decoration: none;      color: #c80;}
A.colorLink:active    {text-decoration: none;      color: #c80;}
A.colorLink:hover      {text-decoration: underline; color: #bbb;}

