*
{
    font-family:Verdana;
    color:Black;
    font-size:10pt;
}
body 
{
    /* background-color:Navy;    */
    margin:0 0 0 0;
    padding:0 0 0 0;  
}

 #page-body
 {
    width:990px;
    background-color:white;    
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    padding:0 0 0 0;  
}

#page-content
{
    width:100%;
    min-height:580px;
}

h1
{
    font-size: 14pt;
    color: #19b709;
}
h2
{
    font-size:11pt;
    color:#19b709;
}

#header
{ 
    height:70px;
    width:100%;
    border-bottom: #19b709 1px solid; 
    border-top: #19b709 1px solid; 
}

#header-logo-graphic
{
    width: 60px;
    height: 60px;
    margin: 5px 0px 5px 5px;
    padding: 0px 0px 0px 0px;
    clear: left;
    float:left;    
}

#header-logo-text
{
    width: 640px;
    height: 60px;
    margin: 5px 0px 5px 5px;
    padding: 0px 0px 0px 0px;
    float: left;
}

#footer
{
    margin-top:25px;
    border-top: #19b709 1px solid; 
}

#footer-copyright
{
    font-size:8pt;
    clear:right;
    float:right;
}

#customer-name
{
    font-size:12pt;
    color:black;
    font-weight:bold;
}


.login-label
{
    clear:left;
    float:left;
    width:100px;
    margin-bottom:5px;
    margin-right:5px;
    text-align:right;
}

.login-text
{
    float:left;
    width:250px;
    margin-bottom:5px;
    text-align:left;
}

.dashboard
{
    padding-top:10px;
    border-top: #19b709 1px solid;
}
