html {
    height: 100%;
}
BODY { 
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(img/mainbg.gif);
	background-color: #b7d6ba;
	background-position: center;
	background-repeat: repeat-y;

}
#outerwrapper {
    text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 819px;
	height: 100%;
	z-index: 1;
}
#innerwrapper {
	background-image: url(img/bgtop.jpg);
	position: relative;
	z-index: 5;
	height: 550px;
	width: 779px;
	left: 20px;
	top: 0px;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-bottom: 150px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #539d5c;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 0;
}

.shead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
