a:link {color: #0f3313;}/*Default Link Colour*/
a:visited {color: #0f3313;}/*Visited Link Colour, ALWAYS make same as Default*/
a:hover {color: #000;}/*link's color when you Mouse Over it*/
a:active {color: #000;}/*Color when link is clicked*/

.bottomLink { 
color: #fff ! important;}/*Footer "Site Created By... Links, needed if you want the footer different*/
			   /*from the normal links*/

#navcontainer a {
font-size: 15px;
font-family: Trebuchet MS, Arial;
color: #000;
font-weight: normal ! important;


}


#navcontainer a:hover {
	text-decoration: none;
	color: #fff;
	border-left: 0;
	border-right: 0;
	background-color: #103a15 ! important;
font-weight: normal;
/*letter-spacing: .25px;*/
/*word-spacing: 3px;*/
}


#navcontainer .topline {
	border-top:fff;
/*width: 195px;*/
}

#navcontainer .top_bottomline {
	border-top: fff;
	border-bottom: fff;
/*width: 195px;*/
}

#navcontainer .subitem a
{
	display: block;
	padding: 0px 0px 0px/*SPacing between Sub-MenuItems VERTICAL*/ 8px;/*Indentation Under MAIN menu Header*/
	font-weight: bold;
	font-size: 13px;
	font-family: arial;
	color: #000;
	width: 201px;
	text-decoration: none;
	margin-bottom: 0px;
	letter-spacing: normal;
background:transparent ! important;
padding-bottom: 4px;
}

#navcontainer .subitem a:hover 
{
	border-left: 0;
	border-right: 0;
	background-color: Transparent;
	text-decoration: underline;
	color: #000;
	letter-spacing: normal;
}
/*End of Side Navigation*/

.PageTitle {/*Page Headline (i.e. WELCOME)*/
    font-size: 24px;
    color: #0a210c;
    text-shadow: 1px 1px 1px #fff;
    font-weight: normal ! important;
    font-family: Georgia;
}
 
p, span {    
color: #000;
font-family:  Arial;
font-size: 13px; 
line-height:135%
text-align:justify;
}


li {/*LIST ITEM TEXT*/
font-family: Arial;
color: #000;
font-size: 13px;
  margin-top: .25em;
}



.ContactUsToday {
    font-size: 13px ! important;
 
    color: #000;
    font-family: Arial ! important;
}

.SubscribeToNewsletter {
    font-size: 13px ! important;
   
    color: #000;
    font-family:  Arial ! important;
}
