html,body {
	padding: 0;
	margin:	0;
	background:	#009933;
	text-align: center;
	font-family: Verdana, Arial, Helevetica;
	font-size: 	10px;
	background-image: url(../images/bg.jpg);
}


/*
Necessary to close gap at bottom of images..
*/

img {display: inline;}

.footerlink a {
	text-decoration: none;
	color: #ffffff;	
}


a {color: #009933;}
	
	
.container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
	/* IE Peekaboo Bug Fix */
	line-height: 1em;*/
}

h1 {
	display: none;
}

.headertext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D7CFCF;
}

.headertext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.boxtext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.boxtext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.boxtext2right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-left: 4em;
	color: #FFFFFF;
}
.boxlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	/*float: right;*/
	vertical-align: top;
	color: #FFFFFF;
	text-decoration: none;


}
.hometable {
	border: 3px solid #FFFFFF;
}
.homebanner {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9F9F9F;
	background: #FFFFFF;

}
.homemenu {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #9F9F9F;
	background: #FFFFFF;

}
.footerlink, .footerlink:active, .footerlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.hometableinner {
	border: 3px solid #9F9F9F;
	background: #FFFFFF;

}
.homegreenpanel1 {
	border: 3px solid #FFFFFF;
	background: #3F6E6D;

}
.homegreenpanel2 {
	background: #4A7E5C;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.homegreenpanel3 {
	background: #2E523B;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.contenttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1D7F79;
}
.contenttext {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #525252;
}
.contenttexthilite {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1E3DBD;
}
