html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
}

h2 {
	color: #316C78;
	font-family: "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
h3 {
	color: #333;
	font-size : 13px;
	font-weight : bold;
	margin: 12px 0 4px 0;
}
p {
	margin: 8px 0 16px 0;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	color: #fff;
	background-color: #fff;
	height: 0;
	margin: 30px 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #316C78;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}

img {
	border-width: 0;
}

td {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}


.container {
	border-bottom: 1px solid #ccc;
	margin-bottom: .5in;
}

.copyright {
	color: #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
.copyright p {
	margin: 0 16px 16px 16px;
}

ul.nav {
	list-style-type: none;
	margin: 84px 0 16px 0;
	padding: 0;
}
.nav li {
	background-color: #b6e8e9;
	list-style-type: none;
	margin: 1px 0;
	padding: 5px 12px;
}
.nav a,
.nav a:link,
.nav a:visited,
.nav a:hover,
.nav a:active {
	font-family: "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.nav .on {
	background-color: #316C78 !important;
}
.nav .on a,
.nav .on a:link,
.nav .on a:visited,
.nav .on a:hover,
.nav .on a:active {
	color: #fff;
	text-decoration: none;
}

.main,
.footer {
	border-right: 1px solid #ccc;
}

.footer ul.nav {
	margin: 0 10px;
	text-align: right;
}
.footer .nav li {
	background-color: transparent;
	border-left: 1px solid #ccc;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 5px 12px;
}
.footer .nav li.first {
	border-width: 0;
}
.footer .nav a,
.footer .nav a:link,
.footer .nav a:visited,
.footer .nav a:hover,
.footer .nav a:active {
	color: #edb200;
	font-size: 10px;
	text-decoration: none;
}
.footer .nav .on {
	background-color: transparent !important;
}
.footer .nav .on a,
.footer .nav .on a:link,
.footer .nav .on a:visited,
.footer .nav .on a:hover,
.footer .nav .on a:active {
	color: #edb200;
}

.memberList dt {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 4px 0 2px 0;
	padding: 0;
}
.memberList dd {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	margin: 2px 0 16px 0;
	padding: 0;
}

img.photo, 
.photo img {
	border: 1px solid #555;
	margin: 0 16px 8px 16px;
}

table.event {
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin: 16px auto;
}
.event td {
	padding: 12px;
	vertical-align: middle;
}
div.event {
	border: 1px solid #ddd;
	margin: 16px auto;
	padding: 12px;
}
.event h4 {
	font-size: 15px;
	margin: 4px 0 8px 0;
}
.event h5 {
	font-size: 13px;
	margin: 4px 0 8px 0;
}
.event p {
	margin: 8px 0;
}
.event .photo {
	padding-right: 0;
	text-align: center;
	width: 120px;
}
.event img {
	margin: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #0060a0;
	text-decoration: none;
}
a,
a:hover,
a:active {
	color: #0060a0;
	text-decoration: underline;
}
a:visited {
	color: #0060a0;
}
