#nav
{
    position: absolute;
    top: -1000px;
    left: -1000px;
    display: none; 
}

body { background-color: #ebecd6;
        color:#333303;
        font-size: 9pt;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        border-left:0;
        margin-left:0;
        margin-right:0;
        margin-top:0;
        }

a:link { text-decoration:none; color:#000066; }
a:visited { text-decoration:none; color:#660000; }
a:active { text-decoration:none;color:#ff3300; }
table.header_navigation { background-color:#1f3f94; width:100%; height:88px;}
