html { 
	min-height: 101%;
	margin-bottom: 1px;
	}
	
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	background-image: url(../images/bg_gradient.gif);
	background-repeat: repeat;	
	background-color: #30180a;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

#maincontainer {
	width: 840px; /*Width of main container*/
	margin: 0 auto;
	background-color: #e8eee1;
	overflow: hidden;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 10px;	
	border-right: 10px;
	border-color: #37611f;
	border-style: solid;
	text-align: left;
}

#topsection {
	width: 840px;
	height: 100px; /*Height of top section*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	background-image: url(../images/banner.gif);
	text-align: right;
}

#menusection {
	width: 840px;
	height: 24px;
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #045600;
	background-image: url(../images/menubar.gif);
	text-align: right;	
	overflow: hidden;
}

.hbutton {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

.hbutton a {
	text-decoration: none;
	background-color: #37611f;
	color: #ffffff;
	height: 24px;
	padding: 8px 20px 8px 20px;
	border: 1px solid #ffffff;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
}

.hbutton a:visited {
	background-color: #37611f;
	color: #ffffff;
	height: 24px;
	padding: 8px 20px 8px 20px;
	border: 1px solid #ffffff;
}

.hbutton a:hover {
	background-color: #30180a;
	color: #ffffff;
	height: 24px;
	padding: 8px 20px 8px 20px;
	border: 1px solid #ffffff;
}

.hbutton a:active {
	background-color: #37611f;
	color: #ffffff;
	height: 24px;
	padding: 8px 20px 8px 20px;
	border: 1px solid #ffffff;
}

a {
	color: #37611f;
}

a:visited {
	color: #37611f;
}

a:hover {
	color: #30180a;
}

a:active {
	color: #37611f;
}

.inline li {
	padding: 0px;
	list-style: none;
	display: inline;
		font-size: 12px;
	}
	
.instruc {
	font-size: 8pt;
	font-style: italic;
	color: #30180a;
}


#mainsection {
	width: 840px;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fdf6db;
	overflow: hidden;
}

.contentspacing{
	margin: 20px 50px 20px 50px;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 11pt;
	color: #30180a;
}

img {
	border-style: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.plusbottom {
	margin-bottom: 15px;
}

.plustop {
	margin-top: 15px;
}

.plustop30 {
	margin-top: 30px;
}



#graphicfooter {
	clear: both;
	width: 840px;
   height: 20px;
	background-image: url(../images/topbar.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer {
	clear: both;
	width: 840px;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 10px;
}


