body {
	margin: 0;
	background-color: #a0af46;
	background-image: url(/blog/images/bg-tile.gif);
	background-position: top center;
}
td, input, select, textarea, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #684937;
}
.alpha {
	opacity: .25;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	-moz-opacity: .25;
}
a {
	color: #489e95;
	text-decoration: none;
}
a:hover {
	color: #97a646;
	text-decoration: none;
}
.navsub {
	background-color: #c8dacd;
	display: none;
	position: absolute;
	padding-bottom: 5px;
	z-index: 1000;
}
.navitem {
	width: 100%;
}
.nav {
	font-size: 13px;
	color: #489e95;
	background-color: #c8dacd;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}
a.nav:hover {
	font-size: 13px;
	color: #1e8076;
	background-color: #b9d3c7;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}
h2, .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	color: #489e95;
	padding: 0;
	margin: 0;
}
.subtitle {
	font-size: 16px;
	color: #97a646;
}
.date {
	font-size: 12px;
	color: #97a646;
	text-decoration: none;
}
.signaturetext {
	color: #489e95;
	line-height: 20px;
}
.signaturetext a {
	color: #97a646;
	text-decoration: underline;
}
.small {
	font-size: 10px;
	color: #bfc88c;
	text-decoration: none;
}
.field {
	border: 1px solid #c8dacd;
	background-color: #c8dacd;
	width: 300px;
}

