
div.hrgrey {
  color: #CCC;
	background-color: #CCC;
	height: 1px;
	width:99%;
	margin:0px 0 8px 0;
	clear:both;
}

/* sitemap css */

#contentcenter {
	margin: 16px 0 0 26px;
	width:750px;

	font-size:65%;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#e31836;	
	margin-bottom: 0px;
}

.contentcolumn {
	width: 34%;
	float: left;
	
	margin-bottom: 15px;
}

h2, .emptyhead {
	font-size: 1.0em;
	color: #333;
	margin-top:10px;
	margin-bottom: -8px;
	line-height: 1.8em;
}

.contentcolumn ul li {
	list-style: none;
	margin-left: -40px;
	line-height: 1.8em;
	font-size: 1em;
}

.contentcolumn ul li a, h2 a {
	color: #334B9A;
}

