﻿body, html
{
    padding-top: 5px;
    margin: 0 auto;
    font: normal 12px arial;
    text-align: center;
    height: 100%;
}

/* SiteMaster Header Elements*/
#divSiteMasterWrapper
{
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

#divSiteMasterBody
{
    width: 750px;
    height: 100%;
    text-align: left;
    margin: 0 auto;
}

a.navlink:link {  color: #000000; text-decoration: none}
a.navlink:visited { color: #000000; text-decoration: none}
a.navlink:active {  color: #000000; text-decoration: none}
a.navlink:hover {  color: #2B5EAA; text-decoration: none}

a.toplink:link {  color: #2B5EAA; text-decoration: none}
a.toplink:visited { color: #2B5EAA; text-decoration: none}
a.toplink:active {  color: #2B5EAA; text-decoration: none}
a.toplink:hover {  color: #000000; text-decoration: none}

p.solid {border-style: solid; border-color: #B6B6B6; border-bottom-width: 0px; border-top-width: 1px; border-left-width: 1px; border-right-width: 1px;} 
p.solidbtm {border-style: solid; border-color: #B6B6B6; border-bottom-width: 1px; border-top-width: 1px; border-left-width: 1px; border-right-width: 1px;} 
