body {
	margin: 20px 0;
	background: #fefaf7 url(/images/bg-tile.jpg) top center;
}
td, input, select, textarea, div {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7b7465;
}
a {
	color: #d2a04a;
	text-decoration: none;
}
a:hover {
	color: #e9c27e;
	text-decoration: none;
}
.navsub {
	background-color: #ffffff;
	display: none;
	position: absolute;
	z-index: 1000;
}
.navitem {
	width: 100%;
	white-space: nowrap;
}
.nav {
	font-size: 11px;
	color: #d2a04a;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
}
a.nav:hover {
	font-size: 11px;
	color: #e9c27e;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	color: #f5c6cb;
	padding: 0;
	margin: 0;
}
.date {
	font-size: 11px;
	color: #d2a04a;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
.bodytext {
	width: 740px;
	text-align: left;
	line-height: 17px;
	letter-spacing: 1px;
	padding-bottom: 40px;
}
.small {
	font-size: 10px;
	color: #b9b5ad;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
.searchfield {
	font-size: 12px;
	text-align: center;
	border: 0px;
	background-color: transparent;
	background: none;
	background-image: url(/images/nav-search-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 121px;
	height: 21px;
	padding-top: 3px;
}
.field {
	font-size: 12px;
	text-align: left;
	border: 0px;
	background-color: #f5f5f3;
	background-image: url(/images/field-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 201px;
	height: 21px;
	padding-top: 3px;
	padding-left: 5px;
}
.field_textarea {
	font-size: 12px;
	text-align: left;
	border: 0px;
	background-color: #f5f5f3;
	background-image: url(/images/field-textarea-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 201px;
	height: 121px;
	padding-top: 3px;
	padding-left: 5px;
	resize: none;
}
.archive {
	font-size: 10px;
	color: #7b7465;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

