body {
    background-color: antiquewhite;
    font-size: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
h1 {
    display: block;
    color: antiquewhite;
    font-size: 2.25em;
    font-family: serif;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0.3125em;
}
h2 {
    display: block;
    color: green;
    font-size: 2em;
    font-family: serif;
    text-align: center;
}
p.subhead {
    display: block;
    color: antiquewhite;
    font-size: 1.25em;
    font-family: serif;
    text-align: center;
    margin-top: 0;
}
p.subhead2 {
    display: block;
    color: green;
    font-size: 1.25em;
    font-family: sans-serif;
    font-style: italic;
    text-align: center;
    margin-top: 0;
}
p.aside {
    display: block;
    color: green;
    font-size: 1em;
    font-family: serif;
    text-align: justify;
}
p.section {
    display: block;
    color: darkgreen;
    font-size: 1em;
    font-family: serif;
    text-align: justify;
    margin-top: 0;
}
p.foot {
    color: gold;
    font-size: 1em;
    font-family: serif;
    text-align: center;
}
a.section:link {
    text-decoration: underline;
    color: blue;
    font-size: 1em;
    font-family: serif;
}
a.section:visited {
    text-decoration: underline;
    color: purple;
    font-size: 1em;
    font-family: serif;
}
a:link {
    text-decoration: none;
    color: white;
    font-size: 1em;
    font-family: sans-serif;
    text-align: left;
}
a:visited {
    text-decoration: none;
    color: gold;
    font-size: 1em;
    font-family: sans-serif;
    text-align: left;
}
a:hover {
    text-decoration: underline;
    color: blue;
    font-size: 1em;
    font-family: sans-serif;
    text-align: left;
}
a:active {
    text-decoration: underline;
    color: blue;
    font-size: 1em;
    font-family: sans-serif;
    text-align: left;
}
img.left {
    display: inline;
    float: left;
    margin-left: 25%;
}
img.right {
    display: inline;
    float: right;
    margin-right: 25%;
}
ul {
    list-style-type: none;
    text-align: center;
}
li {
    display: inline;
    width: 7.75em;
    float: none;
    font-family: sans-serif;
    color: white;
    padding: 1em;
}
header {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(green, darkgreen, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(green, darkgreen, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(green, darkgreen, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(green, darkgreen, black); /* Standard syntax */
    height: 6.35em;
    padding: 0.3125em;
    text-align: center;
}
nav {
    z-index: 1;
    position: fixed;
    top: 7em;
    left: 0;
    right: 0;
    border-bottom: 0.625em groove goldenrod;
    background: black;
    width: 100%;
    height: 3.125em;
    padding: 0;
    text-align: center;
}
aside.left {
    position: fixed;
    top: 10.75em;
    background: black;
    border-right: 0.625em groove goldenrod;
    width: 18%;
    height: 100%;
    padding: 0.625em;
}
aside.right {
    position: fixed;
    top: 10.75em;
    background-color: antiquewhite;
    right: 0;
    width: 18%;
    height: 100%;
    padding: 0.625em;
}
section {
    overflow: auto;
    position: relative;
    top: 10.2em;
    left: 22.5em;
    display: block;
    width: 50%;
    height: 500px;
    padding: 0.625em;
}
footer {
    position: fixed;
    border-top: 0.625em ridge goldenrod;
    bottom: 0;
    background: -webkit-linear-gradient(black, green); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(black, green); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(black, green); /* For Firefox 3.6 to 15 */
    background: linear-gradient(black, green); /* Standard syntax */
    width: 100%;
    height: inherit;
}
table {
    border-collapse: collapse;
}
tr {
    text-align: center;
}
td {
    text-align: center;
    padding: 0.625em;
}
td.contact {
    text-align: justify;
}
div {
    display: block;
    width: 100%;
    height: 100%;
}
button {
    background: -webkit-linear-gradient(lightgreen, black, lightgreen); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(lightgreen, black, lightgreen); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(lightgreen, black, lightgreen); /* For Firefox 3.6 to 15 */
    background: linear-gradient(lightgreen, black, lightgreen); /* Standard syntax */
    color: white;
    width: 10em;
    height: 3em;
    border: 0.3125em outset goldenrod;
    margin-bottom: auto;
    padding: 0.625em;
}
label.contact {
    padding-right: 1em;
}
input.caption {
    width: 75%;
    text-align: center;
}