﻿body
{
    font-family:Arial;
    font-size:14px;
    color:Gray;
    background-image:url("../Images/Background.jpg");
    background-color:#F8F9FB;
    background-repeat:repeat-y;
    background-position:center;
    margin:10px 0px 0px 0px; 
}

#VerticalHR
{
    background-color:#F3F3F3;
    width:2px;
}

/* ================================= HEADER ================================= */
#Header
{
    font-size:11px;
}
#TopIcons
{
    font-weight:bold;
    font-size:12px;
    background-image:url("../Images/GrayShadow.jpg");
    background-repeat:repeat-x;
    background-position:center top;
    width:100%;
    text-align:center;
}
#SiteMapPath a:link {text-decoration: none; font-weight:bold; color:#A3A3A3;}
#SiteMapPath a:visited {text-decoration: none; font-weight:bold; color:#A3A3A3}
.SiteMapPathSeperator
{
    color:#9FBA53;
}
#SiteMapPath
{
    font-size:12px;
    color:#A3A3A3;
    background-image:url("../Images/SiteMapBackground.jpg");
    background-repeat:repeat-x;
    background-position:top;
    padding:0px 5px 0px 5px;
}
/* ================================= HEADER ================================= */

/* ================================ SIDE MENU =============================== */
.SideMenu
{
    color:#4468B2;
    padding-top:10px;
}
.MenuItem
{
    padding-left:20px;
    padding-right:20px;
    height:25px;
    font-weight:normal;
    font-size:12px;
    color:#4468B2;
    background-image:url("../Images/MenuBackground.jpg");
    background-repeat:repeat-x;
    cursor:pointer;
}
.MenuItem span
{
    position:relative;
    top:3px;
}

.SubMenuItem
{
    font-weight:300;
    padding-left:20px;
    padding-right:20px;
    padding-top:2px;
    height:25px;
}
.SubMenuItems
{
    display:none;
}
#NewsLetter
{
    font-size:12px;
    padding-top:5px;
    padding-bottom:80px;
    background-color:#E8E8E8;
    background-image:url(../Images/GrayShadow.jpg);
    background-repeat:repeat-x;
    background-position:bottom
}
#NewsLetter td[colspan="2"]
{
    padding:3px 0px 3px 0px;
}
/* ================================ SIDE MENU =============================== */

/* ================================= FOOTER ================================= */
#Footer a:link {text-decoration: none; font-weight:700; color:Gray}
#Footer a:visited {text-decoration: none; font-weight:700; color:Gray}
#Footer a:active {text-decoration: none; font-weight:700; color:Orange}
#Footer a:hover {text-decoration:none; font-weight:700; color:Orange}
#Footer
{
    font-size:12px;
    background-image:url("../Images/GrayShadow.jpg");
    background-repeat:repeat-x;
    background-position:top;
}
#Footer table
{
    width:100%;
    height:20px;
}
#Footer div
{
    padding:5px 0px 5px 0px;
}
/* ================================= FOOTER ================================= */