
/* text & tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

p { margin: 0px 0px 18px 0px; }

ul {
	margin-top: 0px;
	margin-bottom: 18px;
}

ol {
	margin-top: 0px;
	margin-bottom: 18px;
}

li { margin-left: -14px; }

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 9px 0px;
	line-height: 20px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 9px 0px;
	border-bottom: 1px solid #666666;
	line-height: 20px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 9px 0px;
	line-height: 19px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid #666666;
	line-height: 20px;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	line-height: 20px;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

/* div styles */

#pre-header {
	width: 100%;
	height: 90px;
	padding: 10px 0px;
	background-color: #333333;
	text-align: center;
}

#header {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #000000;
	background: url(header-bg.jpg) top center repeat-x;
	text-align: center;
}

#container {
	width: 900px;
	margin: 10px auto;
}

#leftcolumn {
	width: 200px;
}

.nav {
	line-height: normal;
}

.leftcolumnbox {
	width: 178px;
	padding: 10px 10px 0px 10px;;
	margin: 0px 0px 10px 0px;
	border: 1px solid #000000;
	background-color: #fff4d0;
	line-height: 18px;
}

#rightcolumn {
	float: right;
	width: 680px;
	min-height: 630px;
}

#footer {
	overflow: auto;
	clear: both;
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid #000000;
	background-color: #444444;
	text-align: center;
	color: #E8E8E8;
}

/* menu styles */

.nav ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #000000;
	border-bottom: 0px;
}

.nav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

.nav ul li a {
	display: block;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	background-color: #fae6a3;
}

.nav ul li a:hover {
	background-color: #d5c389;
}

.nav ul li a.header {
	background-color: #c3af6e;
}

/* miscellaneous classes */

.captionleft {
	float: left;
	margin: 0px 10px 10px 0px;
	font-size: 10px;
	line-height: normal;
}

.captionleft tr td { padding: 0px 0px 3px 0px; }

.captionright {
	float: right;
	margin: 0px 0px 10px 10px;
	font-size: 10px;
	line-height: normal;
}

.captionright tr td { padding: 0px 0px 3px 0px; }

.imgframe {
	margin: 8px auto;
	font-size: 10px;
	line-height: normal;
}

.imgframe tr td {
	padding: 1px 0px;
}

.largertext {
	font-size: 14px;
}

.officers {
	margin: 4px 0px 12px 0px;;
	line-height: normal;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}

.officers tr td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.proclamations {
	margin: 0px auto 8px auto;
}

.proclamations tr td {
	padding: 0px 0px 4px 0px;
}

.blargh { margin: 0px 0px 20px 0px; }
.blargh td { padding: 0px; margin: 0px; }
.blargh td h3 { margin: 0px; }
.blargh td p { margin: 0px 0px 10px 0px; }
