

header, article, footer { 
background: white;
width: 960px;
margin: 0 auto;
}
a {color: white;}
a: visited {color: #4a4a24;}
a: hover, a: visted:hover {color: #dbcaac}

nav a {color: black;}
nav a:visited {color: #4a4a24;}
nav a:hover, a:visited:hover {color: #dbcaac}

.sidebar {
background: white;
width: 29%;
float: left;
padding: 10em 2.5% 2.5%;
text-align: right;
font-family: 'Roboto', sans-serif;
}
section {
background: #9fb729 url("eagleLogo.png") no-repeat top right;
background-size: 30%;
width: 55%;
margin-left: 34%;
padding: 2%;
border-left: 3px solid #d8deb8;
}
section h1 {
font-family: 'Megrim', cursive;
color: white;
font-size: 4em;
line-height: 1;
margin: 0 0 .5em 0;
}
section h2 {
font-family: 'Roboto', sans-serif;
color: white;
margin: 0 0 0 0;
}
section h3 {
font-family: 'Roboto', sans-serif;
color: white;
margin: 1em 0 0 0;
}
section h4 {
font-family: 'Roboto', sans-serif;
color: white;
font-weight: bold;
margin: .5em 0 0 0;
}
section p {
font-family: 'Roboto', sans-serif;
color: white;
font-size: 1em;
font-weight: normal;
margin: 0 0 0 0;
}
.right {
text-align: right
}

section ul {
font-family: 'Roboto', sans-serif;
color: white;
}
header, footer { display: none }

nav ul {
margin: 0;
padding: 0;
list-style: none;
}
td {
vertical-align: top;
padding-right: 1em;
font-family: 'Roboto', sans-serif;
color: white;
}
textarea {
width: 100%;
height: 10em;
}