body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

#header  { background-color: #EBB964; background-image: url(highlightdec05.gif); background-repeat: repeat-x; background-position: left bottom; position: absolute; top: 0; left: 0; width: 100%; height: 132px }

#navigation {
	top: 131px;
	position: absolute;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 201px;
	left: 0px;
	background: #433326;
	border: none;
	color: #F7D397;
}
#content {
	position: absolute;
	top: 138px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	left: 210px;
	width: 550px;
	height: 100%;
	background-color: #FFFFFF;

}
#jumpmenu {
	position: absolute;
	left: 600px;
	top: 98px;
	visibility: visible;
}
h1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	font-weight: bold;
	color: #433326;
}
#navigation h2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F7D397;
	line-height: 14px;
}
#content h1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 24px;
	color: #433326;
	font-weight: bold;
	font-style: oblique;
}
p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000000;
}
li {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: square;
}
hr {
	color: #598618;
}
a:link {
	color: #F7E5C8;
	text-decoration: none;
}
a:visited {
	color: #999966;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFCC66;

}
a:active {
	text-decoration: none;
	color: #993333;

}
h3 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AE8B39;
}
#content a:hover {
	color: #433326;
	text-decoration: underline;
}
#content a:link {
 	color: #433326;
 	text-decoration: none;}
