html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#778073;
}
/* Structure */

#sitewrapper {
	width: 966px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	padding-bottom: 16px;
}
#headerwrapper {
	width: 950px;
	height: 130px;
	padding:8px 8px 0px 8px;
	background-image:url('header.jpg');
}
#header {
	width: 950px;
	height: 100px;
	text-align:right;
}
#contentwrapper {
	width: 930px;
	padding-left: 28px;
	padding-right: 8px;
	background-image: url('contentbg.jpg');
	background-repeat: repeat;
}
#textframe {
	float:left;
	height:100%;
	margin: 20px 20px 20px 0px;
	border-left:5px solid #96A191;
}
#textframe p {
	text-align:justify;
	padding:0px 10px 0px 10px;
}
#imageframe {
	float:left;
	height:100%;
	margin: 20px 20px 20px 0px;
}
#clearboth {
	clear:both;
	width:100%;
	height:1px;
}
#footerwrapper {
	width: 966px;
	height: 38px;
	background-image:url('footer.jpg');
	font-size: 11px;
	color:#ffffff;
}
#footerleft {
	float: left;
	width: 455px;
	padding-top: 8px;
	padding-left: 28px;
	text-align: left;
}
#footerright {
	float: left;
	width: 455px;
	padding-top: 8px;
	padding-right: 28px;
	text-align: right;
}
#footerwrapper a {
	color:#ffffff;
}
#footerwrapper a:hover {
	text-decoration:none;
}
/* Main Menu */

#menu {
	width:950px;
	height:30px;
	font-size:11px;
}
#menu ul {
	float: right;
	margin:0px;
	padding-top:8px;
}
#menu ul li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #ffffff;
	list-style:none;
}
#menu ul li.first {
	border-left:none;
	list-style:none;
}
#menu a {
	color:#ffffff;
	text-decoration:none;
}
#menu a:hover {
	color:#cccccc;
}
#menu a.focus {
	font-style:italic;
}
/* Text Styles */

a {
	color: #000000;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #96A191;
	margin: 0px;
	padding:5px 10px 5px 2px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	margin: 0px;
	padding:10px 10px 0px 10px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
/* Forms */

#formline {
	padding:5px 10px 5px 10px;
	text-align:right;
}
.inputbox {
	font-size:11px;
	border:1px solid #778073;
	background-color:#E5F0E0;
}
.button {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background-color:#E5F0E0;
	border-bottom:1px solid #778073;
	border-right:1px solid #778073;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
}
.flagbutton {
	width:24px;
	height:17px;
	padding:5px 5px 0px 0px;
}
/* Misc */

#googlemapframe {
	padding:10px 0px 0px 10px;
}
