body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.copyright {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#444444;
}

.h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
line-height:100%;
color:#78a22f;
}


.h1blue {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:100%;
color:#57AAFA;
}

.body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:130%;
color:#333333;
}


a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:100%;
	color: #70972B;
	text-decoration: underline;
	line-height:130%;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:100%;
	color: #70972B;
	text-decoration: underline;
	color: #70972B;
	line-height:130%;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:100%;
	color: #70972B;
	text-decoration: none;
	color: #70972B;
	line-height:130%;

}

a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:100%;
	color: #70972B;
	text-decoration: underline;
	color: #70972B;
	line-height:130%;
}


/*-------------------------- Nav Rollovers --------------------------- */	

/* Home Rollover */

a.navhome {
    display: block;
    width: 49px;
    height: 26px;
    background-image:url(images/nav_home.gif);
    background-repeat: no-repeat;
    }
	 
a.navhome:hover { 
	background-position: left bottom;
    } 
	

/* Artist Info Rollover */

a.navinfo {
    display: block;
    width: 80px;
    height: 26px;
    background-image:url(images/nav_info.gif);
    background-repeat: no-repeat;
    }
	 
a.navinfo:hover { 
	background-position: left bottom;
    } 
	

/* Artist List Rollover */

a.navlist {
    display: block;
    width: 109px;
    height: 26px;
    background-image:url(images/nav_list.gif);
    background-repeat: no-repeat;
    }
	 
a.navlist:hover { 
	background-position: left bottom;
    } 
	

/* Program Rollover */

a.navprogram {
    display: block;
    width: 71px;
    height: 26px;
    background-image:url(images/nav_program.gif);
    background-repeat: no-repeat;
    }
	 
a.navprogram:hover { 
	background-position: left bottom;
    } 
	
	
/* Directions Rollover */

a.navdirections {
    display: block;
    width: 80px;
    height: 26px;
    background-image:url(images/nav_directions.gif);
    background-repeat: no-repeat;
    }
	 
a.navdirections:hover { 
	background-position: left bottom;
    } 
	
	
/* Local Attractions Rollover */

a.navattractions {
    display: block;
    width: 121px;
    height: 26px;
    background-image:url(images/nav_attractions.gif);
    background-repeat: no-repeat;
    }
	 
a.navattractions:hover { 
	background-position: left bottom;
    } 


/* Contact Rollover */

a.navcontact {
    display: block;
    width: 67px;
    height: 26px;
    background-image:url(images/nav_contact.gif);
    background-repeat: no-repeat;
    }
	 
a.navcontact:hover { 
	background-position: left bottom;
    } 
			
