@charset "UTF-8";
/* CSS Document */
/**NAVLEFT IS THE LEFT COLUMN NAV BAR**/

#navleft td 	{
	font-size:  1em;
	text-align: center;
}
#navleft td a	{
	font-weight:  bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 4px;
	height: 30px;
	width: 100px;
		}
#navleft a:link, #navleft td a:visited {
	color:  #32463a;
	text-decoration: none;
}

body#index td.index a:link, body#index td.index a:visited,
body#about td.about a:link, body#about td.about a:visited,
body#concerts td.concerts a:link, body#concerts td.concerts a:visited, 
body#support td.support a:link, body#support td.support a:visited, 
body#contact td.contact a:link, body#contact td.contact a:visited,
body#notes td.notes a:link, body#notes td.notes a:visited,
body#roster td.roster a:link, body#roster td.roster a:visited

	{
	color:  #84b295;
	background-color: #ffffff;
}
		
body#index td.index a:hover,
body#about td.about a:hover,
body#concerts td.concerts a:hover,
body#support td.support a:hover,
body#contact td.contact a:hover,
body#notes td.notes a:hover,
body#roster td.roster a:hover

 	{
	color: #84b295;
	background-color: #ffffff;
}		
		
#navleft td a:hover 
	{
	color: 	#ffffff;
	background-color:  #32463a;
}

/**TOP_NAV IS THE NAVBAR IN "TOP"**/

#top_nav ul {
	list-style: none;
	padding:  0;
	border:  none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#top_nav li 	{
	display: inline;
	font-size:  1em;
}
#top_nav li a	{
	font-weight:  normal;
	color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 3px;
	margin-left: 10px;
		}
#top_nav a:link, #top_nav li a:visited 
	{color:  #fff;
	text-decoration: none;}

body#index li.index a:link, body#index li.index a:visited,
body#about li.about a:link, body#about li.about a:visited,
body#concerts li.concerts a:link, body#concerts li.concerts a:visited, 
body#support li.support a:link, body#support li.support a:visited, 
body#contact li.contact a:link, body#contact li.contact a:visited,
body#notes li.notes a:link, body#notes li.notes a:visited

	{
	color:  #84b295;
}
				
body#index li.index a:hover,
body#about li.about a:hover,
body#concerts li.concerts a:hover,
body#support li.support a:hover,
body#contact li.contact a:hover,
body#notes li.notes a:hover
 	{
	color: #FFFF33;
}		
		
#top_nav li a:hover
		{
	color: #FFFF33;
}	

#footer a {
	color: #003333;
	text-decoration: underline;
}

#footer a:hover {
	color: 	#FFFF33;
	text-decoration: none;
}

