﻿html, body, #page-wrapper
{
    min-height: 100%;
    width: 100%;
    height: 100%;
}

html > body, html > body #page-wrapper
{
    height: auto;
}



*
{
    margin: 0em;
    padding: 0em;
}


body
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #666666;
    background-color: #fff;
}

#page-wrapper
{
    position: absolute;
    top: 0;
    left: 0;
    background: url(                      'images/bckgrd.gif' ) top left repeat-y;
}

#main
{
    margin-bottom: 4.5em;
    height: auto; 
}

#header
{
    position: relative;
    height: 160px; /* padding: .5em;*/
    background: #004778 url(                      'images/header.gif' ) top left repeat-x;
}

#header h1
{
    margin-left: 1em;
    text-indent: -2000px;
    height: 160px;
    background: url(                       'images/CompanyNM.gif' ) top left no-repeat;
}





#menu
{
    margin: 0;
    padding: 0;
    position: relative;
    background: #004778;
    padding-left: 2em;
    height: 35px;
}

#content-wrapper
{
    clear: both;
    text-align: justify;
    line-height: 1.5em;
}

#leftbar
{
    float: left;    
    width: 14em; /*padding: 2em 2em 2em 2em;*/
    padding: 1.5em 2em 1.5em 2em;
    margin: 2em 0em 0em 0em;        
}




#rightbarContainer
{
    float: right;
    margin: 0em 0em 0em -19em;
    width: 100%;
}

#rightbar
{
    margin: 1.5em 0em 0em 17.25em;
    padding: 1.5em 3em 1.5em 3em;
}

.clear
{
    clear: both;
}
#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-top: dashed 1px #dfdfdf;
    padding: 1em 0em 1em 0em;
    font-size: 85%;
    font-family: Verdana;
}


