
body {
	margin: 0;
	padding: 0;
	background: #95DE47 url(../images/bg.gif) repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.p {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #639E36;
}

.headerone-blue	{color:#2D433B;
		font-size:25px;
}

.headertwo-blue	{color:#648479;
}

.headertwo-red	{color:#59080C;
		font-size:18px;
}

h1 {
	font-weight: normal;
	font-size: 237%;
}

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #1777B1;
}

a:hover {
	border-bottom: none;
	color: #FF7400;
}

img {
	border: 3px solid #7F7772;
}



/* Footer */

#footer {color:#fff;
	clear: both;
	height: 150px;
	padding: 20px 0 0 0;
	background: #63A220;
	
}

#footer p {
	background: #63A220;
	margin: 0;
	text-align: center;
	font-size: 85%;
}


#footer-blue {color:#fff;
	clear: both;
	height: 150px;
	padding: 20px 0 0 0;
	background: #5A7D71;
}

#footer-blue p {
	background: #5A7D71;
	margin: 0;
	text-align: center;
	font-size: 85%;
}

#footer-blue a {
	border: none;
	color: #fff;
}

#footer-blue a:hover {
	color: #FFFFFF;
}

#footer-green {color:#fff;
	clear: both;
	height: 150px;
	padding: 20px 0 0 0;
	background: #62A72D;
}

#footer-green p {
	background: #62A72D;
	margin: 0;
	text-align: center;
	font-size: 85%;
}

#footer-green a {
	border: none;
	color: #fff;
}

#footer-green a:hover {
	color: #FFFFFF;
}



#footer-red {color:#fff;
	clear: both;
	height: 150px;
	padding: 20px 0 0 0;
	background: #3B1517;
}

#footer-red p {
	background: #3B1517;
	margin: 0;
	text-align: center;
	font-size: 85%;
}

#footer-red a {
	border: none;
	color: #fff;
}

#footer-red a:hover {
	color: #FFFFFF;
}

#footer a {
	border: none;
	color: #fff;
}

#footer a:hover {
	color: #FFFFFF;
}

