body {
	margin: 0 auto;
	font-family: verdana;
	font-size: 8pt;
	padding: 0px;
	background: #F1F1F1;
	text-align: center;
	width: 900px;
}
a,a:visited,a:active {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-size: 18pt;
	font-weight: normal;
	font-family: verdana;
	color: #444444;
	margin-bottom: 10px;
}
#main {
	margin: 20px auto;
	width: 90%;
}
#top {
	width: 100%;
	height: 189px;
	background: url('../images/iliamna.jpg') ;
	background-repeat: no-repeat;
}
#top h1 {
	font-size: 18pt;
	font-weight: bold;
	font-family: verdana;
	color: #494A4C;
	text-transform: uppercase;
	padding-left: 18px;
	padding-top:10px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: left;
}
#top h2 {
	font-size: 12pt;
	font-weight: normal;
	font-family: verdana;
	color: #494A4C;
	text-transform: uppercase;
	padding-left: 18px;
	padding-top: 0px;
	margin: 0px;
	text-align: left;
}
#nav {
	clear: both;
	width: 100%;
	height: 38px;
	background: url('../images/smallbar.jpg') ;
	color: #FFFFFF;
	text-align: left;
}
#nav #links {
	padding-left: 18px;
	padding-top: 12px;
	text-align: left;
}
#links a,#links a:visited,#links a:active {
	color: #EAEAEA;
	text-transform: uppercase;
	font-size: 9pt;
}
#links a:hover {
	color: #FFCC00;
	text-transform: uppercase;
	font-size: 9pt;
}
#side {
	width: 20%;
	float: right;
	text-align: left;
	font-size: 9pt;
}
.section {
	width: 100%;
	margin-top: 10px;
	height: 20px;
	text-align: center;
	background: #3C3C3D;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}
.sectioncontent {
	width: 100%;
	background: #EAEAEA;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#content {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	width: 70%;
	text-align: left;
	color: #494A4C;
	line-height: 16px;
	font-size: 9pt;
}
#listing {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 30px;
	padding-left: 40px;
	text-indent: -10px ;
	width: 100%;
	text-align: left;
	color: #494A4C;
	line-height: 16px;
}
#nav,#footer {
	clear: both;
	width: 100%;
	height: 38px;
	background: url('../images/smallbar.jpg') ;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
}
#footercontent {
	padding-left: 0px;
	padding-top: 12px;
	text-align: center;
}
input {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
form  	{ display: table;      }
formbit { display: table-row; padding-right: 15px; }
label 	{ display: table-cell; padding-right: 15px;}
input 	{ display: table-cell; padding-right: 15px;}

input[type='checkbox'] { display: none; }
	.wrap-collabsible { margin: 1.2rem 0; }
	.lbl-toggle { display: block; font-weight: bold; font-family: monospace;
		font-size: 1.2rem; text-transform: uppercase; text-align: center; padding: 1rem;
		color: #DDD; background: #888888; cursor: pointer; border-radius: 0px; transition: all 0.25s ease-out; }

	.lbl-toggle:hover { color: #FFF; }
	.lbl-toggle::before { content: ' '; display: inline-block; border-top: 5px solid transparent;
		border-bottom: 5px solid transparent; border-left: 5px solid currentColor; vertical-align: middle;
		margin-right: .7rem; transform: translateY(-2px); transition: transform .2s ease-out; }
	.toggle:checked+.lbl-toggle::before { transform: rotate(90deg) translateX(-3px); }
	.collapsible-content { max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out; }
	.toggle:checked + .lbl-toggle + .collapsible-content { max-height: 700px; }
	.toggle:checked+.lbl-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
	.collapsible-content .content-inner { background: rgba(211, 211, 211, .2); border-bottom: 2px solid rgba(128, 128, 128, .45);
	border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: .5rem 1rem; }
	.collapsible-content p { margin-bottom: 0; }
