body {
	margin: 0;
	background-color: #f5f2de;
	background: url(/images/bg-tile.jpg) top;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
}
a {
	font-style: italic;
	color: #e8b22b;
	text-decoration: none;
}
a:hover {
	color: #79b600;
	text-decoration: none;
}
.navsub {
	display: none;
	position: absolute;
	background-color: #f5f2de;
	background: url(/images/bg-tile.jpg) top;
	padding-bottom: 10px;
	z-index: 1000;
}
.navitem {
	width: 100%;
	text-align: center;
}
.nav {
	font-size: 12px;
	font-style: normal;
	color: #79b600;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	padding: 3px 5px;
}
a.nav:hover {
	font-size: 12px;
	font-style: normal;
	color: #e8b22b;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	padding: 3px 5px;
}
.bodytext {
	line-height: 18px;
	text-align: left;
}
h2, .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: normal;
	font-style: normal;
	color: #f3c758;
	text-transform: lowercase;
	width: 900px;
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0;
}
.subtitle {
	font-size: 14px;
	font-style: normal;
	color: #79b600;
}
.blogdate {
	font-size: 11px;
	color: #999999;
	text-transform: lowercase;
	text-align: center;
	margin: 5px 0 35px 0;
	padding-top: 25px;
	width: 900px;
	height :50px;
	background:url(/images/blog-title-line.gif) no-repeat center top;
}
.blogdate a {
	font-size: 11px;
	font-style: normal;
	color: #79b600;
}
.blogdate a:hover {
	font-size: 11px;
	font-style: normal;
	color: #e8b22b;
}
#footer {
	font-size: 10px;
	color: #aaaaaa;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 20px;
	width: 100%;
}
#footer a {
	font-style: normal;
	color: #aaaaaa;
}
.field {
	color: #f3c758;
	letter-spacing: normal;
	border: none;
	background-color: #ffffff;
	width: 300px;
	height: 22px;
	padding-top: 3px;
	padding-left: 10px;
	margin: 3px;
}
.fieldwrap {
	height: 30px;
	padding: 0;
	margin-bottom: 24px;
	background: url(/images/field-bg.gif) no-repeat top left;
}
.archive {
	font-style: normal;
	color: #79b600;
	text-decoration: none;
	text-transform: lowercase;
}
