HTML		{ text-align: center;
		  background-color: #808080; }

body 		{ margin: 0 auto;
		  width: 800px;
		  text-align: left;
		  position: relative;
		  font-size: 12pt; 
		  font-family: "trebuchet ms", arial, sans-serif;
		  background-color: #fff; }

a 		{ color: #35662F; 
    		  font-size: 10pt;
    		  font-weight: bold; 
   		  text-decoration: none; }

a:hover 	{ color: #800000;
	  	  text-decoration: underline; }

a:active 	{ color: red;
	   	  text-decoration: underline; }

address 	{ background-color: #35662F; 
		  margin-top: 8px;
		  border-top: 1px solid #800000; 
		  font-size: 8pt;
		  color: #fff;  
		  padding-top: 3px;
		  padding-bottom: 3px;
		  font-weight: normal; 
		  font-style: italic;
		  text-align: center; }
		  
h1 		{ font-size: 18pt; 
		  background-color: #eee; 
		  padding-left: 5px;
		  letter-spacing: .2em;
  		  margin: 3px;
		  font-variant: small-caps;
			margin-left: 134px;}

h3 		{ font-size: 12pt; 
		  font-family: verdana, tahoma, sans-serif;
    		  color: #800000;
    		  background-color: transparent;
   		  font-weight: bold;
    		  margin-top: 0px;
   		  padding-bottom: 0px; }

h2 		{ margin: 0px; 
		  font-size: 10pt;
		  font-weight: bold;
		  color: #800000; }
			
#nav  		{ position: absolute;
		  top: 150px;
		  left: 0;
		  width: 110px; 
		  padding: 8px; 
		  border: 1px solid black; 
		  background-color: #eee; 
		  margin: 3px; }

#nav2 		{ position: absolute;
		  top: 296px;
		  width: 110px; 
        	  padding: 8px; 
       		  border: 1px dashed black; 
      		  background-color: #eee;
      		  margin: 3px; }

#main 		{ font-size: 10pt;
		  text-align: justify;
		  padding: 8px; 
		  border: 1px dashed #800000;
		  margin-left: 134px;
		  margin-right: 2px; } 

#MMEmbeddedMap		{ margin-left: 134px;
									  margin-right: 2px; }

.bolditalic	{ font-size: 12pt;
		  font-weight: bold; }
		  
