html { 
	min-height: 101%; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8f8164;
	text-align: center;
	color: #000000;
}
a:link {
	color: #445a10;
	text-decoration: underline;
}
a:visited {
	color: #445a10;
	text-decoration: underline;
}
a:hover {
	color: #445a10;
	text-decoration: underline;
}
a:active {
	color: #445a10;
	text-decoration: underline;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.borderwht {
	border: 1px solid #FFFFFF;
}
.borderred {
	border: 1px solid #990000;
}
.bordergray {
	border: 1px solid #afafaf;
}



.shadowrt {
	background-image: url(images/shadow_rt.gif);
	background-repeat: repeat-y;
}
.lineheight {
	line-height: 20px;
}
.graybtm {
	background-image: url(images/graybtm2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.shadowlf {
	background-image: url(images/shadow_lf.gif);
	background-repeat: repeat-y;
}
.verdana9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bgbtm {
	background-image: url(images/btm_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.headingbg {
	background-image: url(images/heading_bg.jpg);
	background-repeat: no-repeat;
}
.columnbg {
	background-image: url(images/column_bg.gif);
	background-repeat: repeat-y;
}
.texture {
	background-image: url(images/texture2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bullet {
list-style-image: url(images/arrow.gif);
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
}
.headingred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.headingblu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.terms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.pdf {
	list-style: none;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-bottom: 5px;
	line-height: 25px;
	margin-left: 20px;	

}
.pdf2 {
	list-style: none;
	padding-left: 30px;
	background: url(images/pdf.gif) no-repeat left top;
	margin-left: 10px;
}


ul.nav {
	padding: 0;
	margin: 0;
}

#menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3f5115;
	text-align: right;
	width: 158px;
	font-weight: normal;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-y;
	padding-top: 8px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding-right: 5px;
	display: block;
		
}

#menu li {
	list-style-type: none;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #918a75;		
}

#menu li.first {
	border-top: 0px;
		
}
#menu li.double {
	line-height: 22px;
		
}

.menuend {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #918a75;
}


#menu a:link {
	color: #445a10;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#menu a:visited {
	color: #445a10;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #445a10;
}
#menu a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #445a10;
}
