body {
     padding: 0;
     background-color: #D9D9B0;
     color: #000000;
     font-family: Arial, Verdana,  sans-serif;
     font-size: 12px;
     text-align: center;
     margin: 5px auto 10px auto;
     background-image: url(graphics/tlo.gif);
     }

div {
     padding: 0;
     margin: 0;
    }

img {
    border: none;
    margin: 0;
    padding: 0;
    }
    
#top{
     background-color: #fff;
     margin: 0 auto;
     width: 900px;
     height: 200px;
     text-align: center;
     overflow: hidden;
     border-bottom: 2px solid #302F3F;
     }
        
#main{
     background-color: #fff;
     margin: 0 auto;
     width: 900px;
     text-align: center;
     overflow: hidden;
     border-bottom: 2px solid #302F3F;
     }
     
#main-left{
           margin: 0;
           width: 195px;
           text-align: left;
           overflow: hidden;
           float: left;
           }

#main-right{
           margin: 0;
           width: 702px;
           text-align: left;
           overflow: hidden;
           }
           
#main-left a{
             display: block;
             width: 158px;
             height: 20px;
             border-bottom: 1px solid #302F3F;
             border-right: 1px solid #302F3F;
             border-left: 1px solid #302F3F;
             text-decoration: none;
             color: #604903;
             padding: 10px 5px 5px 30px;
             background-color: #FFFFCF;
             background-image: url(graphics/square.jpg);
             background-repeat: no-repeat;
             background-position: 10px;
            }
            
#main-left a:hover{
                   background-color: #F9E29C;
                   background-image: url(graphics/square2.jpg);
                   background-repeat: no-repeat;
                   background-position: 10px;
                  }
           
#main-right p{
        text-align: justify;
        margin: 10px;
        color: #333333;
        line-height: 18px;
        }
        
#main-right ul{
          margin: 0;
          padding: 0 70px 0 35px;
          }


#main-right ul li{
            text-align: justify;
            font-size: 12px;
            margin: 5px 10px 5px 10px;
            color: #333333;
            padding: 0;
            }
            
#main-right a{
              color: #636272;
              text-decoration: underline;
              }
              
#main-right a:hover{
              color: #0000CC;
              text-decoration: underline;
              }
             
         
#foot{
      margin: 0 auto;
      width: 900px;
      height: 20px;
      text-align: center;
      padding-top: 4px;
      }


#foot p{
      text-align: center;
      font-size: 10px;
      color: #000;
      margin: 0;
      padding: 0;
      }
      
#foot a{
      color: #000;
      text-decoration: underline;
      }

#foot a:hover{
              text-decoration: underline;
              color: #006A99;
              }

      

