#boxSitemap
{
	width: 100%; 
	margin-top: 30px;
	float: left;
}

dl 
{
	float: left;
	width: 180px;
	height: 150px;
	margin-left: 40px;
}

dl.small 
{
	float: left;
	width: 180px;
	height: 90px;
	margin-left: 40px;
}
dt
{
	background: url('../images/sitemap/slug.gif') no-repeat top left;
	color: #0084C5;
	font: bold 0.9em/1.0em Arial, Verdana, sans-serif;
	width: 175px;
	height: 26px;
	padding-left: 5px;
	padding-top: 7px;
}

dd
{
	margin-left: 0px;
}

/*---- Links ----*/

a.txtItem { color: #000; font-size: 0.9em;}

a.txtItem:link, a.txtItem:visited
{
color: #000;
text-decoration: none;
}

a.txtItem:hover
{
color: #000;
}

#textBody h2
{
	color: #0084C5;
	font-weight: 600;
	font-size: 1.0em;

}

