body {
    color: #000;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    border-bottom: 0pt none;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    letter-spacing: 0pt;
    margin: 0pt;
    padding: 0pt;
}

a {
    border-bottom: 0px none;
    color: #5DB0E6;
}

a:focus {
    outline-color: #EEEEEE;
    outline-style: dotted;
    outline-width: 1px;
}

a:active {
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0px;
}

a:hover {
    color: #7BC4F4;
}

#header {
    height: 150px;
    padding: 0pt 40px;
    margin-bottom: 20px;
    position: relative;
}


#siteLogo {
    border: 0pt none;
    display: block;
    position: absolute;
    top: 40px;
}

#siteLogo img {
    border: 0pt none;
}


#header h1 {
    border: 0px none;
    bottom: 15px;
    color: #999;
    font-size: 2em;
    font-weight: normal;
    left: 60px;
    line-height: 1;
    padding: 0px;
    position: absolute;
    text-transform: uppercase;
}

#header h2 {
    border: 0px none;
    bottom: 15px;
    color: #30744A;
    font-size: 1.6em;
    font-weight: normal;
    left: 320px;
    line-height: 1;
    padding: 0px;
    position: absolute;
}

#header h1#tagline {
    left: -999999px;
    position: absolute;
}


#content {
    background-color: #FFF;
    border-bottom: 1px solid #000000;
    padding: 1em 40px 2em 40px;
    font-size: 14px;
}

#content h3 {
    border: 0px none;
    color: #50946A;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

#content ul {
    list-style: inside;
    list-style-type: none;
    font-size: 12px;
}

#content ul li p {
    margin-left: 10px;
}

#content ul li.duplo,
#content p.duplo {
    margin-top: 10px;
}

#footer {
    background-color: #FFF;
    border-bottom: 2px solid #000000;
    margin-bottom: 2em;
    padding: 1.5em 40px;
}

#footer p {
    color: #99ff99;
    font-size: 1.4em;
}

#footer p a {
    color: #5DB0E6;
    text-decoration: underline;
}