/* Page heading */
#identityimage {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}

#heading {
    position: absolute;
    z-index: 6;
    top: 10px;
    left: 230px;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

#heading a {
    color: black;
}

#logo{
    width: 220px;
    height: 66px;
    position: absolute;
    top: 2px;
    right: 1px;
}

/* Navigation bar top */
#navtop {
    position: absolute;
    width:100%;
    min-width: 800px;
    left: 0px;
    top: 69px;
    z-index: 0;
}

#navtop table {
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

#navtop table #navtop1 {
    height: 22px;
    color: white;
}

#navtop table #navtop2 {
    height: 42px;
    color: white;
    background-color: #dddddd;
}

#navtop table #navtop2 td {
    vertical-align: middle;
}

#navtop table #navtop2 td.selected {
    height: 42px;
    color: white;
    background-color: white;
}

#navtop table #navtop1 a {
    color: white;
}

#navtop table #navtop1 a:hover {
    color: black;
}

#navtop table #navtop2 a {
    color: black;
}

#navtop table #navtop2 a:hover {
    color: #005577;
}

