
#mainpageright a:link{ color: #000; text-decoration: none; }
#mainpageright a:visited{ color: #000; text-decoration: none; }
#mainpageright a:hover{ color: #b37; text-decoration: underline; }

#mainpageright h2 { color: #c48; }

#mainpageright h2 a:link{ color: #c48; text-decoration: underline; }
#mainpageright h2 a:visited{ color: #c48; text-decoration: underline; }
#mainpageright h2 a:hover{ color: #b37; text-decoration: underline; }


.sitemaplft {
	float: left;
	width: 275px;
}

.sitemaprgt {
	float: right;
	width: 275px;
}

ul.sitemap {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

	ul.sitemap li{
		margin: 0px 0px 0px 0px;
		padding: 1px 0px 1px 20px;
		line-height: 1.6em;
		background: url(/images/relatedbullet.gif) no-repeat 5px 4px;
	}

	ul.sitemap a:link, ul.sitemap a:visited {
		color: #000;
		font-weight: normal;
		text-decoration: none;
	}

	ul.sitemap a:hover {
		color: #c43;
		text-decoration: underline;
	}