body {
	background-color: #191970;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 82%;
	margin: 0 0 40px 0px;
	padding: 0;
}

body h1 { margin-left: 1em; }

body ol { margin: 0; }

body ol li { margin: 0 4em 0 0; }

body p { margin: 1em 4em 1em 4em; }

col, td { vertical-align: top; }

col.chiefname, col.concerning { padding-left: 2em; text-align: left; width: 70%; }

col.contfield { text-align: right; width: 50%; }

col.contname { padding-left: 2em; width: 50%; }

h1 { font-size: 150%; margin-left: 1em; }

h2 { font-size: 130%; margin: 2em 0 1em 1em; }

h3 { font-size: 100%; font-weight: bold; margin: 0 1em; }

hr { border: 1px dashed #E6E68F; color: #E6E68F; width: 50%; }

input { height: 18px; }

input, textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
}

p.notice {
	color: #90BADE;
	font-weight: bold;
	margin-left: 4em;
	text-align: left;
}

/*table { border-left: 4px solid #E6E68F; }*/

table#chief th, table#officials th, table#contact th { color: #E6E68F; font-weight: bold; text-align: left; }

table#chief, table#contact { width: 50%; }

table#event { width: 70%; }

table#event th, p.intro { color: #E6E68F; font-weight: bold; }

table#officials { width: 60%; }

table#officials tr th:first-child, table#officials tr td:first-child, table#chief tr th:first-child, table#chief tr td:first-child, table#event tr th:first-child, table#event tr td:first-child, table#contact tr th:first-child, table#contact tr td:first-child { padding-left: 2em; }

table, td { font-size: 100%; }

td.importantrow { color: #90BADE; font-weight: bold; text-align: left; }

td.submit { text-align: right; }

ul#event {
	border-left: 4px solid #90BADE;
	margin-left: 0;
	padding-left: 2em;
}

ul#event li { border: 0; display: inline; }

.eventstars { text-align: center; width: 10%; }

.leftcol { padding-left: 2em; text-align: left; width: 15%; }

.middlecol { text-align: center; width: 15%; }

#body { overflow: auto; }

#caberimage {
	border-right: 10px solid #E6E68F;
	float: left;
	margin: 6px 10px;
	width: 187px;
}

#chieftainimg{
	border-right: 10px solid #CCCCCC;
	float: right;
	margin-right: 10%;
	width: 225px;
}

#float { clear: both; float: left; width: 50%; }

#float p { margin: 0em 4em 1em 4em; }

#hpimage {
	border-right: 10px solid #CCCCCC;
	clear: both;
	float: right;
	margin-right: 0;
	overflow: hidden;
	width: 314px;
}

#img3 { margin-left: 10px; }

#logo {
	color: #E6E68F;
	margin: auto;
	margin-top: 20px;
	padding: 0;
	width: 574px;
}

#nav{
	background-color: #E6E68F;
	border-right: 0px solid #D5D64B;
	bottom: 0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0 2px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#nav li {
	float:left;
	margin: 0;
	  width: 16%;
      text-align: center;
}

#nav li a:link {
	color: #26547C; /* unvisited link */
	text-decoration: none;
}

#nav li a:visited {
	color: #000000; /* visited link */
	text-decoration: none;
}

#nav li a:hover, {
	color: #FFFFFF; /* mouse over link */
	text-decoration: none;
}

#nav li a:active {
	color: #80AFD9; /* mouse over link */
	text-decoration: none;
}

#nav ul {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#printerfriendly {
	background: #FFFFFF;
	border-right: 10px solid #CCCCCC;
	clear: both;
	margin-top:10px;
	color: #000000;
	float: right;
	margin-right: 10px;
	width: 20%;
	
}

#printerfriendly p { margin: 1em; }

#scenery { margin-top: 23px; }

#thumbs {
	border-right: 10px solid #CCCCCC;
	box-sizing: border-box;
	clear: both;
	color: #000000;
	float: right;
	margin: 10px 10px 10px 0;
	-moz-box-sizing: border-box;
	padding: 0;
	width: 370px;
}

#thumbs img { margin: 0; margin-left: 10px; padding: 0; }

#top {
	background-color: #90BADE;
	background-image: url(images/scenery_back.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-right: 0px solid #80AFD9;
	box-sizing: border-box;
	color: #000000;
	height: 120px;
	left: 0;
	-moz-box-sizing: border-box;
	padding: 4px 0 4px 0;
	position: relative;
	text-align: left;
	top: 0;
	width: 100%;
}

p.announce{
	margin-top:-54px;
}

.articles{
	padding: 4px 8px;
	color: #fff;
	background: #0c0c3e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0 0 5px 0;
	}
	
a:hover.articles{
	background: #070729;
	}
	
.article_copy p{
	text-align: left;
	}
	
.article_copy a{
	color: #fff;
	}
	
.article_copy a:hover{
	text-decoration: none;
	}