/* Template */
#header
{
    float: right;
    width: 550px;
    background-image: url('/images/header.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    text-align: right;
    position: relative;
    height: 81px;
}
#header a
{
    font-size: 8pt;
    font-family: Verdana;
    text-decoration: underline;
    padding: 6px 8px 6px 8px;
}
#header a:hover
{
    color: #Fc0;
}
#sitegroup
{
    bottom: 0;
    right: 0;
    width: 500px;
    position: absolute;
}
#sitegroup div
{
    float: right;
    width: 80px;
    padding: 8px;
    text-align: center;
    display: inline-table;
}
#sitegroup a
{
    font-weight: bold;
    font-size: 8pt;
    color: #FFF;
    font-family: Verdana;
    text-decoration: none;
}
#sitegroup A:hover
{
    color: #Fc0;
}
.PageTitle
{
    float: left;
    width: 330px;
}

#menu
{
    text-align: right;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    padding: 10px 0px 0px 0px;
    float: left;
    width: 100%;
}
#nav a
{
    padding: 8px 15px 8px 15px;
    font-size: 8pt;
    color: #FFF;
    border-left: solid 1px #EEE;
    float: left;
    text-decoration: none;
}
#nav a:hover
{
    background-color: #f93;
}

#menu span
{
    padding: 9px 8px 9px 8px;
    font-size: 8pt;
    color: #000;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
}


#profile
{
    padding: 6px 0px 6px 0px;
}
#profile a
{
    background-color: #ffa200;
}
#profile a:hover
{
    background-color: #c7e3ff;
    color: Blue;
}

#submenu a
{
    font-size: 7pt;
    color: #000;
    font-family: ARIAL;
    text-decoration: none;
    text-transform: uppercase;
    border-left: solid 1px #999;
    padding: 0px 8px 3px 8px;
    white-space: nowrap;
    display: inline-table;
}
#submenu a:hover
{
    color: #FF9933;
}
.dv_LeftPane
{
    background-color: #c3d9ff;
    width: 160px;
    border-right: solid 1px #000;
    vertical-align: top;
    float: left;
    min-height: 700px;
}

.dv_Main
{
    width: 809px;
    float: right;
    padding: 10px 15px 15px 15px;
    background-color: #fff;
}

#footer
{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 1px #000;
    border-top: none;
    float: left;
    width: 100%;
}
#footer a
{
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 8pt;
    color: #FFF;
    text-decoration: none;
    border-left: solid 1px #EEE;
    display: inline;
    clear: both;
}
#footer a:hover
{
    background-color: #F93;
}
.HyperLinkedImage1 img
{
    width: 12px;
}


