  body, html
  { 
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
  }

  body
  {
    margin-bottom: 50px;
  }

  h2
  {
    color: #972f0e;
    font-size: 18px;
  }

  h3
  {
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  h4
  {
    color: #ca9584;
    font-size: 13px;
  }

  a         { color: #000000; text-decoration: underline; }
  a:link    { color: #000000; text-decoration: underline; }
  a:visited { color: #000000; text-decoration: underline; }
  a:hover   { color: #ee7a00; text-decoration: underline; }
  a:active  { color: #000000; text-decoration: underline; }

  a.nav         { color: #ffffff; text-decoration: none; }
  a.nav:link    { color: #ffffff; text-decoration: none; }
  a.nav:visited { color: #ffffff; text-decoration: none; }
  a.nav:hover   { color: #000000; text-decoration: none; }
  a.nav:active  { color: #ffffff; text-decoration: none; }

  a.footer         { color: #ffffff; text-decoration: none; }
  a.footer:link    { color: #ffffff; text-decoration: none; }
  a.footer:visited { color: #ffffff; text-decoration: none; }
  a.footer:hover   { color: #f5a700; text-decoration: none; }
  a.footer:active  { color: #ffffff; text-decoration: none; }

  #container
  {
    margin: 0 auto;
    width: 767px;
    background-color: #ffffff;
  }

  #pageTop
  {
    height: 39px;
    width: 100%;
    position: relative;
    background-color: #000000;
  }

  #pageTopContact
  {
    height: 39px;
    position: absolute;
    left: 0px;
  }

  #pageTopDate
  {
    height: 39px;
    top: 6px;
    position: absolute;
    right: 0px;
    color: #e0e0e0;
    font-size: 13px;
    text-align: right;
  }

  #pageNav
  {
    height: 37px;
    width: 100%;
    background-color: #88aa00;
    background: url( '../images/Backgrounds/nav_bg.gif' );
    background-repeat: repeat-x;
  }

  #pageLogo
  {
    height: 106px;
    width: 100%;
    background-color: #8d8d8d;
  }

  #pageImage
  {
    height: 173px;
    width: 100%;
    background-color: #ffffff;
  }

  #pageBody
  {
    width: 679px;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #ffffff;
  }

  #pageFoot
  {
    height: 54px;
    width: 100%;
    position: relative;
    background-color: #404040;
  }

  #pageFootLinks
  {
    width: 100%;
    color: #839593;
    text-align: center;
    position: absolute;
    top: 12px;
    font-size: 11px;
  }

  #pageFootCopy
  {
    width: 100%;
    color: #999896;
    text-align: center;
    position: absolute;
    top: 38px;
    font-size: 10px;
  }

  td.nav
  {
    height: 37px;
    width: 92px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #672209;
  }

  td.navEnd
  {
    height: 37px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
  }

