#sitemapHeader {

	background-image:url(images/headerLabel.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size : 225px;

}

#sitemapSection  {
	padding-bottom: 36px;
}
#sitemapSection h3 {
	font-size : 21px;
	font-weight:bold;
	width: 688px;
	padding-top: 17px;
	margin-left:auto;
	margin-right: auto;
	height: 37px;
	background-image:url(images/sitemap_container_line.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#sitemapContent {
	width: 688px;
	border-collapse:collapse;
	margin-top : 27px;

	margin-left:auto;
	margin-right:auto;
}
#sitemapContent td {
	width : 33.3%;
	vertical-align:top;
	text-align:left;
	height: 30px;
}
#sitemapContent td.categolyEnd {
	height: 50px;
}
#sitemapContent td a {
	font-size : 14px;
	text-decoration:none;
}
#sitemapContent td a:hover {
	opacity: 0.8;
}
#sitemapContent td.sm_home a {
	color: #646464;
}
#sitemapContent td.sm_about a {
	color: #e96da3;
}
#sitemapContent td.sm_article a {
	color: #95bd50;
}
#sitemapContent td.sm_coverage a {
	color: #ec9445;
}
#sitemapContent td.sm_link a {
	color: #289cc5;
}
#sitemapContent td.sm_contact a {
	color: #9a6ac5;
}
#sitemapContent td.sm_disclaimers a {
	color: #c6b198;
}
#sitemapContent td.sm_topics a {
	color: #d6c841;
}
#sitemapContent td.icon a {
	background-position: left center;
	background-repeat:no-repeat;
	padding-left: 22px;
}
#sitemapContent td.sm_about.icon a {
	background-image:url(images/icon1_about.png);
	background-size: 13px auto;
}
#sitemapContent td.sm_article.icon a {
	background-image:url(images/icon2_article.png);
	background-size: 11px auto;
}
#sitemapContent td.sm_coverage.icon a {
	background-image:url(images/icon3_coverage.png);
	background-size: 14px auto;
}
#sitemapContent td.sm_link.icon a {
	background-image:url(images/icon4_link.png);
	background-size: 14px auto;
}
#sitemapContent td.sm_contact.icon a {
	background-image:url(images/icon5_contact.png);
	background-size:14px auto;
}
#sitemapContent td.sm_disclaimers.icon a {
	background-image:url(images/icon6_disclaimers.png);
	background-size: 16px auto;
}
#sitemapContent td.sm_topics.icon a {
	background-image:url(images/icon7_topics.png);
	background-size: 15px auto;
}
#sitemapContent td.tri a:before {
	content: "▶ ";
}