@charset "ISO-8859-1";

.nav {
	color: #ffe092;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}

.nav:visited {
	color: #ffe092;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}

.nav:hover {
	color: #151f28;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: #ffe092;
	text-decoration: none;
}

.main {
	color: black;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-color: #cecece;
	padding: 4px;
	border: solid 1px #131c23;
}

.sidebar {
	color: #fcda82;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

.contact {
	color: #fcda82;
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

.maintextonly {
	color: black;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

a {
	color: #3c6382;
	text-decoration: underline;
}

a:visited {
	color: #4c4c4c;
}

a:hover {
	color: #f7e092;
}

a.go {
	padding-right: 16px;
	background: url(images/bullet_go_grey.png) no-repeat right center;
}

a.go:hover {
	background: url(images/bullet_go.png) no-repeat right center;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

p {
	margin-top: 0;
}

#members p:first-line {
	font-weight: bold;
}

.calendar {
	background-color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
}

.calendar td, .calendar th {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

.left-align {
	text-align: left;
}
.officers{
	background-color: #999;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	margin: 1em auto;
}
.officers th, .officers td{
	border-top: 1px solid black;
	border-right: 1px solid black;
}
.officers th{
	background-color: black;
	color: white;
}
.officers tr.alt{
	background-color: white;
}
