/* CSS Document */

/*--------------- Subpage unique containers and styles for "News" -------------------------------------*/

#content /* Contains #submenu, #subcontent */
{	
	border-left-color: #111111;
	background-color: #363636;
}


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


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


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


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


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


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

