body {
	background-color: #f2f2f2;
	background: #f2f2f2
}
img {
	border: none;
}
.pagecontainer {
	position: absolute;
	padding: 3%;
	background-color: #f2f2f2;
	width: 95%;
}
.titlebar {
	width: 100%;
	border-bottom: 1px solid orange;
	padding-bottom: 6px;
	padding-top: 20px;
}
.title {
	background-color: orange;
	letter-spacing: 3px;
	font-size: 150%;
	width: 16em;
	padding: 6px;
	font-family: verdana;
	text-align: right;
	color: #006400;
}
.spacer {
	font-size: 40px
}
.navispacer {
	font-size: 11px
}
.maincontainer {
	width: 100%;
	position: relative
}
.menucontainer {
	background-color: white;
	border: 1px solid orange;
	width: 9em;
	padding: 10px;
	z-index: 100;
	float: left;
	position: absolute;
}
.menutitleaktiv {
	background-color: orange;
	padding: 4px;
	font-family: verdana;
	font-size: 80%
}
.menutitlepassiv {
	background-color: orange;
	padding: 4px;
	font-family: verdana;
	font-size: 80%
}
.menuitem {
	padding-bottom: 25px;
}
a.menuitemlink:link {
	position: absolute;
	width: 10.5em;
	color: #006400;
	text-decoration: none;
	font-family: verdana;
	font-size: 80%;
	border: 1px solid white;
	padding: 3px;
}
a.menuitemlink:active {
	position: absolute;
	width: 10.5em;
	color: #006400;
	text-decoration: none;
	font-family: verdana;
	font-size: 80%;
	border: 1px solid white;
	padding: 3px;
}
a.menuitemlink:visited {
	position: absolute;
	width: 10.5em;
	color: #006400;
	text-decoration: none;
	font-family: verdana;
	font-size: 80%;
	border: 1px solid white;
	padding: 3px;
}
a.menuitemlink:hover {
	position: absolute;
	width: 10.5em;
	color: #006400;
	border: 1px solid gray;
	text-decoration: none;
	font-family: verdana;
	font-size: 80%;
	padding: 3px;
}
.contentcontainer {
	padding-left: 11.5em;
	margin-top: 0%;
	z-index: 99;
	position: relative;
}
.contentbox {
	border: 1px solid orange;
	border-right: 10px solid orange;
	background-color: white;
	padding: 5px;
	height: 370px;
	width: 95%;
}
.contenttitle {
	border-bottom: 1px solid gray;
	width: 100%;
	font-family: verdana;
	font-weight: bold;
	font-size: 100%;
	padding: 3px;
	color: #006400;
}
.contenttext {
	font-family: verdana;
	font-size: 80%;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #006400;
}
.banner {
	position: absolute;
	height: 100px;
	top: 0;
	visibility: visible;
}
.menutitlelink:link {
	background-color: orange;
	font-family: verdana;
	font-size: 100%;
	font-weight: bold;
	color: #006400;
	text-decoration: none;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.menutitlelink:active {
	background-color: orange;
	font-family: verdana;
	font-size: 100%;
	font-weight: bold;
	color: #00CC66;
	text-decoration: none;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.menutitlelink:visited {
	background-color: orange;
	font-family: verdana;
	font-size: 100%;
	font-weight: bold;
	color: #006400;
	text-decoration: none;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.menutitlelink:hover {
	background-color: orange;
	font-family: verdana;
	font-size: 100%;
	font-weight: bold;
	color: #00CC66;
	text-decoration: none;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
