﻿html, body { margin: 0px; }
html
{
    overflow: auto;
	overflow-x: auto;
	overflow-y: scroll;
}

div { margin: 0px; padding: 0px; }
body
{
    background-color: #6c8192;
	font-size: 12px; color: #000; font-family: verdana,  helvetica;
}

#Wrap { width: 1024px; margin: 0 auto; }

#Ribbon { border-color: #505b61; border-style: solid; border-width: 4px 0px; }
#Ribbon .band
{
    background-color: #a0acbb; border-color: #fff;
    border-style: solid; border-width: 1px 0px; height: 18px;
    padding-top: 3px;
    text-align:right;
}

#Ribbon a
{
    color: White; font-weight: bold; text-decoration: none; padding: 0px 5px 0px 5px;
}
#Ribbon a:hover { color: White; text-decoration: underline; }

#ContentSpacer { height: 5px; background-color: #505b61; border-bottom: solid white 1px; }

#Content {
    background-color: #e6e7e1;
    border-top: 1px solid #fff;
    padding: 0px 10px;
    min-height: 400px;
}

    #Content fieldset[style*="float:"] {
        width: 45%;
    }

#Footer { background-color: #e6e7e1; width: 100%; padding-top: 10px; }

.wlLogo {
    padding: 5px;
    float: right;
}
.clLogo {
    padding: 5px;
}

.Header h1 
{ 
    font-size: 15px;
    color: #fff;
    text-align: left;
    width: 1024px;
    margin: 0px;
    padding: 7px 0px 15px;
}