.mainborder {
	border: 1px solid #32422D;
}
.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #32422D;
	font-size: 90%;

}

a.leftnav:link {color: #32422D;text-decoration: none;}
a.leftnav:visited {color: #32422D;text-decoration: none;}
a.leftnav:hover {color: #32422D;text-decoration: underline;}
a.leftnav:active {color: #32422D;text-decoration: none;}

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	color: #32422D;
	font-size: 80%;
}

a.subnav:link {color: #32422D;text-decoration: none;}
a.subnav:visited {color: #32422D;text-decoration: none;}
a.subnav:hover {color: #32422D;text-decoration: underline;}
a.subnav:active {color: #32422D;text-decoration: none;}

.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #32422D;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;

}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #32422D;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #32422D;
	text-decoration: none;
	line-height: 120%;
	font-variant: normal;
	text-transform: uppercase;


}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #32422D;
	text-decoration: none;
	line-height: 105%;
}

