body {
	margin: 0 0 20px 0;
	background: #e1ded9 url(/images/bg.jpg) no-repeat fixed top center;
}
td, input, select, textarea, div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #635b4e;
}
a {
	color: #993333;
	text-decoration: none;
}
a:hover {
	color: #669966;
	text-decoration: none;
}
.navsub {
	display: none;
	position: absolute;
	background-color: #fefdfa;
	padding-bottom: 8px;
	z-index: 1000;
}
.navitem {
	width: 100%;
}
.nav {
	font-size: 13px;
	color: #635b4e;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 3px 10px;
}
a.nav:hover {
	font-size: 13px;
	color: #669966;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 3px 10px;
}
.content {
	width: 920px;
	text-align: left;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 26px;
	color: #669966;
	padding-bottom: 15px;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	color: #336699;
	padding-bottom: 10px;
}
.hr {
	width: 100%;
	height: 50px;
	background:  url(/images/line-hr.gif) repeat-x  center;
}
.vr {
	background:  url(/images/line-vr.gif) repeat-y  center;
}
ul li, ol li {
	padding-bottom: 6px;
}
ul li ul li, ol li ol li {
	padding-bottom: 2px;
}
.footer {
	font-size: 11px;
	color: #928e85;
}
form {
	margin: 0;
	padding: 0;
}
.field {
	background-color: #ffffff;
	border: 1px solid #e1ded9;
	width: 250px;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	text-align: left;
	color: #993333;
	background: none;
	border: none;
	cursor: pointer;
}
.border {
	border: 1px solid #bdb19c;
}
