h1, h2, h3 {
    font-family: Bahnschrift, serif; 
}

h1 {
    color: gray;
    text-align: center;
}

h2 {
    text-align: center;
    color: darkorange;
}

h3 {
    color: gray;
}

body {
    font-family: Bahnschrift, sans-serif;
}

blockquote {
    font-style: italic;
}

#wrapper {
    width: 90%;
    margin: 5px auto;
    padding: 5px 30px;
    border: solid 1px grey;
    border-collapse: collapse;
    color: #5B5B5B;
}

#skip-links {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip-links a:focus {
    position: static;
    width: auto;
    height: auto;
}

#header {
    width: 100%;
    border-bottom: solid 3px black;
}

#navigation {
    list-style-type: none;
	padding: 0;
    margin: 0;
	background-color: white;
	color: darkorange;
    font-weight: bold;
}

#navigation li {
    display: block;
    list-style-type: none;
    color: white;
}

.primarynav {
	display: block;
	padding: 0;
    margin: 0 0 10px 0;
}

.primarynav a:link, a:visited, a:active {
    text-decoration: none;
    color: darkorange;
}

.primarynav a:hover {
    text-decoration: underline;
    color: darkorange;
}

.current {
    border-bottom: solid 2px darkorange;
}

#all-content {
    width: 100%;
    margin: 0;
    padding 0;
}

#nav-content {
    float: left;
    width: 14%;
    margin: 1.5em 0;
    border-right: solid 1px grey;
    border-collapse: collapse;
    font-size: 1.25em;
}

#main-content {
    width: 60%;
    float: left; 
    padding: 0 1%;
}

#secondary-content {
    width: 20%;
    float: right;
    margin: 3.5em 0;
	padding: 0 1%;
	background-color: darkorange;
	color: white;
}

#secondary-content, h4 {
    color: white;
}

#footer {
    color: darkorange;
    width: 100%;
	clear: both;
}

#footer a:hover {
    text-decoration: underline;
    color: black;
}

.textbox {
    position: fixed;
    line-height: 125%;
    left: 400px;
    width: 320px;
}

.textfield {
    position: fixed;
    left: 400px;
    width: 320px;
    height: 120px;
    display: inline;
}