@charset "utf-8";
/* text styles */

body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}


h1 { color: #79bc42; font-size: 20px; margin-top: 0px; }
h2 { color: #79bc42; font-size: 18px; }
h3 { color: #79bc42; font-size: 16px; }

.sidehead { color: #73109e; font-size: 20px; margin-top: 0px;}

a {
	color: #4e6f33;	
	font-weight: bold;
}

a:link {
	color: #4e6f33;	
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4e6f33;	
}
a:hover {
	text-decoration: underline;
	color: #73109e;
}
a:active {
	text-decoration: none;
	color: #4e6f33;	
}

/* quote box */

.quoteboxtop {
	width: 290px;
	height: 49px;
	background: url(/assets/images/quote_open.gif) no-repeat;
	margin-top: 10px;
}
.quoteboxbot {
	width: 290px;
	height: 49px;
	background: url(/assets/images/quote_close.gif) right no-repeat;
}

.quotebox {
	width: 218px;
	padding: 0 36px 0 36px;
	color: #79bc42;
	font-size: 20px;
}
.quotebox_attribution {
	width: 218px;
	padding: 0 36px 0 36px;
	color: 	#939393;
	font-size: 12px;
}

.quotetext {
color: #79bc42;
	font-size: 15px;	
	
}
.quote_attribution {
	color: 	#939393;
	font-size: 12px;
	text-align: right;
}

.quotestart {
	padding-right: 10px;	
}

.quoteend {
	padding-left: 5px;
	
}

.quoteheading {
	color: #79bc42;
	font-size: 20px;
	line-height: 49px;
}
