body,html
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: rgb(0, 47, 101);
    text-align: center;
}

A
{
    text-decoration: none;
}

img
{  
    border: 0 none;
}

div.page
{
    position: relative;
    width: 80%;
    min-width: 975px;
    max-width: 1200px;
    background-color: white;
    margin: 20px auto;
    text-align: left;
    font-size: 11pt;
}

div.pageTop
{
    width: 100%;
    height: 16px;
    background-image: url('../imgs/l_pageTop.gif');
    background-color: rgb(0, 47, 101);
    background-position: top left;
    background-repeat: no-repeat;
}

img.logo
{
    width: 30%;
    padding: 10px;
    margin-left: 10px;
}

div.pageFeature img 
{
    width: 100%;
}

div.navbar
{
    margin: 8px 0px 0px 0px;
    width: 100%;
    height: 21px;
    background-color: rgb(0, 47, 101);
    font-size: 10pt;
    color: white;
    line-height: 21px;
}

div.navLinks
{
    padding-left: 5%;
    float: left;
    word-spacing: 6pt;
}

div.navLinks A
{
    color: white;
    font-family: Verdana;
    word-spacing: normal;
}

div.userNav
{
    float: right;
    margin-top: 3px;
    margin-right: 10px;
    word-spacing: 3pt;
}

div.userNav A
{
    color: rgb(0, 47, 101);
    text-decoration: none;
    word-spacing: normal;
}

div.userNav SPAN
{
    color: rgb(0, 47, 101);/*rgb(167, 169, 172);*/
    word-spacing: normal;
}

div.loginButton
{
    line-height: 1px;
    font-size: 1px;
    position: relative;
    top: -2px;
    float: right;
    width: 97px;
    height: 21px;
    margin-right: 10px;
}

div.cartInfo
{
    text-align: right;
    font: normal normal 9pt Verdana;
    color: rgb(128, 130, 133);
    margin-right: 10px;
    padding-top: 3px;
    clear: right;
}

div.cartInfo A
{
    text-decoration: none;
    color: rgb(128, 130, 133);
}

div.pageFooter
{
    position: relative;
    background: white url('../imgs/l_pageFooter.gif') no-repeat bottom right;
    height: 26px;
    font-family: Verdana;
    font-size: 8pt;
}

div.pageFooterLeft
{
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 2pt;
    padding-left: 10px;
    font-family: Verdana;
    font-size: 9pt;
    color: rgb(0, 47, 101);

}

div.pageFooterRight
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-top: 2pt;
    color: white;
}

div.pageFooterRight A
{
    color: white;
}

div.pageFooterLeft A
{
    color: rgb(0, 47, 101);
}

div.content
{
    padding-left: 5%;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: normal;
    clear: both;
}

div.content A
{
    color: rgb(102, 151, 184);
    font-weight: bold;
    text-decoration: underline;
    font-size: 10pt;
}

div.errorBox
{
    color: Red;
    font-weight: bold;
}

h1
{
    font-variant: small-caps;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: rgb(59, 87, 136);
    margin: 20px 0px 10px 0px;
    padding: 0px;
}

h2
{
    font-variant: small-caps;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: rgb(59, 87, 136);
    margin: 20px 0px 10px 0px;
    padding: 0px;
}

div.messageBox
{
    background-color: rgb(102, 152, 203);
    border: 2px dotted rgb(59, 87, 136);
    padding: 10px;
    margin: 10px;
    display: block;
    clear: both;
}

div.partners
{
    text-align: center;
    position: relative;
    margin: 0px auto;
    padding: 10px;
    background-color: rgb(0, 47, 101);
}

div.partners div
{
    display: inline-block;
}

div.partners img
{
    border: 1px solid black;
}

.bold
{
    font-weight: bold;
}

.clearAll
{
    clear: both;
}