#Content {
	color: #9F32FA;
}
#Content * .vscrollerbar {
	width: 15px;
	background: #9F32FA url(images/scrollbar.png) center center no-repeat;
}
#Content * .vscrollerbar:active, #Content * .vscrollerbar:focus, #Content * .vscrollerbar:hover {
	width: 15px;
	background: #E5E995 url(images/scrollbar.png) center center no-repeat;
}
#Content * .hscrollerbar {
	height: 15px;
	background: #9F32FA;
}
#Content * .hscrollerbar:active, #Content * .hscrollerbar:focus,#Content * .hscrollerbar:hover {
	height: 15px;
	background-color: #E5E995;
}
#Content a:link, #Content a:visited {
	color: #E5E995;
	text-decoration: none;
}
#Content a:active, #Content a:focus, #Content a:hover {
	color: #fff;
	text-decoration: underline;
}
#Wrapper #ServicesMenu a:link, #Wrapper #ServicesMenu a:visited {
	color: #E5E995;
	text-decoration: none;
}
#Wrapper #ServicesMenu a:active, #Wrapper #ServicesMenu a:focus, #Wrapper #ServicesMenu a:hover {
	color: #fff !important;
	text-decoration: underline;
}
.quoteStart 
{
	padding:2em 1em 1em 2em;
	background-image:url(images/quotes.jpg);
	background-repeat:no-repeat;
	background-position:0em 0.5em;
}
.quoteStart+p 
{
	padding:0em 1em 1em 2em;
}
.quoteStart:before
{
	content:'"';
}
.quoteStart:after
{
	content: '"';
}