body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 0px 10px 0px;
	background: url(images/bg.jpg) 50% 0 #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3a8d20;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}
a:link, a:active, a:visited {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #092D51;
	text-decoration: none;
}
a:hover {
	color: #B3201C;
	text-decoration: underline;
}
#nav, #nav ul { /* all lists */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	padding: 8px 3px 8px 3px;
	font: bold 9px Verdana, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
}
#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	border-left: 1px solid #CCCCCC;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a { /* second-level lists */
	padding: 5px 3px 5px 3px;
	width: 92px;
	text-align: left;
	background: #EEEEEE;
}
#nav li ul a:hover { /* second-level lists */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width: 99px;
}
.maincontent {
	margin-bottom: 0px;
}
.titleimage {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.boxheader {
	padding: 8px;
	background: #CCCCCC;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #3a8d20;
}
.boxcontent {
	padding: 8px;
	background: #DDDDDD;
	min-height: 200px;
}
.boxheader2 {
	padding: 8px;
	background: #DDDDDD;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #3a8d20;
}
.boxcontent2 {
	padding: 8px;
	background: #EEEEEE;
	min-height: 200px;
}
.footer {
	display: block;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	padding-top: 10px;
	/*border-top: 1px dashed #BBBBBB*/
	text-align: center;
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	color: #BBBBBB;
}
.footer a:link, .footer a:active, .footer a:visited {
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	color: #BBBBBB;
}
.footer a:hover {
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	color: #B3201C;
}
.toplinks {
	text-align: right;
	margin-right: 10px;
	border: 0px solid #FF0000;
	height: 70px;
	padding-bottom: 30px;
}
.toplinks a:link, .toplinks a:active, .toplinks a:visited {
	display: block;
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 8px;
	background: url(images/arrows.gif) right no-repeat;
	padding-right: 20px;
}
.toplinks a:hover {
	background: none;
	text-decoration: none;
	color: #308CAD;
	background: url(images/arrows2.gif) right no-repeat;
}
.newslinks a:link, .newslinks a:active, .newslinks a:visited {
	display: block;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #092D51;
	text-decoration: none;
	margin: 0px;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px dotted #888888;
}
.newslinks a:hover {
	background: #CCCCCC;
	text-decoration: none;
	color: #3a8d20;
}
.newslinks img {
	border: 0px;
	position: relative;
	top: 5px;
}

.boxcontent3 {
	padding: 0px;
	background: #DDDDDD;
	min-height: 200px;
}
.morelinks a:link, .morelinks a:active, .morelinks a:visited {
	display: block;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #092D51;
	text-decoration: none;
	text-transform: lowercase;
	margin: 0px;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px solid #AAAAAA;
}
.morelinks a:hover {
	background: #CCCCCC;
	text-decoration: none;
	color: #3a8d20;
}
.morelinks2 a:link, .morelinks2 a:active, .morelinks2 a:visited {
	display: block;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #092D51;
	text-decoration: none;
	text-transform: lowercase;
	margin: 0px;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px solid #AAAAAA;
	background: #E5E5E5;
}
.morelinks2 a:hover {
	background: #CCCCCC;
	text-decoration: none;
	color: #3a8d20;
}

.table {
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

.table p {
	margin: 0px;
}

.table th {
  background: #DDDDDD;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.table td {
  background: #EEEEEE;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.text {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #CCCCCC;
}

.submit {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #67A5CF;
	background: #3a8d20;
}

.noimage {
	height: 13px;
}

.indexlink {
	display: block;
	border: 0px solid #FF0000;
	width: 400px;
	height: 50px;
	position: relative;
	bottom: 5px;
}

.logos {
	display: block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}
.logos img {
	vertical-align: middle;
}
.logos2 {
	margin-right: 30px;
}
.call {
	display: block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
	font: bold 18px Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	background: #E5E5E5;
	padding: 10px 0px 10px 0px;
}
.maincontent ul {
	vertical-align: top;
	line-height: 16px;
}
.maincontent li {
	margin-top: 5px;
}

ul.mf {
	vertical-align: top;
	line-height: 16px;
}
li.mf {
	margin-top: 5px;
}

.gallery {
	clear: both;
	margin-top: 10px;
	display: block;
	float: left;
}

.gallery a:link, .gallery a:active, .gallery a:visited {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
	padding: 5px;
	display: block;
	float: left;
}

.gallery a:hover {
	border: 1px solid #BBBBBB;
	background: #DDDDDD;
}

.vtour {
	margin: 10px 10px 5px 10px;
}

.vtourlinks {
	padding: 10px;
}

.vtourlinks a:link, .vtourlinks a:active, .vtourlinks a:visited, .vtourlinks a:hover {
	padding: 10px;
	background: #5285BC;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}