/* 
 * Color Table
 * Darkest Color   C5: #000070;
 * Darker Color    C4: #2C6F85;
 * Mid Color       C3: #52A8C5;
 * Bright Color    C2: #9FCEDF;
 * Brightest Color C1: #EBF5F8;
 */
 
body
{
    background-color: #888888;
    text-align: center;
}

div.page
{
    min-width: 300px;
    max-width: 920px;
    background-color: #E7F2FD; /* C1 */
    padding: 0px;
    margin: 0 auto;
    font: 11pt  Helvetica;
    text-align: left;
}

div.head
{
    height: 230px;
    color: #E7F2FD; /* C1 */
    background: #00007F; /* C5 */
    text-align: center;
}


/*****************/
/*      Page     */
/*****************/

div.menu
{
    min-width: 300px;
    max-width: 920px;
    height: 31px;
    padding-left: 15px;
    color: #00007F; /* C5 */
    background-color: #9DC5ED; /* C2 */
    border-bottom: 1px solid #00007F; /* C5 */
}

div.content
{
    min-width: 300px;
    max-width: 920px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    color: #00007F; /* C5 */
    background-color: #E7F2FD; /* C1 */
}

div.footer
{
    min-width: 300px;
    max-width: 920px;
    height: 40px;
    padding-top: 5px;
    color: #E7F2FD; /* C1 */
    background-color: #00007F; /* C5 */
    text-align: center;
}

/****************/
/*     Head     */
/****************/

p.head-title,
p.head-author
{
    font-family: Helvetica;
    font-weight: normal;
    margin: 0;
    text-align: right;
}

p.head-title
{
    font-size: 2.7em;
}

p.head-author
{
    font-size: 1em;
}

img.header
{
    /*height: 200px;
    width: 800px;*/
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

/****************/
/*     Menu     */
/****************/

div.menuitem,
div.menuitemactive
{
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
    background-color: #9DC5ED; /* C2 */
}

div.menuitemactive
{
    background-color: #416C97; /* C4 */
}

div:hover.menuitem
{
    background-color: #6098D1; /* C3 */
}

div:hover.menuitemactive
{
    background-color: #416C97; /* C4 */
}

a.menulink,
a.menulinkactive
{
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

a:link.menulink,
a:visited.menulink,
a:hover.menulink,
a:active.menulink
{
    color: #00007F; /* C5 */
}

a:link.menulinkactive,
a:visited.menulinkactive,
a:hover.menulinkactive,
a:active.menulinkactive
{
    color: #9FCEDF; /* C2 */
}

/*******************/
/*     Content     */
/*******************/

h2.content
{
    font-size: 1.5em;
    font-family: Helvetica;
    font-weight: normal;
    color: #416C97; /* C4 */
    margin: 0px;
}

h2.contentcenter
{
    font-size: 1.5em;
    font-family: Helvetica;
    font-weight: normal;
    color: #416C97; /* C4 */
    margin: 0px;
    text-align: center;
}

h3.content
{
    font-size: 1em;
    font-family: Helvetica;
    font-weight: normal;
    color: #416C97; /* C4 */
    margin: 0px;
}

em
{
    font-size: 0.8em;
}

div.center
{
    text-align: center;
}

img.content
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table.content
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

td
{
    margin: 3px;
    border: 1px solid #00007F; /* C5 */
}

a.contentlink
{
    text-decoration: none;
    font-weight: bold;
    color: #00007F; /* C5 */
}

/******************/
/*     Banner     */
/******************/

a.bannerlink
{
    text-decoration: none;
    color: #00007F; /* C5 */
}

img.banner
{
    border: 0px;
}

/******************/
/*     Footer     */
/******************/

div.footercontent
{
    font-size: 10px;
    font-style: italic;
    color: #E7F2FD; /* C1 */
}

a.footer
{
    text-decoration: none;
    color: #E7F2FD; /* C1 */
}

img.footer
{
    height: 15px;
    border: 0;
    margin: 5px;
    padding: 0;
}
