@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
	{
	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
 	{
	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
	{
	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
 	{
	color: #84b295;
}		
		
#top_nav li a:hover
		{
	color: #FFFF33;
}
		
/**FOOT_NAV IS THE NAVBAR IN "FOOTER"**/
	
#foot_nav  {
	margin-top: 8px;
	margin-bottom: 10px;}
	
#foot_nav ul {
	list-style: none;
	padding:  0;
	border:  none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;}

#foot_nav li 	{
	display: inline;
	font-size:  0.85em;}
	
#foot_nav li a	{
	font-weight: bold;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	margin-right: 3px;
	margin-left: 3px;}
		
#foot_nav a:link, #foot_nav li a:visited {
	color:  #32463a;
	background-color:  #ffffff;
	text-decoration: none;
}

body#index li.foot_index a:link, body#index li.foot_index a:visited,
body#about li.foot_about a:link, body#about li.foot_about a:visited,
body#concerts li.foot_concerts a:link, body#concerts li.foot_concerts a:visited, 
body#support li.foot_support a:link, body#suppport li.foot_support a:visited, 
body#contact li.foot_contact a:link, body#contact li.foot_contact a:visited,
body#members li.foot_members a:link, body#members li.foot_members a:visited
	{
	color:  #84b295;
	background-color: #ffffff;
}
				
body#index li.foot_index a:hover,
body#about li.foot_about a:hover,
body#concerts li.foot_concerts a:hover,
body#support li.foot_support a:hover,
body#contact li.foot_contact a:hover,
body#members li.foot-members a:hover
 	{
	color: #84b295;
	background-color: #ffffff;
}		
		
#foot_nav li a:hover
		{
	color: 	#ffffff;
	background-color:  #84b295;}
		
#footer a {
	color: #32463a;
	text-decoration: none;
}

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