body
{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Monospace;
  color: #000000;
  font-size: 14px;
  
  background-image: url("../images/logoBg.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

a:link { color: #003300; text-decoration: underline; }
a:visited { color: #003300; text-decoration: underline; }
a:active { color: #003300; text-decoration: underline; }
a:hover { color: #336633; text-decoration: underline; }
a img { border: 0; }

.menulink:link { color: #003300; font-weight: bold; text-decoration: none; background-color: #679966; }
.menulink:visited { color: #003300; font-weight: bold; text-decoration: none; background-color: #679966; }
.menulink:active { color: #003300; font-weight: bold; text-decoration: none; background-color: #679966; }
.menulink:hover { color: #99cc99; font-weight: bold; text-decoration: none; background-color: #679966;`}

a.feedlink
{
  float: left;
  margin-top: 1px;
  margin-right: 10px;
}

table.menu
{
  margin-left: 10px;
}

td.menu
{
  padding: 0px;
  padding-bottom: 10px;
  margin: 0px;
}

div.top
{
  height: 175px;
}

div.topLeft
{
  float: left;
  width: 202px;
  height: 138px;
  padding-top: 37px;
  text-align: center;
  background-color: #cccc66;
}

div.topRight
{
  text-align: right;
}

div.menu
{
  float: left;
  width: 202px;
}

div.main
{
  font-family: Verdana, Trebuchet, sans-serif;
  font-size: 10pt;
  padding-left: 210px;
}

h1
{
  color: #003300;
  font-size: 16px;
  font-weight: bold;
}
