html {
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #7c4b4b;
	background-image: url(../nav/pagebg.gif);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	height: 100%;
}

#wrapper {
	position: absolute;
	display: block;
	width: 900px;
	height: 100%;
	background-color: #eae2e1;
	left: 50%;
	margin-left: -450px;
}

#banner {
	position: relative;
	display: block;
	width: 860px;
	height: 120px;
	//background-image: url(../nav/banner.jpg);
	background-image: url(../nav/banner.gif);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	border: 1px solid silver;
	left: 50%;
	margin-left: -432px;
	margin-top: 19px;
}

#content {
	background-color: white;
	position: absolute;
	display: block;
	border: solid 1px silver;
	width: 860px;
	top: 150px;
	bottom: 30px;
	left: 451px;
	margin-left: -432px;
	overflow: auto;
	font-family: Verdana;
	font-size: 11px;
	z-index: -10;
}

html>body #content {
	z-index: auto;
}

* html #content {
	height: expression(document.body.offsetHeight - 185 + "px");
}

* html #content h1 {
	margin-top: 0.5em;
}

#content p,
#content h1,
#content h2,
#content h3,
#content table {
	padding-left: 10px;
	padding-right: 10px;
}

#footer { left: 50%; margin-left: -432px; width: 860px; height: 1em; position: absolute; display: block; bottom: 8px; border: solid 1px silver; background-color: silver; text-align: center; font-family: Verdana; font-size: 9px; padding-bottom: 4px; }

#navbar {
	position: absolute;
	display: block;
	bottom: -1px;
	left: 140px;
	z-index: 12;
	font-family: Verdana;
	font-size: 12px;
}

#navbar div.topchoice,
#navbar div.toplink {
	position: relative;
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 4px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

#navbar div.topchoice:hover {
	border-bottom: 1px solid white;
}

#navbar div.topchoice ul {
	position: absolute;
	display: none;
	top: 19px;
	left: -1px;
	background-color: white;
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 20;
	border: 1px solid silver;
	border-top: none;
	padding: 0.5em;
}

#navbar div.topchoice ul li {
	line-height: 150%;
}

#navbar div.topchoice:hover ul {
	display: block;
}

#navbar div.topchoice:hover>a {
	text-decoration: none;
	color: black;
}

h3.klass {
	margin: 4px 0 0;
	display: block;
	background-color: #808080;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 3px 3px 1em;
	font-size: 11px;
}

td.imgcap {
	padding-bottom: 1em;
	padding-left: 1em;
	font-size: 10px;
	font-style: italic;
}

td.klasstd {
	padding-bottom: 1.5em;
}

