body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #016161;
	background-color: #CBECF2;
}
.content {
	padding-left: 20px;
}
p {
	padding-left: 0px;
	padding-right: 0px;
	}
.leftcol {
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
a:link {
	text-decoration: none;
	color: #016161;
}
a:visited {
	text-decoration: none;
	color: #016161;
}
a:hover {
	text-decoration: none;
	color: #CBECF2;
	background-color: #016161;
}
li.none {
	list-style-type: none;
}
a:hover.out {
	text-decoration:underline;
	color: #016161;
	background-color: #CBECF2;
}
a:link.out {
	color: #016161;
}
a:visited.out {
	text-decoration: none;
	color: #016161;
}
#testimonials {
	background-image:url(../images/chat.png);
	background-repeat:no-repeat;
	background-color:#CBECF2;
	background-position: 150px 7px;
	position: relative;
	border: 1px solid #016161;
	min-height: 150px;
	padding: 7px 20px 7px 30px;
	width: 385px;
	display: block;
}

