@charset "utf-8";
/* CSS Document */
body, td, th {
	color: #000;
	margin-top: 0;
	list-style-type: square;
	page-break-before: auto;
	background-color: #bfbfbf;
}
/* header */
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:180px;
	z-index:auto;
	background-color: #FFFFFF;
	background-image: url(images/Banner_2018.gif);
	background-repeat: no-repeat;
}
/* footer */
#footer {
	position:relative;
	top:1000px;
	left:0px;
	bottom:0px;
	width:800px;
	height:80px; 
	z-index:auto;
	background-color: #FFFFFF;
	background-image: url("images/Acknowledge Traditional Custodians Of Country.JPG");
	background-repeat: no-repeat;
}

.printheader {
	display: none;
}
#printheader {
	display: none;
}
#allcontent {
	margin: auto;
	padding: auto;
	width: 800px;
	position: relative;
	background-position: 50%;
}

/* navigation */
#navcontainer {
	height: 80px;
	z-index: auto;
	top: 180px;
	position: absolute;
	width: 800px;
	left: 0px;
	background-color: #FFF;
}
ul#navlist {
	font: Bold 11px arial, sans-serif;
	list-style-type: none;
	padding-bottom: 30px;
	/*border-bottom: 5px solid #006633;*/
	margin: 0;
	/*font-weight: bold;*/
}

ul#navlist li {
	float: right;
	height: 30px;
	background-color: #FFF;
	margin: 2px 2px 0 2px;
	border: 2px solid #006633;
	width: 100px;
	text-align: center;
	font-weight: bolder;
}

ul#navlist li#active {
	border-bottom: 2px solid #fff;
	background-color: #fff;
}
li#active a { color: #000; }
#navlist a {
	display: block;
	color: #9a54a1;
	text-decoration: none;
	padding: 1px;
}
#navlist a:hover {
	background: #bfbfbf;
	background-color: #FFF;
}
/* images 
#imagecontainer {
	margin: 0px 0 0 0px;
	height: 130px;
	z-index: auto;
	top: 185px;
	position: absolute;
	width: 800px;
	left: 0px;
	background-image: url(images/images.jpg);
	background-repeat: no-repeat;
	background-position: middle;
} */
/* images */
#qklinkscontainer {
	height: auto;
	z-index: auto;
	top: 58px;
	position: absolute;
	width: 125px;
	left: 650px;
	padding-left: 8px;
	background-color: #DCC3DE;
	padding-right: 5px;
}
#photocontainer {
	height: auto;
	z-index: auto;
	top: 50px;
	position: absolute;
	width: 583px;
	left: 13px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #BFBFBF;
}
#othrcontainer {
	height: auto;
	z-index: auto;
	top: 270px;
	position: absolute;
	width: 116px;
	left: 650px;
	padding-left: 8px;
	padding-right: 5px;
	border-color: #000;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	outline-color: #000;
	box-shadow: none;
	border-style: solid;
}

/* body */
#content {
	position:absolute;
	left:0px;
	top:230px;
	width:531px;
	height:auto;
	z-index:auto;
	padding-left: 20px;
	padding-right: 250px;
	background-image: url(images/backgrnd.gif);
	background-repeat: repeat;
	padding-top: 10px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size: 36px;
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 32px;
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 14px;
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bolder;
}

h5 {
	font-size: 13px;
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
a:link {
	color: #9a54a1;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #006633;
	font-weight: bolder;
}
a:active {
	text-decoration: none;
}
#top {
	color: #006633;
	text-decoration: none;
	text-align: right;
	height:12px;
	padding-top: 5px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
}
/*forms*/
.label {
	float: left;
	width: 200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#form1 div {
	clear: left;
	margin-top: 25px;
}
.text {
	padding: 0.2em;
	width: 100px;
	border: 2px inset #996666;
}
.btn {
	color: #6F2016;
	background-color: #F0DEDB;
	padding: 0.2em;
	border: 2px solid #6F2016;
}
.error {
	font-weight: bold;
	color: #990000;
}
