body { 
		  text-align: center;
 			font-family: Arial, Helvetica, Geneva, sans-serif;
			}


#container {
  border: 1px;
  width: 90%;
  margin: 5px auto;
  text-align: left;
  } 
 
#header {
    font-size: 85%;
    border-bottom: 5px solid #4D915A;
    text-align: center;
     } 

#menu {
    float: left;
    width: 175px;
    height: inherit;
    padding: 1em;
    margin: 0;
    text-align: left;
    font-size: 85%;
    background-color: #deeedc;
    border-right: 5px solid #4D915A;
    border-bottom: 5px solid #4D915A;
    }
    
    
#menu ol {
    font-size: 90%;
    margin: 0;
    padding-left: .9em;
    list-style-type: none;
    }
   
     
#menu ul {
    font-size: 95%;
    margin: 0;
    padding-left: .9em;
    list-style-type: none;
    line-height: 1.5em;
    font-weight: 550;
      }

#content {
    margin-left: 200px;
    padding: 1em;
     }

   
#content h2 {
   margin: 0 0 .5em 0;
   }


#footer {
    margin: 0;
    padding: .5em;
    
    border-top: 10px #0f6259;	
    font-size: 85%;
   background-color: #deeedc;
   border-top: 10px solid #4D915A;
   text-align: center;
        }

		
img {border: 0}

img.sm	{border: 0;
        vertical-align: middle;
         }

img.right	{border: 0;
           float: right;
          margin: 10px;
          margin-right: 0;
          padding: 5px;
          border: 0px;
          }

a:link { color: #0f6259;    }
a:visited {color: #0f6259;  }



h1 {  text-align: center;
      font-size: 18pt;
      color: #4D915A;
      font-family: Script MT Bold, Helvetica, Geneva, Arial, san-serif;
		}

 h2 { font-size: 12pt;
      font-family: Helvetica, Geneva, Arial, san-serif;
      text-align: left;
      font-color: #4d9159;
      text-align: center;
        }
        
 h3 { font-size: 14pt;
      font-style: bold; 
      font-family: Helvetica, Geneva, Arial, san-serif;
      color: #4D915A;       
         }

 h4 { font-size: 12pt;
        font-family: Helvetica, Geneva, Arial, san-serif;
        text-align: center;
        font-style: italic;
        }

 h5 { font-size: 10pt;
        font-family: Helvetica, Geneva, Arial, san-serif;
        text-align: right;
        font-style: italic;
        }
      
 h6 { font-size: 16pt;
        font-family: Helvetica, Geneva, Arial, san-serif;
        text-align: center;
        font-style: italic;
        }        
		

