.bgnorepeat {
	background-repeat: no-repeat;
}
.bordersall {
	border: 1px solid #000000;
}
.borderslefttop {
	border-top: 1px solid #000000;
	border-right: 0px none;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

}
.textnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #336633;
}
.textContact {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #336633;
	text-decoration: none;
}

.textBlog{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #336633;
	text-decoration:underline;	
	}
	
	
.Heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #336633;
	font-weight: bold;

}
/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;

}

#nav_list li {
	overflow: hidden;
	font-size:9px;
	font-weight:bold;

}

#nav_list a {
	color:#FFFF99;
}

.li_nav_body a  {
	display: block;
	width: 225px;
	height: 20px;
	background: url(website_images/buttons/nav_body.png) no-repeat;
	padding-left: 20px;
	line-height:20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-decoration: none;
	font-size: 12px;
	list-style-type: none;




}

.li_nav_footer a  {
	display: block;
	width: 225px;
	height: 20px;
	background: url(website_images/buttons/nav_body.png) no-repeat 0 0px;
	padding-left: 20px;
	line-height:20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-decoration: none;
	font-size: 12px;



}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color: #336633;

}

.li_nav_footer a:hover {
	background-position:  0 -20px;
}

.li_active a:active  {
	background: url(assets/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#000000;
a:hover {
	color: #336633;
}

