body, html
{
      margin: 0;
      padding: 0;
}
body
{
      font-family: Georgia;
      line-height: 14pt;
      font-size: 12pt;
      color: black;
      height: 100%;
      background-color: #ffffff;
      background-image: url(images/tanlinefade.jpg);
      background-repeat: repeat-y;
}


div.logoarea
{
      padding-top: 5px;
      margin-bottom: 10px;
      border-bottom: 2px dotted red;
      height: 120px;
}

div.left
{
      float: left;
      width: 200px;
      font-family: Times New Roman;
      height: 100%;
}
div.leftpadding
{
      padding: 20px;
      padding-top: 10px;
      padding-left: 10px;
}

div.right
{
      margin-left: 200px;
      width: 600px;
}
div.rightpadding
{
      padding: 10px;
}

font.pageheader
{
      font-size: 24pt;
      font-weight: bold;
      font-family: Times;
      color: #990000;
      line-height: 24pt;
}
font.newstitle
{
      font-family: Georgia;
      font-size: 14pt;
      color: black;
      font-weight: bold;
}
font.newsbyline
{
      color: gray;
      font-size: 10px;
}
div.newsbody
{
      padding: 5px;
      background-color: #e1e1e1;
      border: 1px dotted red;
}
div.calendarinfo
{
      margin-left: 30px;
      border: 1px dotted red;
      background-color:#d9d9d9;
      padding:5px;
}

a
{
      color: #000099;
      text-decoration:none;
}
a.menu
{
      font-weight:bold;
      text-decoration:none;
      font-family: Times New Roman;
      font-size: 12pt;
      color: #000099;
}
ul.menu
{
      margin: 0px;
      padding: 0px;
      //margin-left: 10px;
      //padding-left: 10px;
      list-style-type: none;
      line-height: 20pt;
}
li.menuside
{
      //list-style-image: url(images/arrow1.jpg);
}
li.menudown
{
      list-style-image: url(images/arrowdown.jpg);
}