body {
	margin: 0;
	background-color: #6d493e;
	background-image: url(/images/bg-tile.jpg);
	background-position: top;
}
td, input, select, textarea, div {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #493a2c;
}
a {
	color: #f09c00;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.navsub {
	background-color: #f8f4ea;
	display: none;
	position: absolute;
}
.navitem {
	width: 100%;
}
.nav {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f09c00;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 3px 10px;
}
a.nav:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #493a2c;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 3px 10px;
}
.bodytext {
	line-height: 21px;
}
.dropcap {
	font-size: 40px;
	color: #f09c00;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 4px;
	float: left;
}
.title {
	font-size: 24px;
	color: #425a69;
	text-transform: uppercase;
}
.subtitle {
	font-size: 16px;
	color: #f09c00;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.bold {
	font-size: 12px;
	font-weight: bold;
	color: #f09c00;
	letter-spacing: 1px;
	text-transform: uppercase;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	margin: 0;
    padding: 0 0 3px 10px;
    background: transparent url(/images/ul-dot.gif) no-repeat;
    background-position: 0 8px;
}
.small {
	font-size: 10px;
	color: #425a69;
	text-transform: uppercase;
}
.footer {
	font-size: 10px;
	color: #d6cac1;
	text-decoration: none;
	text-transform: lowercase;
}
.field {
	border: 1px solid #f5e6c8;
	background-color: #f5e6c8;
	width: 100px;
}
.category {
	font-size: 11px;
	color: #493a2c;
	text-transform: uppercase;
}
a.category:hover {
	color: #f09c00;
}
