 
    .nav, .body {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 9pt;
}

   
.nav A:link { color: white; text-decoration: none; }
.nav A:visited { color: white; text-decoration: none }
.nav A:active { text-decoration: none }
.nav A:hover { text-decoration: underline; color: black; }

.body A:link { color: #000000; text-decoration: none; }
.body A:visited { color: #5c5c5c; text-decoration: underline }
.body A:active { text-decoration: underline }
.body A:hover { text-decoration: underline; color: #2fafe7; }
.body h1 {color:#2fafe7; size: 3}
.body h2 {color:#969696; size: 2}
.body h3 {color:#b4b4b4; size: 1; font-style: normal}
.body font {color:#cccccc; font-size: 12px; font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;}
hr.line {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: white;
	border-bottom-style: none	
}

a.mail:link {color: #000000; }

    <!--
#headerlogo {
      background: #2FAFE7;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 180px;
    padding: 5px;
      height: 193px;
    }
  
    
#headertext {
      background: #2FAFE7;
      position: absolute;
      top: 0px;
      left: 181px;
      width: 100%;
      height: 125px;
    }  
    
 #headerwhite {
      background: white;
      position: absolute;
      top: 100px;
      left: 594px;
      width: 100%;
      height: 89px;
    } 
    
    
#headercorner {
      background: #2FAFE7;
      position: absolute;
      top: 100px;
      left: 190px;
      width: 404px;
      height: 89px;
    } 
    
#upcoming { 
    background: #ecb71b; 
    position: absolute; 
    top: 193px; left: 0; 
    width: 180px; 
    padding: 5px;
    height: 100px;
    line-height: 60%
     }

#about {
      background: #A7D400;
      position: absolute;
      top: 293px;
    left: 0px;
      width: 180px;
      height: 120px;
      padding: 5px;
    line-height: 60%
     
    }

#involved {
      background: #e398d4;
      position: absolute;
      top: 413px;
    left: 0px;
      width: 180px;
       padding: 5px;
      height: 90px;
    line-height: 60%
    }

#support {
      background: #7881c5;
      position: absolute;
      top: 496px;
    left: 0px;
      width: 180px;
      padding: 5px;
      height: 120px;
    line-height: 60%
    }

#address {
      background: #CCCCCC;
      position: absolute;
      top: 616px;
    left: 0px;
      width: 180px;
        padding: 5px;
      height: 110%;
    }
    
    
#content, table {
     background: #fff;
     font-size: 12px;
     font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
     color: #808080;
     padding:0px 20px;
     margin:0px;
}
    

#content {
    position: absolute;
    top: 115px;
    left: 200px;
    width: 60%;
    height: 500px;
}
    
