@charset "UTF-8";
/* CSS Document */

div.sitemapCol {
	width: 275px;
	float: left;
	margin-right: 20px;
	padding: 0;
}

.sitemapCol a {
	color: #128ecc;
	text-decoration: underline;
}

.sitemapCol a:hover {
	color: #ff981f;
}

.sitemapCol li {
	color: #128ecc;
}

.sitemapCol p {
	font-weight: bold;
}