﻿html
{
    height: 100%;
}

body
{
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: White;
    background: #191919;
    font-family: Century Gothic,Verdana,Sans-Serif;
}

#aspnetForm
{
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 951px;
    background-color: #000000;
}

#leftContent
{
    float: left;
    height: 97%;    
    width: 150px;
    background-color: #000000;
    border-right: 1px solid #222222;
}

#rightContent
{
    float: right;
    width: 800px;
    height: 97%;
    background-color: #000000;
    overflow: hidden;
}

#footer
{
    clear: both;
    width: 100%;
    height: 3%;
    font-size: 10pt;
    background: #000000;
    border-top: 1px solid #222222;
}

#leftContent .siteLogo
{
    border: 0;
}

#siteHeading
{
    height: 6%;
    min-height: 1.25em;
    font-size: 18pt;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: .3em;
    border-bottom: 1px solid #222222;
    background-color: #000000;
    padding-left: 20px;
    position: relative;  
}

#siteHeading #innerHeading
{
    position: absolute;
    bottom: 10%;   
}

#siteHeading #subtitle
{
    font-size: 12pt;
    font-weight: normal;
    font-variant: normal;
    font-style: italic;
}

#mainContent
{
    overflow: auto;
    overflow-x: hidden;
    margin: 0;
    padding-left: 20px;
    padding-top: 20px;
    background: #000000;
    width: 780px;
    height: 94%;
}

#siteMenu
{
    padding-left: 30px;
}

#siteMenu a
{
    color: #ffffff;
    text-decoration: none;
}

#siteMenu a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#footerUserName
{
    float: left;
    margin-left: 2em;
}

#siteFooter
{
    float: right;
    margin-right: 2em;
}

