body, html {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	color: #fff;
	text-decoration: none;
}

img {
	border: none;
}

textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	height: 150px;
	width: 300px;
}

#content {
	margin: 0px;
	padding: 0px;
}

#header {
	border-bottom: 3px solid #2a3175;
	padding: 0px 5px 10px 5px;
}

#header a:hover {
	text-decoration: none;
}

#left {
	background-color: #ddd;
	border: 1px solid #00f;
	position:absolute;
	left:.25em;
	margin-top: 0.5em;
	margin-left: 0.25em;
	padding: 0px;
	width: 12em;
}

#right {
	border-left: 3px solid #2a3175;
	margin: 0px;
	padding: 5px 10px 15px 10px;
	margin-left: 13em;
}

#footer {
	background: #fff;
	border-top: medium solid navy;
	clear: both;
	font-size: smaller;
	padding: 10px;
}

#events {
	text-align: center;
	width: 90%;
}

#events hr {
	clear: both;
	background-color: #00f;
	color: #00f;
	height: 1px;
}

#events img {
	padding: 3px;
}

#meetings table {
	border-collapse: collapse;
	margin: 10px;
	width: 95%;
}

#meetings th, #meetings td {
	border: 1px solid #00f;
	padding: 5px;
}

#nav {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}

#nav a {
	color: #00f;
	text-decoration: none;
	font-weight: bold;
}

#nav li {
	padding-bottom: 0.30em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0.30em;
}

#nav a:hover {
	background-color: #fff;
	display: block;
}

#officers {
	width: 90%;
}

#officers hr {
	clear: both;
	background-color: #00f;
	color: #00f;
	height: 1px;
}

#officers h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#officers p {
	float: left;
	margin: 3px;
}

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.error {
	color: red;
	font-weight: bold;
	text-align: center;
}

.image25 {
	border: none;
	height: 25px;
	width: 25px;
}

.image125 {
	border: none;
	height: 125px;
	width: 125px;
}

.imagebar {
	border: none;
	clear: both;
	height: 48px;
	padding: 5px 0px;
	width: 600px;
}

.popup {
	display: none;
	height: 125px;
	position:absolute;
	width: 125px;
}

.small {
	font-size: 0.75em;
}

