
/******* 
** contentWrap sizing and positioning are handled in styleCommon.css 
** this contentWrap definitions are the default for the site
*******/

#contentWrap {
	font-family: "Book Antiqua", "Times New Roman", Times;
	font-size: 16px;
	color: #666666;
}
#contentWrap A {
	color: #4c9175;
	text-decoration: none;
}
#contentWrap A:Hover {
	color: #22695d
}
#contentWrap h1 {
	font-family: Gotham-Bold, "Arial Black", Verdana;
	font-size: 17px;
	line-height: 25px;
	color: #babdbf;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}


