body{
margin:0;
padding:0;
text-align: left;
background: white;
background-image: none;
font-family: Arial, Helvetica, sans-serif; /* RTS For Editor */
}

.contentheading {
	color: #648d36; /* Prev RTS: #43830B */
	font-size: 220%;
	font-weight: normal;
	line-height: 110%;
	padding-bottom: 8px;
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
	margin: 15px 0 0 0;
}

.componentheading {
	color: #444;
	font-size: 170%;
	line-height: 100%;
	padding: 0;
	margin: 25px 0 20px 0;
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
}


h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 10px 0;
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
}

h1, .h1 { 
	color: #648d36; /* Prev RTS: #43830B */
	font-size: 200%;
	line-height: 100%;
}

h2, .h2 {
	color: #444;
	font-size: 175%;
	line-height: 100%;
}

h3, .h3 {
	color: #444; /* Prev RTS: #43830B */
	font-size: 145%;
	font-family: Helvetica, Arial, sans-serif;
}

h4, .h4 {
	color: #444;
	font-size: 120%;
}

.testimonial-text {
	color: #666666;
	font-size: 135%;
	font-style: italic;
	line-height: 130%;
}

.testimonial-name {
	color: #648d36;
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
	padding-top: 5px;

	padding-right: 10px;
	text-align: right;
}

.small {
	font-size: 80%;
}

.home-larger {
	color: #aaa;
	font-size: 180%;
/*	font-style: italic;*/
	line-height: 150%;	
}

.home-hilite {
	color: #648d36;
}



hr {
	background-color: #eff2f3;	
	border-style: solid;
	border-color: #eff2f3;
	border-width: 1px;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
