.outerDiv {
	max-width:800px;
	border: 1px solid black;
}
.menugroup{
	border-bottom: 1px solid black;
}

.menuitem {
	display: inline-block;
    margin: 0 2em 0 2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
 	width: 13%;
}

@media (max-width: 520px) {
	.menuitem {
		width: 25%;
	}
}
nav ul {
 	padding-left: 0;
 	margin-top: 6px;
 	margin-bottom: 6px;
}
nav a {
	color: #000000;
	text-decoration: none;
}
nav a:hover {
	color: #999999;
}
a {
	color: #006600;
}
ul {
/* 	margin-left: 0; */
/* 	padding-left: 2.5em; */
/* 	margin-top: 0 */
/* 	margin-bottom: 0 */
}

a:visited {
	
}

a:hover {
	color: #999999;
}

.contentholder {
	text-align: left;
	padding: 15px 20px 15px 20px
}

h1, .header1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h2, .header2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.header3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
table.bordered { 
	border-width: thin;
	border-style: outset;
	border-color : black;
	border-spacing: 2px;
	border-collapse: separate;
}
table.bordered th {
	border-width: 1px;
	border-color : black;
	border-style: inset;
	padding: 4px;
}

table.bordered td {
	border-width: 1px;
	border-style: inset;
	border-color : black;
	padding: 4px;
}

table.schedule {
	width: 90%;
	cell-padding: 3px;
}
table.schedule th{
	background-color: #006600;
	color: #FFFFFF;
}
.faq-q {
	font-weight: bold;
	font-style: italic;
}
.faq-r {
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
}

.stretchImage {
	max-width:100%;
	max-height:100%;
}

.photocaption {
	text-align: center
}

.photocredit {
	text-align: right;
	font-size: 9px;
}