<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font-family: Verdana, sans-serif;
}

h1,h2,h3,h4{
	font-family: Georgia, serif;
}

#skip-links {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#skip-links a {
    color: white;
}

#wrapper{
	width: 90%;
	margin: 5px auto;
	padding: 5px 30px;
	border: solid 1px grey;
	border-collapse: collapse;
	color: #6A7C5B;
}

#header{
	width: 100%;
}

#navigation {
    list-style-type: none;
	clear: both;
	padding: 5px 15px;
    margin: 0 -30px;
	list-style-type: none;
	background-color: darkgreen;
	color: white;
}

.primarynav {
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
}

.primarynav a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 4px;
}

.primarynav a: hover {
	text-decoration: underline;
	background-color: black;
}

.current {
	border-bottom: solid 3px white;
}

#content {
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-content {
	width: 77%;
	float:left;
	margin: 0;
	padding: 0 1% 0 0;
}
#secondary-content {
	width: 20%;
	float: left;
	margin: 3.5em 0;
	padding: 0 1%;
	background-color: cadetblue;
	color: whitesmoke;
}

#footer {
	width:100%;
	clear:both;
	color:blueviolet;
}

h2, h4 {
	color: #E7A936;
}

.textbox {
    position: absolute;
    line-height: 125%;
    left: 240px;
    width: 320px;
}
.textfield {
    position: absolute;
    left: 240px;
    width: 320px;
    height: 120px;
    display: inline;
}</pre></body></html>