/* text & tags */

body {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: url(body-bg.gif);
	line-height: 18px;
}

p { margin: 0px 0px 16px 0px; }

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

ul {
	margin-top: 0px;
	margin-bottom: 12px;
}

ol {
	margin-top: 0px;
	margin-bottom: 12px;
}

li { margin-left: -16px; }

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	line-height: normal;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	line-height: normal;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	line-height: normal;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	line-height: normal;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFFFCC;
}

/* div styles */

#container {
	width: 800px;
	margin: 10px auto;
}

#sidebar {
	width: 200px;
	color: #FFFFFF;
	padding: 270px 0px 0px 0px;
	background: url(sidebar-bg.png) top center no-repeat;
}

	#sidebar a {
		color: #beee7f;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		color: #FFFFCC;
		text-decoration: underline;
	}

#content {
	float: right;
	width: 580px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px 0px 10px 0px;
}

#photo {
	width: 580px;
	height: 200px;
	margin: 6px 0px 0px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#text {
	width: 560px;
	padding: 10px;
}

#footer {
	width: 580px;
	padding: 5px 0px;
	background: #314318;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	line-height: 16px;
	letter-spacing: 1px;
}

	#footer a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #FFFF99;
		text-decoration: underline;
	}


/* nav styles */

#nav {
	height: 22px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	background: #475c2b;
}

#nav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#nav ul li a {
	display: block;
	float: left;
	padding: 5px 10px 5px 11px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #658836;
	border-right: 1px solid #000000;
}

#nav ul li a:hover {
	background: #475c2b;
	text-decoration: none;
}

#nav ul li a.last {
	border-right: 0px;
	padding: 5px 11px;
}

/* miscellaneous styles */

.chart {
	margin: 0px 0px 16px 0px;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
}

.chart tr td {
	padding: 5px;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;
	vertical-align: top;
}

.officers {
	margin: 0px 0px 16px 0px;
}

.officers tr td {
	padding: 0px 0px 8px 0px;
}

.photos {
	margin: 0px 0px 16px 0px;
}

.photos tr td {
	padding: 0px 0px 5px 0px;
}