/* CSS Document */

ul.siteMap {
	margin-top:4px;
	margin-bottom:4px;	
}
ul.siteMap li {
	margin-top:2px;
	margin-bottom:2px;
	font-size:10px;
}
ul.siteMap li a, a:visited {
	font-weight: bold;
	color: #007ccb;
	
}
ul.siteMap li a:hover, a:active {
	background-color:#D9F1FF;
	text-decoration: underline;
}
a.headingLink, a.headingLink:visited {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #014189;
	margin-top: 10px;
	margin-bottom: 2px;
}
a.headingLink:hover, a.headingLink:active {
	background-color:#D9F1FF;
}
#siteMapContainer {
	width:auto;
	height:auto;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 8px;	
}
