﻿*
{
    margin: 0;    
}

html 
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body 
{
    margin: 0;
    padding: 0;
    background-color: #003D78;
    min-width: 1000px;
    font-family: Arial;
}

#Container
{
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}

#BG_Header
{
    position: absolute;
    z-index: 1;
    top: 42px;
    width: 100%;
    height: 108px;
    background-image: url("Images/HeaderMenuBG.jpg");
    background-repeat: repeat-x;
}
.divHeaderContainer
{
 width:100%;
 text-align:center;   
 }
    
#Header
{
    position: relative;
    z-index: 3;
    height: 150px;
    width:900px;
    text-align: left;
    background-image: url("Images/Header.jpg");
    background-repeat:no-repeat;
}

#Menu
{
    padding: 8em .4em 0em .4em;
    height: 150px;
    color: #ffffff;
    font-family: Arial;
    font-size: 12pt;
}

#Menu
{
    padding: 8em .4em 0em .4em;
    height: 150px;
    color: #ffffff;
    font-family: Arial;
    font-size: 12pt;
}

#Menu a, #Menu a:visited
{
    color: #ffffff;
    text-decoration: none;
}

#Menu a:hover, #Menu a:active 
{
    color: #C3E7DB;
    text-decoration: underline;
}

.Content
{
    position: relative;
    z-index:2;
    background-color: #ffffff;
}

#Title
{
    width: 333px;
    height: 59px;
    padding-top: 1.1em;
    padding-left: 1em;
    background-image: url("Images/TitleBG.gif");
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
}

#ContentTop
{
    background-image: url("Images/RightSideGrow.gif"); 
    background-repeat: repeat-y; 
    width: 100%; 
    height: 100%;
}

#ContentArea
{
    text-align: left;
    background-image: url("Images/RightSideTop.gif"); 
    background-position: top left;
    padding-left: 6em;
    min-height: 256px; 
    background-repeat: no-repeat; 
    width: 100%;
}

.FontDropCap
{
    font-size: 16pt;
    color: #7BAB83;
}

.FontList ul
{
    padding-left: .5em;
    list-style-image: url("Images/OrangeBullet.jpg");
}

.FontList li
{
    list-style-type: circle;
}

#ContentArea ul
{
    padding: 0;
}

#ContentArea li
{
    list-style: none;
    float: left;
}

#ContentBottom
{
    background-image: url("Images/RightSideBottom.gif"); 
    min-height: 201px; 
    background-repeat: no-repeat; 
    width: 100%;
}

#Footer
{
    width: 100%;
    height: 52px;
    background-image: url("Images/FooterBG.jpg");
    color: #ffffff;
    font-family: Arial;
    font-size: 12pt;
}

#Footer ul
{
    padding: 0;
}

#Footer li
{
    list-style: none;
    float: left;
}

#Footer a:link, #Footer a:visited
{
    color: #ffffff;
    text-decoration: none;
}

#Footer a:hover, #Footer a:active
{
    color: #003D78;
}
