﻿/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

:focus
{
    outline: 0;
}

body
{
    line-height: 1;
    background: white;
}

ol, ul
{
    list-style: none;
    margin-bottom: 1.0em;
}

table
{
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td
{
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}

blockquote, q
{
    quotes: "" "";
}

a
{
    text-decoration: none;
}

/* body */

body
{
    background: #FFFFFF;
    color: #3A3A3A;
    font-size: 11px;
    line-height: 165%;
    font-family: Verdana, Arial, Sans-Serif;
    margin: 0px;
    margin-bottom: 40px;
}

a
{
    color: #D98000;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 3em;
    font-weight: bold;
    font-family: Georgia, Times New Roman, Serif;
    margin-bottom: 0.7em;
    margin-top: .2em;
}

h1 a
{
    color: #3A3A3A;
    text-decoration: none;
}

h1 a:hover
{
    color: #D98000;
    text-decoration: none;
}

h2
{
    font-size: 1.7em;
    font-weight: bold;
    font-family: Georgia, Times New Roman, Serif;
    margin-bottom: 0.5em;
}

h2 a
{
    color: #3A3A3A;
}

h2 a:hover
{
    color: #D98000;
    text-decoration: none;
}

h3
{
    font-size: 1.1em;
    font-weight: bold;
    font-family: Georgia, Times New Roman, Serif;
    margin-bottom: 0.7em;
    margin-top: .2em;
}

h4
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.7em;
    margin-top: .2em;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

p
{
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 1.5em;
}

p.noindent
{
    text-indent: 0;
    text-align: justify;
    margin-bottom: 1.5em;
}

/* header */

div#headerbackground
{
    position: relative;
    width: 100%;
    height: 90px;
    background-color: #F9E4B3;
}

img#headerlogoimage
{
    margin-left: 20px;
    height: 85px;
    width: 250px;
}

/* Main section */

div#main
{
    margin-left: 20px;
    margin-top: 3em;
}

/* Footer */

hr#footerseparator
{
    margin-top: 20px;
}

div#footer
{
    margin-left: 20px;
    vertical-align: top;
}

div#footer img
{
    margin-right: 10px;
    margin-top: 20px;
}

div#footer p#copyright
{
    text-indent: 0;
    font-weight: bold;
    margin-top: 20px;
}

/* Frame */

.frame
{
    border: solid 1px #D98000;
    background-color: #F9E4B3;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em 0.8em 0.8em 0.8em;
    text-align: left;
}

.frame p
{
    margin-bottom: 0px;
}

