/*
dark blue:   #08223A;
green: #A1B527;
light green bg: #E8EBD9;
#right 144x428
*/


body
{
  background-color:white;
  margin:5px;
  text-align:right;
  font-family:Helvetica, Arial, sans-serif, Verdana;
}
#wrapper
{
  width:expression(document.body.clientWidth < 800 ? "800px" : "94%");
  min-width:800px;
  text-align:left;
}
  #top
  {
    /*height:170px;*/
  }
    #agfest-banner
    {
      width:272px;
      height:48px;
      border:0;
      margin:20px 0 0 36px;
    }
    #under-banner
    {
      height:91px;
    }
      #tas-corner
      {
        float:right;
        border:0;
        width:144px;
        height:91px;
      }
      #under-banner-green
      {
        background-color:#9FB524;
        height:91px;
        margin:0 147px 0 0;
      }
      #agfest-banner-bottom
      {
        float:left;
        width:415px;
        height:74px;
        margin:0;
      }
      #flash
      {
        width:230px;
        height:91px;
        float:right;
        margin:0;
      }
      #home-link
      {
        float:left;
        border:0;
        width:47px;
        height:17px;
        margin:0;
      }
      #top-info
      {
        float:left;
        border:0;
        width:368px;
        height:17px;
        margin:0;
      }
  #main
  {
    background-color:#08223A;
  }
    #right
    {
      float:right;
      background-color:#08223A;
      width:144px;
    }
      #slideshow
      {
      }
    #left
    {
      float:left;
      background-color:#08223A;
      width:184px;
    }
      #menu
      {
        /* find this in /stylesheets/dropdowncs.css */
      }
      #ry-info
      {
        width:184px;
        height:102px;
        border:0;
      }
    #content
    {
      margin:0 144px 0 184px;
      border-right:3px solid white;
      padding:10px 20px;
      font-family:Arial, Helvetica, sans-serif, Verdana;
      font-size:12px;
      background-color:#E8EBD9;
      color:black;
    }
      h1
      {
        font-size:28px;
        color:#A1B527;
        text-transform:uppercase;
        font-family:Helvetica, Arial, sans-serif, Verdana;
        font-weight:normal;
        letter-spacing:-1px;
      }
      h2
      {
        font-size:22px;
        color:#A1B527;
        text-transform:uppercase;
        font-family:Helvetica, Arial, sans-serif, Verdana;
        font-weight:normal;
        letter-spacing:-1px;
      }
      h3
      {
        font-size:16px;
        color:#A1B527;
        text-transform:uppercase;
        font-family:Helvetica, Arial, sans-serif, Verdana;
        font-weight:normal;
        letter-spacing:-1px;
      }
.clear
{
  clear:both;
}
.clear-left
{
  clear:left;
}
.clear-right
{
  clear:right;
}
.highlight
{
  color:#7E910D;
}
#content a
{
  color:#7E910D;
  text-decoration:underline;
}
#content a:hover
{
  color:#CC0000;
}
