body {
	margin: 0px;
	padding: 0px;
	background-color: #413000;
	color: black;
	font-family: Palatino Linotype;
	font-size: 12pt;
}

img {
	border: 0px;
}

h1 {
	color: #bb8d0a;
	font-size: 20pt;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding: 0px;
}

h2 {
	color: #413000;
	font-size: 14pt;
	font-weight: normal;
	padding: 0px;
	margin-top: -5px;
	margin-bottom: 25px;
	font-style: italic;
}

h3 {
	color: #bb8d0a;
	font-size: 15pt;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	color: #bb8d0a;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding: 0px;
}

h5 {
	color: #413000;
	font-size: 14pt;
	font-weight: normal;
	padding: 0px;
	margin-top: -5px;
	font-style: italic;
}

p {
	line-height: 17pt;
	letter-spacing: .2pt;
	padding-right: 350px;
}

p.wide {
	line-height: 17pt;
	letter-spacing: .2pt;
	padding-right: 0px;
}

a {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color:#bb8d0a;
}

div#pageContent {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	background-color: #fef8dd;
	border-left: 5px solid #dcd0a3;
	border-right: 5px solid #dcd0a3;
	border-bottom: 5px solid #dcd0a3;
}

div#topbar {
	height: 75px;
	width: 750px;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url( "/images/logo.gif" );
	height: 75px;
	width: 213px;
}

div#grass {
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent url( "/images/grass.jpg" ) no-repeat top right;
	height: 75px;
	width: 500px;
}

div#menu {
	border-top: 1px solid #dcd0a3;
	border-bottom: 1px solid #dcd0a3;
	height: 16px;
	width: 730px;
	padding: 4px 15px;
}

		div.menuItem {
			float: left;
			clear: none;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
			margin-right: 25px;

		}

		div.menuItem a {
			color: #413000;
			text-decoration: none;
		}

		div.menuItem a:hover {
			color: #c9be95;
			text-decoration: none;
		}

		img.menuDot{
			visibility: hidden;
		}

div#pagecopy {
	margin-bottom: 50px;
	padding-left: 35px;
	padding-right: 35px;
}


img.floatRight {
	float: right;
	padding: 0px 10px 30px 45px;
}

div#boilerplate {
	margin-top: 75px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 9pt;
	line-height: 9pt;
	width: 760px;
	text-align: center;
	border-top: 1px solid #dcd0a3;
	padding-top:5px;
	padding-bottom: 25px;
}

#formTable {
	margin-top: 30px;
}

#staffTable tr {
	vertical-align: top;
}

td.staffImage {
	padding-right: 75px;
	padding-bottom: 25px;
}

div.bio {
	margin-top: -20px;
	font-size: 11pt;
	width: 375px;
}

div.bio p {
	padding-right: 5px;
}