/*   @font-face {
      font-family: Georgia, "Times New Roman", Times, serif; 
      font-family: "Robson Celtic";
      src: url("http://site/fonts/rob-celt")
      }*/
      
      body {margin:4px 4px 4px 4px;
          background: #000;
          font-family: Georgia, "Times New Roman", Times, serif;
          font-size: 12px;
          font-variant: normal;
          /*font-family: Impact, "arial narrow", charcoal, "arial black", sans-serif;*/
      }

      a {color:#3333ff; text-decoration:none;}
      a:link {color:#3333ff; text-decoration: underline;}
      a:hover {color:#ff0000; text-decoration: none;}
      a:visited {color:#6600aa; text-decoration: underline;}
      
      #container {
         border: 1px solid #666666;
         width: 800px;
         margin: 0 auto;
         color: #004000;
         }
         
      #content {
         margin:0 0 0 0;
         background: #000000 url(images/stateneona.gif);
         }
         
      div.sidebar {
         float: left;
         padding: 0 15px 0 0;
         }
         
      h1{font-style: bold;
         font-size: 30px;
         font-variant: small-caps;
         padding: 25px 10px 25px 0;
         color: #004000;
         text-align: center;
      }
      
      h2{font-style: bold;
         font-size: x-large;
         color: #004000;
         text-align: center;
         padding: 25px 10px 25px 0;
      }

      h3{font: 16pt;
         color: #004000;  
      }
      
      #hMenu {
        height: 25px;
        width: 100%;
        background: #006600;
        color: #FFFF00;
        font: bold 14px/25px Georgia, "Times New Roman", Times, serif;
        text-decoration: none;
        }

        #hMenu ul {
           margin: 0;
           list-style: none;
           text-align: center;
           background: none;
           }

        #hMenu ul li {
           display: inline;
           padding: 0 0 0 0px;
           }

        #hMenu ul li#frst {
           padding: 0;
           background: none;
           }

        #hMenu ul li a {
           color: #FFFF00;
           font: bold 14px/25px;
           text-decoration: none;
           padding: 4px 10px;
           }

        #hMenu ul li a:hover {
           text-decoration: none;
           color: #FFFF00;
           background-color: #339933;
           }
           
   div.float {
      float: left;
      padding: 0 0 0 5px;
      border: none;
      }

   div.float p {
      text-align: center;
      font-size: 9pt;
      }

   div.float img {
      border-style: outset;
      border-width: 3px;
      }
         
   div.captions {
      padding: 0 0 0 200px;
      font: "Times New Roman", Times, serif;
      }
   
   p.divider {
      padding: 10px 0 0 0;
      border-bottom:groove;
      }

   div#blank {
      clear: right;
      height: 10px;
      }


   div.spacer {
      clear: both;
      }
      
