/* Created by Agile Technologies */

/* HC Color Scheme: */
/* #00529F - Dark Blue */
/* #7D91C5 - Light Blue */

/* HTML & CLASS TAGS */

html, body, form, p
{
    margin: 0px;
    padding: 0px;
}

body
{
    height: 100%;
    background: #7D91C5;
    font-family: verdana, tahoma, sans-serif;
    font-size: 13px;
    color: #000;
}

form
{
    height: 100%;
}

html
{
    height: 100%;
}

input.button
{
    font-family: verdana, tahoma, sans-serif;
    font-size: 11px;
}

p
{
    margin-bottom: 1em;
}
p.center
{
    text-align: center;
}

/* DIV ID TAGS */

#wrapper
{
    position: relative;
    width: 952px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    background: #FFF;
}

#header
{
    width: 952px;
    height: 80px;
    text-align: center;
    background: #FFF;
}

#images
{
    width: 952px;
    height: 80px;
    text-align: center;
    background: #00529F;
}

#information
{
    width: 922px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FFF;
}

#login
{
    width: 922px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #FFF;
}

#content
{
    width: 922px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 45px;
    background: #FFF;
}

#footer
{
    position: absolute;
    width: 952px;
    height: 30px;
    left: 0px;
    bottom: 0px;
    padding-top: 15px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #FFF;
}
