/*bg bits */

body {
left-margin: 0;
right-margin: 0;
top-margin: 60;
bottom-margin: 0;
}
.bgbg {
background-repeat: repeat-x;
background-position: top;
background-image: url(img/bg.jpg);
}


/*text styles*/

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #224433;
}
.heading {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #006644;
}
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #998855;
}
.headingtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #998855;
}

/*bottom bar bits*/

.contacttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #88AA99;
	font-weight: bold;
}
.contacttext a {
	text-decoration:none;
	color: #88AA99;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #88AA99;
}
.whitelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}
a {
	color: #1D502F;
}
