body{
	font-family: Verdana, sans-serif;
    background-color: floralwhite;
}

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: #5B5B5B;
    overflow: hidden;
}

#header{
	width: 100%;
}

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

.primarynav li{
	display: inline-block;
	padding: 0px 0px;
	text-align: center;
     margin-right:20px;
}

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

.primarynav a:hover {
	text-decoration: underline;
	background-color: #5B5B5B
    
}

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

.content {
	width: 90%;
	margin: 0;
	padding: 0;
    display: flex;
    text-align: center;
}

.main-content {
	width: 75%;
	float:left;
	margin: 0;
	padding: 0 1% 0 0;
  
}

#secondary-content {
	width: 20%;
	float: right;
	margin: 3em 0;
	padding: 3em 10px;
	background-color: cadetblue;
	color: white;
    height: 90px;
}

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

h2, h3,h4 {
	color: cadetblue;
}

.textbox {
    position: absolute;
    line-height: 125%;
    left: 240px;
    width: 320px;
}
.textfield {
    position: absolute;
    left: 240px;
    width: 320px;
    height: 120px;
    display: inline;
}