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-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}


.FL {
    float: left;
}

.FR {
    float: right;
}

.CL {
    clear: left;
}

.CR {
    clear: right;
}

.Clear {
    clear: both;
    width: 0px;
}

header, footer, nav, section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #2e6e9e;
    font-weight: bold
}

h1 {
    font-size: 2em;
    padding-bottom: 10px;
    margin-bottom: 0;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.4em;
    padding-bottom: 6px;
    padding-top: 6px
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding-top: 2px;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #2A50A0;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }

#main {
    /*border-radius: 4px 0 0 0;
	background-color: #FFFFDD;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;*/
    border-top: 1px #5F5F5F solid;
    border-right: 1px #5F5F5F solid;
    border-left: 1px #5F5F5F solid;
    border-bottom: 1px #5F5F5F solid;
}

footer, #footer {
    background-color: #fff;
    color: #999;
    padding: 0 0;
    text-align: left;
    line-height: normal;
    margin: 0 0 5px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

a:hover {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

a {
    cursor: pointer;
    text-decoration: underline;
    font-size: 1.1em;
    font-weight: bold;
    color: darkgreen;
}
