/* CSS Document */

/*----------- Subpage unique containers and styles for "Friends and Donors" -------------------------------------------------*/

#content /* Contains #submenu, #subcontent */
{
	border-left-color: #5f0718;
	background-color: #7b2437;
}


#submenu /* Subpage menu */
{
	background-image: url(http://www.alc.edu/layout/logo_donate.gif);
	background-color: #7b2437;
}


ul#expand ol /* Left nav expanding menu */
{
	background-color: #5f0718;
}


ul#expand li, ul#expand a /* Left nav expanding menu */
{
	list-style-image: url(http://www.alc.edu/layout/bullet_donate.gif);
}


ul#expand /* Left nav expanding menu */
{
	border-top-color: #5f0718;
}


ul#expand li /* Left nav expanding menu */
{
	border-bottom-color: #5f0718;
}


#expand a:hover /* Left nav hover */
{
	color: #E4A7B5;
}

