body {
	 background-color: #efe0cb;
     font-family: verdana, sans-serif;
     color: #6e808e;
     width: 800px;
     font-size: medium;
     margin: 7%
	 }
     
h1 {
   font-size: 170%;
   font-weight: stronger;
   color: #768a8b;
    }
    
h2 {
   font-size: 120%;
   font-weight: strong;
    }

#header {
        background-image: url(images/header.gif);
        width: 800px;
        height: 244px;
         }
     
#maincontent {
             background-color: #ffffff;
             width: 600px;
             border-style: double;
             border-width: 3px;
             border-color: #36251b;
              }
              
#largemaincontent {
                  background-color: #efe0cb;
                  border: none;
                  color: #36251b;
                  width: 800px;
                  height: auto;
                   }
              
#toc {
     float: right;
     width: 180px;
     text-align: right;
      }
      
#footer {
        background-color: #ffffff;
        border-style: double;
        border-color: #36251b;
        width: 800px;
        height: 35px;
        text-align: right;
         }
      
#padding {
         padding: 15px;
          }

.center {
        text-align: center;
         }
            
.news {
      background-color: #768a8b;
      color: #ffffff;
      font-weight: strong;
      color: #ffffff
       }
       
.floatright {
            float: right;
            margin: 5px;
             }

.floatleft {
           float: left;
           margin: 5px;
            }       