  body {
    background-color: #6cb233;
    font-family: Arial;
  }

  h1 {
    font-size: 19pt;
    color: #333333;
    margin-bottom: 10px;
    line-height: 110%;
  }

  h2 {
    font-size: 16pt;
    color: #333333;
    margin-bottom: 10px;
    line-height: 110%;
  }

  ul {
    margin-bottom: 10px;
  }

  li {
    list-style: square;
  }

  img {
    border: 0px;
  }

  .clear {
    clear:both;
    font-size:1px;
    line-height:1px;
  }

  #container {
    background-image: url(../images/bg.gif);
    width: 978px;
    margin-left: auto;
    margin-right: auto;
  }

  #border-top {
    background-image: url(../images/border-top.gif);
    background-repeat: no-repeat;
    height: 10px;
  }
  #border-bottom {
    background-image: url(../images/border-bottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 10px;
  }
  #logo {
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 20px;
    margin-top: 0px;
    width: 211px;
  }
  #tabs {
    width: 940px;
    position: relative;
    margin-left: 20px;
  }

  .tab {
    position: relative;
    float: left;
  }

  #tab1, #tab2, #tab3, #tab4, #tab5, #tab6 {
    position: relative;
    float: left;
  }

  #tab7, #tab8 {
    position: relative;
    float: left;
    top: -29px;
  }

  #line1 {
    position: relative;
    float: left;
    border-bottom: 1px solid #b1b1b1;
    height: 26px;
    width: 122px;
 }

  #line2 {
    position: relative;
    float: left;
    border-bottom: 1px solid #b1b1b1;
    height: 26px;
    width: 17px;
 }

  #line3 {
    position: relative;
    float: left;
    border-bottom: 1px solid #b1b1b1;
    height: 26px;
    width: 20px;
 }

  #greybar {
    position: relative;
    top: -29px;
    float: left;
    width: 900px;
    height: 26px;
    background-color: #efedee;
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
    border-bottom: 1px solid #b1b1b1;
  }

  #content {
    top: -20px;
    position: relative;
    padding-left: 40px;
    padding-right: 20px;
    font-family: Arial;
    font-size: 11pt;
    margin-top: 25px;
    margin-left: 190px;
    margin-bottom: 40px;
    width: 660px;
    color: #585858;
    line-height: 130%;
  }

  #content a:link, #content a:visited {
    color: #e3302c;
    text-decoration: underline;
  }

  #content a:hover {
    text-decoration: none;
  }

  #topnav {
    position: relative;
    top: -80px;
    left: 820px;
    width: 100px;
    vertical-align: top;
    text-align: left;
    font-size: 11pt;
    float: left;
  }

  #topnav a:link, #topnav a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
  }

  #topnav a:hover {
    text-decoration: underline;
    font-weight: bold;
  }

  #subnav {
    position: relative;
    top: -20px;
    float: left;
    width: 167px;
    font-family: Arial;
    font-size: 11pt;
    padding: 10px;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    background-color: #efedee;
  }

  .subnavitem {
    height: 20px;
    padding-bottom: 4px;
    vertical-align: bottom;
  }

  .subnavitem a:link, .subnavitem a:visited  {
    color: #e3302c;
    text-decoration: none;
  }

  .subnavitem a:hover {
    text-decoration: underline;
  }

  #flashintro {
    float: left;
    background-color: #ffffff;
    margin-top: -450px;
    margin-left: 19px;
    width: 190px;
    border-bottom: 5px solid #efedee;
  }


  #footer {
    margin-left: 245px;
    font-size: 8pt;
    color: #585858;
    width: 500px;
  }
