body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	font-size: small;
	color: #341711;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

a { color: #06C; }
a:hover { color: #341711; }
a:active { color: #000; }

p { line-height: 210%; }

h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #341711;
}

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #341711;
	margin: 0;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}

#main {
	position: absolute;
	visibility: visible;
	z-index: 8;
	border: 1px solid #341711;
	clear: both;
	background: #CDBBA6;
	padding-top: 2em;
	top: 431px;
	width: 597px;
	height: 234px;
	left: 72px;
}

#contents {
	position: absolute;
	visibility: visible;
	z-index: 9;
	padding: 1em;
	background: #CDBBA6;
	min-height: 215px;
	top: 439px;
	height: 220px;
	width: 556px;
	left: 80px;
}

#header {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 40px;
	width: 44em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	left: 72px;
	top: 375px;
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -17px;
	width: 44em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	left: 0px;
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #341711;
	border: 1px solid #341711;
	border-bottom: none;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #341711;
	border-bottom: none;
	background: #CDBBA6;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #FFFAE1;
	border: 1px solid #341711;
}

#header ul#primary a:hover {
	margin-top: 0;
	border: 1px solid #341711;
	background: #FFF7CD;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: 1px solid #341711;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #341711;
	background: transparent;
	padding: 0 10px;
	border: 1px solid #341711;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }
