﻿html,body
{
    margin:0;
    padding:0;
    background-color:#2f2f2f;
}
#header
{
    position:relative;
    z-index:2;
    width:100%;
    height:69px;
    min-width:800px;
}
#headerLeft
{
    float:left;
    background-image:url('../Images/Header_Left.png');
    height:69px;
    width:10px;
}
#headerMid
{
    background-image:url('../Images/Header_Mid.png');
    background-repeat:repeat-x;
    height:69px;
}
#headerRight
{
    float:right;
    background-image:url('../Images/Header_Right.png');
    height:69px;
    width:10px;
}
#headerLogo
{
    background-image:url('../Images/Header_Logo.png');
    width:147px;
    height:22px;
    position:absolute;
    z-index:3;
    left:20px;
    top:20px;
    cursor:pointer;
}
.clearBr
{
    clear:both;
}
#contentPadding
{
    position:relative;
    top:-10px;
    width:100%;
    min-width:800px;
    background-color:Transparent;
}
#content
{
    background-color:White;
    margin:0px 20px 0px 20px;
    padding:50px;
}
#menu
{
    position:absolute;
    z-index:5;
    top:65px;
    left:35px;
}
.menuLink
{
    font-family:Tahoma;
    font-size:16px;
    color:#5492d3;
    text-decoration:none;
    margin-right:8px;
}
.menuLink:hover
{
    font-family:Tahoma;
    font-size:16px;
    color:#61d442;
    text-decoration:none;
    margin-right:8px;
}
#footer
{
    width:100%;
    height:69px;
    min-width:800px;
    font-family:Verdana;
    font-size:10px;
}
#copyright
{
    color:#61d442;
    float:left;
    margin-left:30px;
}
#loginStatus
{
    float:right;
    margin-right:30px;
    color:#5492d3;     
}
#loginStatus a
{       
    text-decoration:none;
    color:#5492d3;  
}
