#navlist {
	width: 140px;
}

#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

#navlist li {
	font-family: Arial, Helvetica, sans-serif;
	color: #71693E;
	margin: 0 0 0 10px;
	padding: 6px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
}

#navlist a {
	color: #93996D;
	display: block;
}
#navlist a.indented {
	padding-left: 14px;
}
#navlist a:hover {
	color: #333333;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height:130%;
	font-weight: normal;
}
.mainText h1 {
	font-family: eorgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #A99F5D;
}

.headnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A99F5D;
	text-align: right;
	padding-right: 10px;

}

.headnote a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A99F5D;
	text-decoration: none;
}

.menuTable {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #EEEFE9;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #A99F5D;
	padding-bottom: 6px;
}
.copyright a {
	color: #A99F5D;
	text-decoration: none;
}
.copyright a:hover {
	color: #A99F5D;
	text-decoration: underline;
}
a:link {
	color: #999999;
}
a:visited {
	color: #91976B;
}
a:hover {
	color: #000099;
}

