.top {
	background-attachment: scroll;
	background-image: url(images/top1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 100px;
}
.bottommain {
	background-attachment: scroll;
	background-image: url(images/bottom1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 10px;
	padding-left: 100px;

}

.bottomhome {
	background-attachment: scroll;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 10px;
	padding-left: 100px;

}
a:link {
	color: #009933;
}
a:visited {
	color: #009933;
}
a:hover {
	color: #009933;
}

.menu:link {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu:visited {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu:hover {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bottomtext {
	font-size: 9px;
	padding: 5px 10px;
}
.box {
	border: 1px solid #666666;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #009900;
}
.subheading {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}
