.pageHeaderHideLinkText
{
	display:none;
}

body 
{
	font-family: Arial, Tahoma, Courier, Times New Roman;
	font-size: 12px;
}

.header
{
	color: #204624;
	font-family: Arial, Tahoma, Courier, Times New Roman;
	font-weight: bolder;
	font-size: 16px;
}

.subHeader
{
	color: #5D300F;
	font-family: Arial, Tahoma, Courier, Times New Roman;
	font-weight: bold;
	font-size: 14px;
}

.content, #TestimonialContentInner
{
	font-family: Arial, Tahoma, Courier, Times New Roman;
	font-size: 12px;
}

.contentSmall
{
	font-family: Arial, Tahoma, Courier, Times New Roman;
	font-size: 10px;
}

#RightColumnInner
{
	word-wrap: break-word;  /*IE FIX ONLY FOR LONG STRINGS OF TEXT WITH NO SPACES, NO FIX FOR FIREFOX*/
}

#TestimonialContent
{
	color: #5C775D;
}

#TestimonialContentInner
{
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px dashed #5C775D;
}

/*Style for footer text*/
#PageFooter
{
	height: 20px;
	border-top: 1px solid black;
	background-color: #5C775D;
	color: White;
	font-family: Arial;
	font-style: normal;
	font-size: 11px;
}

/*Font style for all navigation*/
#NavigationInner
{
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
}

#RelatedNews
{
	font-family: Arial, Tahoma, Courier, Times New Roman;
	font-size: 12px;
}

/*used for clearing floated elements*/
.clr
{
	
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}

#AccessLinks, #SiteTitle, #SiteSummary
{
	display: none;
}

a:link, a:visited 
{
	color: #738A74;
}
a:hover, a:active 
{
	color: #738A74;
}