body
{
    font-family: Verdana, Arial, MS Sans-Serif;
    font-size: 9pt;
    color: Black;
    background-color: #fef7fe;
    background-image: url(images/background.jpg);
}
table
{
    font-family: Verdana, Arial, MS Sans-Serif;
    font-size: 9pt;
    color: Black;
}
td
{
    font-family: Verdana, Arial, MS Sans-Serif;
    font-size: 9pt;
    color: Black;
}
p
{
    font-family: Verdana, Arial, MS Sans-Serif;
    font-size: 9pt;
    color: Black;
    margin-top: 1px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Verdana, Arial, MS Sans-Serif;
}
h1
{
color: #670089;
font-size: 18pt;
margin-bottom: 0px;
padding-bottom: 0px;
}
h2
{
color: #458900; 
font-size: 16pt;
margin-bottom: 0px;
padding-bottom: 0px;
}
h3
{
color: #ff9ece;
font-size: 14pt;
margin-bottom: 0px;
padding-bottom: 0px;
}
h4
{
color: #670089;
font-size: 16pt;
margin-bottom: 0px;
padding-bottom: 0px;
}
h5
{
color: #458900;
font-size: 14pt;
margin-bottom: 0px;
padding-bottom: 0px;
}
h6
{
color: #ff9ece;
font-size: 12pt;
margin-bottom: 0px;
padding-bottom: 0px;
}

/************************************************** Classes *********************************************/
.footer
{
width: 570px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 7pt;
font-weight: normal;
text-align: center;
color: #007db7;
}

/************************************************** Layout Styles ***************************************/
div#header
{
position: relative;
margin-left: auto;
margin-right: auto;
width: 787px;
height: 178px;
background-image: url(images/Header_background.jpg);
}
div#contentWrapper
{
position: relative;
width: 787px;
height: 100%;
margin-left: auto;
margin-right: auto;
background-image: url(images/contentWrapper_Background.jpg);
background-repeat: repeat-y;
}
div#sidebar 
{
position: relative;
float: left;
width: 175px;
margin-left: 11px;
height: 100%;
background-image: url(images/ContentArea_Background.jpg);
background-repeat: repeat-x;
}
div#contentArea 
{
position: relative;
float: left;
width: 570px;
min-height: 560px;
padding-left: 10px;
padding-right: 10px;
background-image: url(images/MainContainer_Background.jpg);
background-repeat: repeat-x;
}
div#footer
{
position: relative;
width: 787px;
height: 71px;
margin-left: auto;
margin-right: auto;
background-image: url(images/Footer_background.jpg);
background-repeat: no-repeat;
clear: both;
}

/********************************************* Menu Styles *******************************************/
.StaticMenuStyle
{
padding-left: 6px;
padding-top: 20px;
}
.StaticMenuItemStyle
{
font-family: Verdana, Arial, MS Sans-Serif;
font-size: 10pt;
font-weight: bold;
text-align: center;
background-color: #ce9eff;
background-color: #eef7ed;
color: #2e005b;
border-top: solid 2px #e5ccff;
border-left: solid 2px #e5ccff;
border-right: solid 2px #450089;
border-bottom: solid 2px #450089;
padding: 4px;
width: 158px;
margin-bottom: 10px;
}
.StaticHoverStyle
{
font-family: Verdana, Arial, MS Sans-Serif;
font-size: 10pt;
font-weight: bold;
text-align: center;
background-color: #e69eff;
background-color: #fdfefe;
color: #2e005b;
border-top: solid 2px #450089;
border-left: solid 2px #450089;
border-right: solid 2px #e5ccff;
border-bottom: solid 2px #e5ccff;
width: 158px;
}
.StaticSelectedStyle
{
font-family: Verdana, Arial, MS Sans-Serif;
font-size: 10pt;
font-weight: bold;
background-color: #ce9eff;
background-color: #fdfefe;
color: #2e005b;
border-top: solid 2px #450089;
border-left: solid 2px #450089;
border-right: solid 2px #e5ccff;
border-bottom: solid 2px #e5ccff;
width: 158px;
}
