/* text & tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #dff1f7;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

p {
	margin-top: 8px;
	margin-bottom: 12px;
}

ul {
	margin-top: 8px;
	margin-bottom: 12px;
}

ol {
	margin-top: 8px;
	margin-bottom: 12px;
}

li {
	margin-left: -20px;
}

.largertext {
	font-size: 14px;
}

.largetext {
	font-size: 13px;
}

.tableleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 9px;
}

.tableright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 9px;
}

a:link {
	color: #2a6baf;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #2a6baf;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #2a6baf;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6597cb;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #666666;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

.bump {
	margin-top: 8px;
}

/* divs */

div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#banner {
	width: 800px;
	border: 1px solid #043f75;
	border-bottom: 0px;
}

div#nav {
	width: 800px;
}

div#leftcolumn {
	clear: left;
	width: 564px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #043f75;
	margin-bottom: 10px;
}

div#rightcolumn {
	float: right;
	width: 180px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #043f75;
	margin-bottom: 10px;
}

#rightcolumnempty {
	float: right;
	width: 200px;
	margin-bottom: 10px;
}

.rightcolumnbox {
	width: 180px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #043f75;
	margin-bottom: 10px;
}

div#footer {
	clear: both;
	width: 794px;
	padding: 3px;
	background-color: #2a6baf;
	border: 1px solid #043f75;	
	font-size: 10px;
	color: #fafdfe;
	text-align: center;
}
	
/* menu styles */

#nav ul {
	padding: 0px;
	margin: 0px;
	background-color: #2a6baf;
	border: 1px solid #043f75;
	color: White;
	float: left;
	width: 800px;
	margin-bottom: 10px;
}

#nav ul li { 
	display: inline; 
}

#nav ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #2a6baf;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #043f75;
}

#nav ul li a:hover {
	background-color: #6998ca;
	color: #FFFFFF;
	font-weight: bold;
}

#nav ul li a.last {
	border-right: 0px;
	padding-right: 12px;
	padding-left: 12px;
}

#nav ul li a:hover.last {
	background-color: #6998ca;
	color: #FFFFFF;
	font-weight: bold;
}	

/* misc stuff */

.chart { margin: 8px 0px 12px 0px; border-top: 1px solid #444444; border-left: 1px solid #444444; }
.chart tr { background-color: #FFFFFF; }
.chart tr td { padding: 5px; border-bottom: 1px solid #444444; border-right: 1px solid #444444; vertical-align: top; }
.chart tr th { padding: 5px; border-bottom: 1px solid #444444; border-right: 1px solid #444444; vertical-align: top; background-color: #444444; color: #FFFFFF; font-weight: bold; text-align: left; }

.officers {
	margin: 8px 0px;
}

.officers tr td {
	padding: 0px 10px 0px 0px;
}