/*Links*/
.linksSection{
	position: relative;
	width: 350px;
	margin: 0px auto 30px 0px;
	padding: 0px 0px 0px 5px;
}
.textLink{
	position: relative;
	margin: 10px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	line-height: 18px;
	border-bottom: 1px dotted #ccc;
}
.textLink a{
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
.textLink a:hover{
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}
.imageLink{
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
}
/*Testimonials*/
.testimonialsSection{
	position: relative;
	width: 350px;
	margin: 20px auto 0px 0px;
	padding: 0px 0px 0px 5px;
}
.testimonial{
	position: relative;
	margin: 10px 0px 0px 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	border-bottom: 1px dotted #ccc;
}
.testimonialText{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}
.testimonialName{
	font-family: Verdana;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	font-style: italic;
}
/*Site Map*/
.siteMapSection{
	position: relative;
	width: 350px;
	margin: 20px auto 0px 0px;
	padding: 0px 0px 0px 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #999;
	font-weight: bold;
	line-height: 20px;
}
.siteMapSection a{
	color: #999;
}
.siteMapSection a:hover{
	color: #000;
}