/* CSS Document */

/*--------------- Subpage unique containers and styles for "Financial Aid" -------------------------------*/

#content /* Contains #submenu, #subcontent */
{
	border-left-color: #41023e;
	background-color: #630460;
}


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


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


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


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


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


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

