body {
     padding: 0;
     color: #000000;
     font-family: Arial, Verdana,  sans-serif;
     font-size: 12px;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     margin-top: 5px;
     margin-bottom: 5px;
     background-color: #ffffff;
     }
           
div#top{
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            background-image: url(graphics/top.jpg);
            background-repeat: no-repeat;
            width: 900px;
            height: 210px;
            background-color: #ffffff;
            padding: 0;
           }
           
div#under_top{
              text-align: center;
              margin-left: auto;
              margin-right: auto;
              width: 900px;
              background-color: #ffffff;
              padding: 0;
             }
             
div#menu{
         width: 200px;
         background-color: #ffffff;
         margin: 0;
         padding: 10px 0 0 0;
         float: left;
         }
             
div#content{
            width: 697px;
            background-color: #ffffff;
            margin: 0;
            padding: 0;
            float: left;
             }

div#content p{
              text-align: justify;
              font-size: 12px;
              margin: 10px 10px 0 10px;
              color: #333333;
            }
            
div#content a{
              color: #1D5C00;
              text-decoration: underline;
             }
             
div#content a:hover{
              color: #83C240;
              text-decoration: underline;
             }
             
div#menu a{
           display: block;
           border-right: 1px solid #DADADA;
           border-left: 1px solid #DADADA;
           border-bottom: 1px solid #DADADA;
           text-decoration: none;
           background-color: #ffffff;
           padding: 6px 0 0 36px;
           color: #002900;
           font-size: 13px;
           font-weight: bold;
           height: 24px;
           text-align: left;
          }
          
div#menu a:hover{
                 background-color: #ffffff;
                 background-image: url(graphics/miniature.gif);
                 background-repeat: no-repeat;
                 background-position: 5px;
                 color: #1D5C00;
                }
                
div#bottom{
           text-align: center;
           margin-left: auto;
           margin-right: auto;
           width: 900px;
           height: 80px;
           background-color: #ffffff;
           padding: 0;
             }
             
div#bottom_left{
                 width: 200px;
                 float: left;
                 height: 80px;
                }
                
div#bottom_right{
                 width: 697px;
                 float: left;
                 height: 80px;
                 border-top: 1px solid #DADADA;
                }
                
div#bottom img{
              border: 1px solid #DADADA;
              margin-right: 20px;
              }
              
div#bottom p{
              font-size: 11px;
              color: #333333;
              }
              
table#form {
            background: none;
            color: #000000;
            text-align: center;
            width: 400px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            }

table#form td{
              text-align: left;
             }
             
p.table{
         font-size: 12px;
         text-align: left;
         font-weight: bold;
         padding: 0;
         margin: 16px 0 0 0;
         }

input.data{
               background: #FEFFED;
               color: #000000;
               padding: 2px;
               font-size: 14px;
               text-align: left;
               border: 1px solid #CCCCCC;
               }

textarea {
          background: #FEFFED;
          color: #000000;
          font-size: 12px;
          text-align: left;
          border: 1px solid #CCCCCC;
          }
          
select {
          background: #FEFFED;
          color: #000000;
          font-size: 14px;
          padding: 2px;
          width: 360px;
          border: 1px solid #CCCCCC;
          }

input.button {
                background: #FEFFED;
                color: #000000;
                font-size: 12px;
                padding: 4px;
                width: 80px;
                font-weight: bold;
                color: #333333;
               }

ul {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
   }
   
div#text_in_content{
                    margin: 10px 10px 0 10px;
                    padding: 0;
                    color: #333333;
                    text-align: justify;
                    }
                    
img {
    border: none;
    }
    
ul#listing{
           text-align: left;
           margin: 0 0 0 15px;
           padding: 0 0 0 15px;
           }
