/* CSS Document */
body, td, th {
	color: #000;
	margin-top: 0;
	list-style-type: square;
	page-break-before: auto;
	background-color: #E0DED9;
}
/* header */
#header {display:none}{
    position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:149px;
	z-index:auto;
	background-color: #FFFFFF;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
.printheader {
	display: block;
}
#printheader {
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:149px;
	z-index:auto;
	font-family: Perpetua;
	font-size: 55px;
}
#allcontent {
	margin: auto;
	padding: auto;
	width: 750px;
	position: relative;
	background-position: 50%;
}

/* navigation */
#navcontainer {display:none}{
	margin: 0px 0 0 0px;
	height: 30px;
	z-index: auto;
	top: 124px;
	position: absolute;
	width: 750px;
	left: 1px;
}
ul#navlist {display:none}{
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 25px;
	border-bottom: 2px solid #6F2016;
	margin: 0;
}

ul#navlist li {
	float: right;
	height: 21px;
	background-color: #F0DEDB;
	margin: 2px 30px 0 2px;
	border: 2px solid #6F2016;
}

ul#navlist li#active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
li#active a { color: #000; }
#navlist a {
	float: left;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px;
}
#navlist a:hover { background: #fff; }
/* body */
#content {
	position:absolute;
	left:0px;
	top:152px;
	width:740px;
	height:auto;
	z-index:auto;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/backgrnd.gif);
	background-repeat: repeat;
	padding-top: 10px;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 36px;
	color: #6F2016;
	font-family: Perpetua;
}
h2 {
	font-size: 34px;
	color: #6F2016;
	font-family: Perpetua;
}
h3 {
	font-size: 20px;
	color: #6F2016;
	font-family: Perpetua;
}
a:link {
	color: #6F2016;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9F9789;
	font-weight: bolder;
}
a:active {
	text-decoration: underline;
}
#top {
	color: #6F2016;
	text-decoration: none;
	text-align: right;
}
/*forms*/
.label {
	float: left;
	width: 200px;
}
#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;
}
