body { background-image: url("bg.jpg");
       background-position: top center;
       background-repeat: repeat-y;
       background-color: #9bb412;
       margin-top: 0px; }

#container { position: relative;
             margin: auto;
             margin-top: 0px;
             width: 780px; }

#top { position: absolute;
       left: 0px;
       top: 0px;
       width: 780px;
       height: 369px;
       margin-top: 0px;
       z-index: 0; }

#toptext { position: absolute;
           left: 345px;
           top: 50px;
           width: 420px;
           height: 260px;
           font-family: trebuchet ms,verdana,arial,helvetica;
           font-size: 12px;
           color: #333d0b;
           text-align: justify;
           z-index: 1; }

#toptext a { text-decoration: none;
             color: #b8d33e;
             font-weight: bold; }

#toptext a:hover { text-decoration: underline;
                   color: #56630f; }

#menu { position: absolute;
        left: 200px;
        top: 26px;
        width: 570px;
        padding: 0px;
        z-index: 2; }
        
#menu ul { margin: 0;
           padding: 0;
           list-style-type: none;
           text-align: center; }

#menu li { display: inline; }

#menu li a { background-color: #56630f;
             color: #ffffff;
             border: 1px solid #78851d; 
             text-decoration: none;
             text-transform: uppercase;
             font-family: trebuchet ms,verdana,arial,helvetica;
             font-size: 15px;
             font-weight: bold;
             padding-left: 10px;
             padding-right: 10px; }
             
#menu li a:hover { background-color: #b8d33e;
                   text-decoration: none; }

#text { position: absolute;
        left: 0px;
        top: 369px;
        width: 760px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #000000; 
        background-color: #e4ec89;
        padding: 15px 10px 5px 10px;
        line-height: 21px; }

#text a { text-decoration: none;
          color: #56630f; 
          font-weight: bold; }

#text a:hover { background-color: #b8d33e; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 24px;
          font-weight: bold;
          letter-spacing: 5px;
          color: #718a03;
          font-style: italic;
          border-width: 0px 0px 1px 0px;
          border-style: solid;
          border-color: #ffffff; }

.smheader { font-family: times new roman,arial,verdana,helvetica;
          font-size: 18px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 5px;
          color: #ffffff;
          border-bottom: 1px solid #ffffff; }

.disclaimer { border-width: 1px 0px 0px 0px;
              border-style: solid;
              border-color: #ffffff;
              margin: auto;
              width: 75%;
              font-size: 10px;
              text-align: center;
              line-height: 14px; }

.flheader { color: #718a03;
            font-weight: bold;
            font-size: 14px; }

.center { margin: auto;
          text-align: center; }
          
#text b, #text strong { color: #718a03; text-decoration: underline; }
                        
#flcontainer { width: 90%;
               margin: auto;
               text-align: center; }