@charset "UTF-8";
/* CSS Document */

/* navigation
-------------- */

#about a 
{ 
	background: #E6E6E6; 
}

#about-sub a 
{
	background-color: #E6E6E6;
	color: #000000
}

#about-sub a:hover 
{
	background: #FFCC66;
	color: #992E2E;
}

#what a 
{ 
	background: #E6E6E6; 
}

#what-sub a 
{
	background-color: #E6E6E6;
	color: #000000
}

#what-sub a:hover 
{
	background: #FFCC66;
	color: #992E2E;
}

#ownwords a 
{ 
	background: #E6E6E6; 
}

#ownwords-sub a 
{
	background-color: #E6E6E6;
	color: #000000
}

#ownwords-sub a:hover 
{
	background: #FFCC66;
	color: #992E2E;
}

#volunteer a 
{ 
	background: #E6E6E6; 
}

#volunteer-sub a 
{
	background-color: #E6E6E6;
	color: #000000
}

#volunteer-sub a:hover 
{
	background: #FFCC66;
	color: #992E2E;
}

#give a 
{ 
	background: #E6E6E6; 
}

#give-sub a 
{
	background-color: #E6E6E6;
	color: #000000
}

#give-sub a:hover 
{
	background: #FFCC66;
	color: #992E2E;
}

#news a 
{ 
	background: #E6E6E6; 
}

#news-sub a 
{
	background-color: #E6E6E6;
	color: #000000
}

#news-sub a:hover 
{
	background: #FFCC66;
	color: #992E2E;
}

#contact a 
{ 
	background: #E6E6E6; 
}

#contact-sub a 
{
	background-color: #E6E6E6;
	color: #000000
}

#contact-sub a:hover 
{
	background: #FFCC66;
	color: #992E2E;
}

/* Selected main section tab is a white block with black text*/
#clicked
{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
