html, body {    
	background: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
        line-height: 13px;
        color: #000000;
	margin-top: 10px;
		}
		
#home {
	background: url('images/bkgd_home.jpg') repeat-y top center;
		}
		
#sec {
	background: url('images/bkgd_sec.gif') repeat-y top center;
		}
		
#sponsorships {
	background: url('images/bkgd_sponsorships.jpg') repeat-y top center;
		}
		
#whatsnew {
	background: url('images/bkgd_whatsnew.jpg') repeat-y top center;
		}
		
#staff {
	background: url('images/bkgd_staff.jpg') repeat-y top center;
		}
		
#slideshow {
	background: url('images/bkgd_slideshow.jpg') repeat-y top center;
		}
		
.caption {
    	color: #003300;
    	font-family: Times, "Times New Roman", serif;
        font-weight: bold;
        font-style: italic;
        font-size: 17px;
        line-height: 20px;
    	margin-top: 200px;
    	margin-left: 40px;
     }
     
.captionsec {
    	color: #003300;
    	font-family: Times, "Times New Roman", serif;
        font-weight: bold;
        font-style: italic;
        font-size: 17px;
        line-height: 20px;
    	margin-top: 20px;
    	margin-left: 140px;
     }
     
.hdr {
    	color: #003300;
    	font-family: Times, "Times New Roman", serif;
        font-weight: bold;
        font-size: 17px;
        line-height: 20px;
    	margin-top: 100px;
    	margin-left: 140px;
     }
     
.mission {
	font-size: 13px;
        line-height: 20px;
        margin-left: 140px;
     }
     
.sec {
        margin-left: 22px;
        margin-right: 70px;
        margin-top: 25px;
     }
     
.sponsortext {
        margin-left: 22px;
        margin-right: 70px;
        margin-top: 175px;
     }
     
.whatsnewtext {
        margin-left: 300px;
        margin-right: 70px;
        margin-top: 35px;
     }
     
.stafftext {
	font-size: 11px;
        line-height: 12px;
        margin-left: 22px;
        margin-right: 60px;
        margin-top: 50px;
     }
     
.text {
    margin-top: 3px;
     }
     
.bold {
	font-weight: bold;
	font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
     }
     
a.nav:link {
    	color: #FFFFFF;
    	font-family: Times, "Times New Roman", serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
    	text-decoration: none;
    	padding-top: 4px;
    	padding-bottom: 4px;
    	width: 167px;
    	display: block;
     }
     
a.nav:visited {
    	color: #FFFFFF;
    	font-family: Times, "Times New Roman", serif;
   	font-weight: bold;
        font-size: 14px;
        line-height: 14px;
    	text-decoration: none;
    	padding-top: 4px;
    	padding-bottom: 4px;
    	width: 167px;
   	display: block;
     }
     
a.nav:hover {
    	color: #003300;
    	font-family: Times, "Times New Roman", serif;
    	font-weight: bold;
    	font-size: 14px;
    	line-height: 14px;
    	text-decoration: none;
    	padding-top: 4px;
    	padding-bottom: 4px;
   	width: 167px;
    	display: block;
    	background: #F9CB00;
     }
     
.live {
    	color: #003300;
        font-family: Times, "Times New Roman", serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        text-decoration: none;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 167px;
        display: block;
        background: #F9CB00;
     }
     
a:link {
    	color: #003300;
	font-weight: normal;
    	text-decoration: none;
     }
     
a:visited {
    	color: #003300;
	font-weight: normal;
    	text-decoration: none;
     }
     
a:hover {
    	color: #000000;
    	font-weight: normal;
    	text-decoration: none;

     }