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

