/***********************************************/
/* Styles for the CLLN Sitemap page               */
/***********************************************/ 

@import "CllnCommon.css"; 

#sitemap
{
	width: 343px;
}

#sitemap h2
{
	padding-top: 10px;	
	padding-bottom: 10px;	
}

#sitemap ol
{
	list-style: lower-roman;
	font-size: 0.7em;
}

#sitemap ol li
{
	
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
	color: ; #285875;
	font-weight: bold;	
}

#sitemap ol li a
{
	text-decoration: none;
	color: #285875;
}





