div#MainNav
{
    background:url(../images/mainNav.gif) no-repeat #a53434;    
    height:62px;
    width:899px;
    float:left;
    font-size:11pt;
}

div#NavLinks
{
    float:left;   
    display:inline;
    margin:15px 0 0 270px; 
    height:47px;
}

div#NavLinks a
{
    color:White;
    display:inline;
    float:left;
    text-decoration:none;
    padding:0 10px 0 10px;
    height:47px;
}
div#NavLinks a:hover
{
    text-decoration:underline;
}
div#NavLinks a#MainNavSelected
{
    background: url(../images/mainNavArrow.gif) no-repeat center 36px;
}

div#SubNav
{
    float:left;
    background:url(../images/subNav.gif) no-repeat gray;
    width:899px;
    height:64px;
    color:White;
    font-size:10pt;
}

div#SubNavLinks
{
    float:left;
    margin:20px 0 0 0;
    display:inline;
}

div#SubNav div a
{
    color:White;
    text-decoration:none;
    float:left;
    display:inline;
    margin:0 20px 0 0;
    height:33px;
}
div#SubNav div a:hover
{
    text-decoration:underline;
}
div#SubNav div a#SubNavSelected
{
    background: url(../images/subNavArrow.gif) no-repeat center 22px;
}
div#SubNavTitle
{
    width:255px;
    float:left;
    margin:20px 0 0 27px;
    display:inline;
    font-weight:bold;
}

div#Version
{
    color:#c9c9c9;
    font-size:8pt;
    float:right;
    margin:20px 110px 0 0;
    display:inline;
}

img#Hidden
{
    display:none;
}

div#Logout
{
    float:right;
    font-size:10pt;
    margin:15px 10px 0 0;
}
div#Logout a
{
    color:White;
}

input:-webkit-autofill,
textarea:-webkit-autfill,
select:-webkit-autofill {
    background-color: #fff;
}
