body {
	padding: 0px;
	margin: 0px;
	min-width: 720px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 100%;
	color: #065089;
	background-color: #eae1b9;
	background-image: url(/assets/images/misc/page_bg.jpg);
	background-repeat: repeat-x;
}

#pageouter {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 720px;
}

#siteouter {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 720px;
}

#logo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 100px;
}	

#mainouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 720px;
	background-color: #eae1b9;
}

#navouter {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 198px;
	margin: 0;
	padding: 10px;
	background-color: #be9e62;
	background-image: url(/assets/images/nav/bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
}

#nav {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 198px;
	margin: 0;
	padding: 0;
}

#nav ul {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 0.7em;
	list-style: none;
}
		
#nav ul li a {
	display: block;
	height: 20px;
	width: 198px;
	line-height: 20px;
	vertical-align: middle;
	text-indent: 10px;
	text-decoration: none;
	color: #065089;
	border-top: 1px solid #a27331;
}
		
#nav ul li a:hover {
	background-image: url(/assets/images/nav/up.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #a27331;
}

#nav ul li.secondary a {
	font-weight: normal;
	display: block;
	height: 18px;
	width: 198px;
	line-height: 16px;
	vertical-align: middle;
	text-indent: 20px;
	text-decoration: none;
	color: #065089;
	border-top: 1px solid #a27331;
}
		
#nav ul li.secondary a:hover {
	background-image: url(/assets/images/nav/up_sub.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #a27331;
}

#contentouter {
	position: relative;
	float: left;
	top: 0px;
	left: 10px;
	width: 490px;
	margin: 0;
	padding: 0;
}

#header {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 490px;
	height: 246px;
	margin: 0;
	padding: 0;
}

.navadvert {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	width: 200px;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}

.navadvert a {
	color: #065089;
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
	display: block;
}

.navadvert a:hover {
	color: #a27331;
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
	display: block;
}

#contentinner {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	width: 490px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.content {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 360px;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}

.contentfull {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 490px;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}

.content a {
	font-weight: bold;
	text-decoration: none;
	color: #065089;
}

.content a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a27331;
}

.contentbar {
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0;
	top: 10px;
	background-image: url(/assets/images/misc/small_block.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	width: 480px;
}

.contentbar a {
	font-weight: bold;
	text-decoration: none;
	color: #065089;
}

.contentbar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a27331;
}

.contentbarhome {
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	top: 10px;
	background-image: url(/assets/images/misc/small_block.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 350px;
}

.contentbarhome a {
	font-weight: bold;
	text-decoration: none;
	color: #065089;
}

.contentbarhome a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #a27331;
}

.contentbarimage {
	margin: 20px 10px 5px 0px;
	padding: 0;
	float: left;
	display: block;
}

.contentbarimage img {
	margin: 0;
	padding: 0;
}

.contentbarimage p{
	color: #a27331;
	background-color: #f1ecd8;
	padding: 4px;
	margin: 0;
	display: block;
	text-align: center;
	float: left;
	width: 79px;
}

.contentblank {
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0;
	top: 10px;
}

.contentblank img {
	margin: 5px 5px 5px 5px;
	display: block;
	float: left;
}

.imagebox {
	float: right;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	width: 87px;
	text-align: center;
	background-color: #dac993;
	border-left: 10px solid #eae1b9;
}

.imagebox img {
	float: right;
	margin: 0px 0px 10px 0px;
}

.news {
	position: relative;
	float: right;
	top: 0;
	right: 0px;
	width: 110px;
	margin: 0px 0px 0px 10px;
	padding: 0;
	font-size: 0.7em;
}

.newsstory {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 110px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.newsstory img {
	display: block;
}

.newsstory p {
	margin: 0;
	padding: 0;
}

.newsstory a {
	margin: 0;
	padding: 0;
	color: #065089;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.newsstory a:hover {
	margin: 0;
	padding: 0;
	color: #a27331;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

h1 {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 98%;
	margin: 0;
	padding-left: 10px;
	background-image: url(/assets/images/misc/main_block.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #a27331;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	color: #a27331;
	background-color: #f1ecd8;
	padding: 4px;
	display: block;
}

hr {
	width: 100%;
	height: 1px;
	color: #a27331;
	margin-bottom: 0;
	padding-bottom: 0;
}

#footer {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	width: 720px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	margin: 0;
	padding: 5px;
	font-size: 0.7em;
	border-top: 1px solid #a27331;
	text-align: center;
}

.footer {
	color: #a27331;
}

.footer a {
	color: #a27331;
	text-decoration: none;
}

.footer a:hover {
	color: #065089;
	text-decoration: none;
}

#sitemap {
	padding: 0;
	margin: 0;
	font-weight: bold;
	list-style: none;
	text-align: center;
}
		
#sitemap li a {
	display: block;
	height: 25px;
	width: 98%;
	line-height: 25px;
	vertical-align: middle;
	text-indent: 10px;
	text-decoration: none;
	color: #065089;
}
		
#sitemap li a:hover {
	text-decoration: none;
	color: #a27331;
}

.exclusively {
	float: right;
	margin: 0;
	padding: 0;
	top: 10px;
	right: 0px;
}

.quote {
	font-style: italic;
	font-weight: bold;
	color: #a27331;
	padding: 0px 10px 0px 10px;
}

.paging {
	position: relative;
	float: left;
	width: 490px;
	top: 0px;
	left: 0px;
	text-align: right;
	color: #a27331;
	background-color: #f1ecd8;
	padding: 10px;
	.margin:10px 0;
	display: block;
	font-size: 0.7em;
}

.paging a {
	color: #a27331;
	text-decoration: none;
	font-weight: bold;
}

.paging a:hover {
	color: #065089;
	text-decoration: none;
	font-weight: bold;
}

.boldtext {
	font-weight: bold;
}

div.row {
	clear: both;
	padding-top: 1px;
}

div.row span.label {
	float: left;
	width: 215px;
	text-align: right;
	line-height: 25px;
	height: 25px;
	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%;
}

.frmtextarea {
	background-color: #dac993;
	border: 1px solid #a27331;
	font-size: 1em;
	font-family: Tahoma, Arial, Verdana;
}

.frmbutton {
	background-color: #f1ecd8;
	border: 1px solid #a27331;
	color: #065089;
	font-size: 0.8em;
	font-weight: bold;
	height: 25px;
	line-height: 20px;
	vertical-align: middle;
	background-image: url(/assets/images/misc/button_bg.gif);
	background-repeat: repeat-x;
}

.corporatebox {
	width: 100%;
	display: block;
	margin: 10px 0px 20px 0px;
	padding: 0;
	height: 100px;
}

.corporateboximage {
	float: left;
	padding: 0;
	margin: 0;
	width: 100px;
}

.corporateboxinner {
	float: right;
	text-align: left;
	width: 365px;
	margin-top: 30px;
	padding: 0;
}

.event {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

.event img {
	float: left;
	margin: 0px 10px 10px 0px;
}

.imageborder {
	border: 1px solid #a27331;
}