/* Page layout - header, across all columns */
#header
{
    border: 6px solid #ccc;
    background: #ececec;
    padding: 2px;
}

/* Page layout - main page content */
#content
{
    background: grey;
    padding: 2px;
}

/* Page layout - footer, across all columns */
#footer
{
    border: 6px solid #ccc;
    background: #ececec;
    padding: 2px;
    padding-bottom: 1.5em;
    font-size: 80%;
}

/**************** Header styles ****************/
#header h1
{
    text-align: center;
    vertical-align: middle;
    color: darkblue;
    margin: 1px;
}

/**************** Footer styles ****************/
#footer a
{
    font-family: arial,helvetica,sans-serif;
    text-decoration: none;
    color: darkblue;
}

#footer .left
{
    float: left;
    color: #595959
}

#footer .right
{
    float: right;
    color: #595959
}

/**************** General body styles ****************/

/* IE makes table widths based on page width, not section. This is a workaround */
div.innerdiv
{
    width:100%
}

A.bluelink
{   text-decoration: none;
    font-family: arial,helvetica,sans-serif;
    font-size: 100%;
    color: darkblue;
}

body, td, th
{
    font-family: arial,helvetica,sans-serif;
    font-size: 85%;
    color: #595959;
}

em {
    font-weight: bold;
    font-style: italic;
}

h1 {
    font-family: arial,helvetica,sans-serif;
    font-size: 140%;
    font-weight: bold;
    color: #000066;
}

h2 {
    font-family: arial,helvetica,sans-serif;
    font-size: 125%;
    font-weight: bold;
    color: #000066;
}

h3 {
    font-family: arial,helvetica,sans-serif;
    font-size: 110%;
    font-weight: bold;
    color: #000066;
}

