#sitemap{
	padding:41px 0;
}
#sitemap .left{
	width:271px;
	padding-right:41px;
}
#sitemap .left p{
	font-size:13px;
	line-height:1.4em;
}
#sitemap .right{
	width:641px;
	float: right;
}
#sitemap h1{
	font-size:24px;
	color:#0b65b2;
}
#sitemap h2{
	font-size:20px;
	color: black;
}
#sitemap p{
	line-height:1.6em;
	font-size:14px;
	padding-top:10px;
}
#sitemap ul{
	width:198px;
	padding:0 23px 23px 0;
	display: block;
	list-style: none;
	float: left;
}
#sitemap ul.last{
	padding:0;
}
#sitemap li a{
	text-decoration: none;
	font-size:12px;
}
#sitemap li{
	color:#82858e;
	font-size:12px;
	line-height:1.7em;
}
#sitemap li a:hover{
	text-decoration: underline;
}	
#sitemap li.title{
	border-bottom:1px solid #e0e0e0;
	padding-bottom:2px;
	margin-bottom:6px;
	height: auto;
}
#sitemap li.title a,#sitemap li.title span{
	color: #009FC1;
	font-size:14px;
}
#sitemap li.title a:hover{
	text-decoration: underline;
}
#sitemap li.ptop{
	padding-top:12px;
}
