/* @import url("/zzlib/lib/css/ul-menu.css"); */

ul._menu > li {
	letter-spacing: 1px;
	color: #fff;
}
ul._menu > li:hover {
	background-color: #555;
}


body {
	margin: 0 auto;
	min-width: 300px;
	max-width: 850px;
	font-family: Times;
	background-color: #31708e;
}
a, a:visited {
	color: #00f;
}
a:hover {
	color: #6af;
}

header {
	padding-top: 2px;
}
header img {
	border-radius: 3px;
}
footer {
	clear: both;
	margin-top: 24px;
	border-top: 1px solid #888;
	padding: 6px 0;
	text-align: center;
}

nav {
	display: table;
	margin: 2px auto;
}
nav .navbartabActive {
	color: #ea3 !important;
}

main {
	position: relative;
	margin-top: 10px;
	border-radius: 8px;
	padding: 6px 12px;
	line-height: 150%;
	background-color: #e8e8e8;
}
main li {
	line-height: 150%;
}
main h1 {
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: normal;
	color: #c81;
	text-decoration: underline;
}
main h2 {
	font-size: 20px;
	font-weight: normal;
	color: #c81;
	text-decoration: underline;
}
main h3 {
	font-size: 16px;
	font-weight: normal;
	color: #c81;
	text-decoration: underline;
}

main ol,
main ul {
	margin-top: .3em;
}

#div_title6b {
	margin: 0;
	padding: 1px 0;
	text-align: center;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #eee; /* #bba383 */
	background-color: transparent;
}
#hambMenuIcon {
	float: left;
	margin: 0 12px 4px 0;
	fill: #fff;
	cursor: pointer;
}

#div_title6b img {
	float: right;
	max-height: 35px;
	margin-left: 4px;
}
#div_title6b * {
	vertical-align: middle;
}

.photoCredit {
	line-height: 100%;
	font-size: 11px;
	text-align: center;
}

@media screen and (max-width: 500px) {

body {
	padding: 4px;
}
main {
	margin-top: 16px;
}
#div_title6b {
	font-size: 100%;
}
.img-fullScreen {
	display: none;
}

}/* media */
