body {
	padding: 0px;
	margin: 0px;
	min-width: 700px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 100%;
	color: #2d317a;
	background-color: #fff592;
	background-image: url(/assets/images/misc/page_bg.jpg);
	background-repeat: repeat-x;
}

#siteouter {
	position: relative;
	top: 20px;
	left: 0px;
	margin: 0 auto;
	width: 700px;
}

#headerouter {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	float: left;
	width: 700px;
	height: 150px;
}

#headerlogo {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	height: 150px;
}

#headerimage {
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	float: right;
	width: 500px;
	height: 150px;
}

#contentouter {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
	background-image: url(/assets/images/misc/content_bg.gif);
	background-repeat: repeat-y;
}

#nav {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}

#contentinner {
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	margin: 0;
	padding: 12px;
	width: 476px;
}

.content {
	color: #2d317a;
	font-size: 0.7em;
}

.content a {
	color: #bf8b21;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	color: #bf8b21;
	text-decoration: underline;
	font-weight: bold;
}

#twoboxesouter {
	position: relative;
	right: 0px;
	top: 10px;
	float: right;
	margin: 0;
	padding: 0;
	width: 476px;
}

#boxleft { 
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
}

#boxleft img {
	float: left;
	padding: 0px 10px 10px 0px;
}

#boxright { 
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	margin: 0;
	padding: 0;
	width: 220px;
}

#boxright img {
	float: left;
	padding: 0px 10px 10px 0px;
}

#footer {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0;
	width: 700px;
	height: 37px;
	background-image: url(/assets/images/footer/bg.gif);
	background-repeat: no-repeat;
}

.footer {
	color: #967a3d;
	font-size: 0.7em;
	height: 37px;
	line-height: 46px;
	vertical-align: middle;
	text-align: center;
}

.footer a {
	color: #967a3d;
	text-decoration: none;
}

.footer a:hover {
	color: #967a3d;
	text-decoration: underline;
}

#cardofweek {
	position: relative;
	left: 0px;
	top: 30px;
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 200px;
	height: 200px;
}

#cardofweek img {
	display: block;
	margin-bottom: 10px;
}

.sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitemap li {
	padding: 4px;
	text-align: center;
	list-style: none;
}

.sitemap li ul li {
	font-size: 0.8em;
	padding: 2px;
}

h1 {
	font-size: 1.1em;
	color: #bf8b21;
	font-weight: bold;
}

h2 {
	font-size: 1.0em;
	color: #bf8b21;
	font-weight: bold;
}

.boldtext {
	font-weight: bold;
}

.textandimage {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 456px;
	margin: 0;
	padding: 10px;
}

.image {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

.contentimage {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0;
}

.text {
	float: right;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block;
}

.frmbutton {
	background-image: url(/assets/images/form/button_bg.gif);
	background-repeat: repeat-x;
	background-color: #fde583;
	font-weight: bold;
	border: 1px solid #967a3d;
	color: #f5edc2;
	font-size: 1em;
}

.frmtextarea {
	font-family: Tahoma, Arial, Verdana;
	background-color: #f5edc2;
	border: 1px solid #967a3d;
	color: #2d317a;
	font-size: 1em;
}

div.row {
	clear: both;
	padding-top: 1px;
}

div.row span.label {
	float: left;
	width: 200px;
	text-align: right;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.0em;
}

div.row span.formw {
	margin-left: 5px;
	float: left;
	width: 260px;
	text-align: left;
}

div.longrow {
	clear: both;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

hr {	
	height: 0px;
	border-top: 1px dotted #bf8b21;
	margin: 5px 0px 5px 0px;
}