@charset "ISO-8859-1";
.whiteLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
.WhiteHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.eventDate {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.contentSubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.contentBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.contentList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.eventPresenter {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.eventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	color: #006E3A;
}



#divnav {
	position: relative;
	font-size: 0.9em;
	padding: 0 10px;
	line-height: 32px;
	margin: 0 auto;
	background: #ccc url(../images/bgOFF.gif);
	text-align: right;
	width: 980px;
	height: 32px;
	clear: both;
}

#home {
	position: absolute;
	left: 1em;
	top: 0;
}

.comment-box {
	width: 30em;
	height: 8em;
}

label{
	float: left;
	width: 120px;
	font-weight: bold;
	font-size: 0.9em;
	text-align: right;
	padding-right: 1em;
}

#footer {
	text-align: center;
}

fieldset.narrow {
	width: 50%;
	margin: 0 auto;
}

fieldset {
	width: 80%;
	margin: 1em auto 2em;
}

.submit {
	text-align: center;
}

table.members {
	margin: 1em auto 2em;
	border-collapse: collapse;
	border: 1px solid #004621;
}

table.members th {
	padding: 5px 10px;
	border: 1px solid #004621;
	background: #799982;
	color: #333;
}

table.members th.sortable {
	cursor: pointer;
}

table.members th.sortable {
	text-decoration: none !important;
}

table.members td {
	border: 1px solid #004621;
	padding: 5px 1em;
}

a {
	color: #004621;
}

textarea {
	width: 60%;
}

hr {
	width: 80%;
	text-align: center;
	margin: 3em auto;
}


