body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F3EEC6;
}
.wrapper {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	position: relative;
	top: -8px;
	left: -20px;
}

.secondnav {
	text-transform: uppercase;
	color: #F8F3DD;
	font-size: 10px;
	padding-top: 8px;
	height: 28px;
	text-align: right;
}
.secondnav a {
	color: #F8F3DD;
	text-decoration: none;
	padding-left: 20px;
}
.secondnav a:hover {
	text-decoration: underline;
}
.header {
	text-align: right;
}
.nav {
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	clear: both;
}
.nav ul {
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}
.nav li {
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCD5B8;
}
.nav li a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #2666D1;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}

.nav a:hover {
	background-color: #B5AB66;
	color: #FFFFFF;

}
.home-header {
	height: 322px;
	width: 729px;
	background-image: url(../images/header-home.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.home-copy {
	width: 330px;
	margin-left: 365px;
	text-align: justify;
	color: #FAF5E2;
	padding-top: 125px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.headline {
	width: 210px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	float: left;
	margin-right: 9px;
}
.headline h1 {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #0340A6;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.headline a {
	color: #0340A6;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
}

.footer {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b6834d;
	color: #b6834d;
	text-align: center;
	padding: 10px;
	font-size: 10px;
}
.footer a {
	color: #b6834d;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.footer a:hover {
	color: #b6834d;
	text-decoration: underline;
}


.clear {
	clear: both;
}
.sub-header {
	height: 180px;
	width: 729px;
}
.content {
	padding: 15px;
}
.content h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #0340A6;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 18px;
}
.content h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	margin: 0px;
	color: #0340A6;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
}
.content ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.content a {
	font-weight: bold;
	color: #2666D1;
}
.content a:hover {
	text-decoration: none;

}
.boardmeeting {
	width: 230px;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	border: 5px solid #0340A6;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.round-box {
	border: 1px solid #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #878787;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#878787), to(#D1D8CF));
	background: -moz-linear-gradient(#878787, #D1D8CF);
	background: linear-gradient(#878787, #D1D8CF);
	-pie-background: linear-gradient(#878787, #D1D8CF);
	padding: 6px;
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

a.round-box:hover {
	color: #353535;
}
.left {
	float: left;
}
.third {
	width:33.3%
}
.half {
	width:49.9%
}
.twothirds {
	width:66.6%
}
