body {
	margin: 40px 0;
	background: #eeeeee url(/images/bg-tile.jpg) top center;
	text-align: center;
}
#content {
	margin: 0 auto;
	width: 790px;
	background-color: #ffffff;
	overflow: hidden;
}
div, td, input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #636468;
}
a {
	color: #686490;
	text-decoration: underline;
}
a:hover {
	color: #6259b3;
	text-decoration: none;
}
.navsub {
	display: none;
	position: absolute;
	width: 110px;
	background-color: #ffffff;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	text-align: left;
	padding-bottom: 10px;
	z-index: 1000;
}
.nav {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #545074;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	padding: 1px 10px;
}
a.nav:hover {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6659b7;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	padding: 1px 10px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #6a6493;
	text-transform: lowercase;
}
.date {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1b9d1;
	text-decoration: none;
	text-transform: lowercase;
}
.small {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-transform: lowercase;
}
.searchfield {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #545074;
	text-align: center;
	background: #ffffff url(/images/nav-search-bg.gif) no-repeat center;
	border: none;
	padding-top: 4px;
	width: 140px;
	height: 28px;
}
.button {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686490;
	text-decoration: none;
	text-transform: lowercase;
}
.field {
	font-size: 12px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	width: 250px;
}
.formbutton {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686490;
	text-decoration: none;
	text-transform: lowercase;
	text-align: left;
	margin: 0;
	padding: 5px 0;
	background: none;
	border: none;
	cursor: pointer;
}
