@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

HTML, BODY {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    }

BODY {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 20px;
    background: #eee;
    padding: 0;
    margin: 0;
    }

H1 {
    font-family: "Open Sans Condensed", Arial;
    font-size: 48px !important;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.25em;
    margin: .75em 0 .5em;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    }

H2 {
    font-family: "Open Sans Condensed", Arial;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.15em;
    text-align: left;
    text-transform: none;
    margin: 1.5em 0 .75em;
    }

H3 {
    color: #000;
    font-family: "Open Sans Condensed", Arial;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25em;
    margin: 1em 0;
    text-align: left;
    }

H4 {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1;
    line-height: 1.2em;
    margin: 1.5em 0 .75em;
    }

P {
    line-height: 1.5em;
    text-align: justify;
    margin: 1em 0;
    }

P[align="center"] { text-align: center; }

HR {
    border: none;
    border-top: 2px dashed #888;
    margin: 3em 0;
    width: 100%;
    clear: both;
    }

A, A:visited {
    color: #0000ee;
    }

/* Content */

#layout {
    border: 1px solid #ccc;
    border-top: none;
    background: #fff top repeat-x;
    margin: 0 auto 0;
    max-width: 1200px;
    min-height: 200px;
    overflow: hidden;
    }

#content {
    margin: 25px 50px;
    }

#footer {
    color: #757263;
    font-size: 14px;
    margin: 50px auto;
    max-width: 1000px;
    }

    #footer P {
        text-align: center;
        }

    #footer A {
        color: #9e9560;
        text-decoration: none;
        }

    #footer A:hover {
        text-decoration: underline;
        }


