@charset "UTF-8";

* {
    margin:0;
    padding:0;
}

html {
    height:100%;
}

body {
    background-color:#97997c;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000;
    height:100%;
}

a {
    outline:none;
    color:#3857bd;
    text-decoration:none;
}

a:hover {
    color:#ECC22F;
}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

#header {
    background-color:#173623;
    padding:0;
    color:#FFF;
    text-align:center;
}

.navLink {
    padding:0 1em;
}

.navLink a {
    font-weight:bold;
    color:#FFF;
    outline:none;
    text-decoration:none;
}

.navLink a:hover {
    font-weight:bold;
    outline:none;
    color:#ECC22F;
    text-decoration:none;
}

#headerLine {
    background-color:#666;
    bottom:0;
    height:1em;
}

#main {
    position:relative;
    width:60em;
    margin:3em auto;
}

#main h1 {
    margin-top:1em;
    margin-bottom:0.5em;
}

#main h2 {
    margin:0.67em 0;
}

#main h3 {
    font-size:1.2em;
    margin:0.83em 0;
    font-style:italic;
}

#main p {
    margin-bottom:1em;
}

#main li {
    margin-left:5em;
}

.subNavLink {
    margin-right:3em;
    font-size:1.2em;
}

#push {
    height:4em;
}

#footerLine {
    background-color:#666;
    height:1em;
}

#footer {
    height:1em;
    background-color:#173623;
    padding:1em 0;
    color:#FFF;
    text-align:center;
}
