html {
    background-color: #ffffff;
    border-style: none;
    border-width: 0px;
    font-family: Georgia, Palatino, "Times New Roman", serif;
    font-size: 76%;
    height: 100%;
    margin: 0px;
    max-height: 100%;
    padding: 0px;
    /* hide overflow:hidden from IE5/Mac */ /* \*/ overflow: hidden; /* */
}

body {
    height: 100%;
    margin: 0px;
    max-height: 100%;
    overflow: hidden;
    padding: 0px;
}

#maincontent {
    background-color: #fff;
    background-repeat: no-repeat;
    bottom: 0px;
    display: block;
    font-size: 1.2em;
    left: 160px;
    overflow: auto;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
}

* html #maincontent {
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100%;
    max-height:100%;
    width:100%;
    overflow:auto;
    position:absolute;
    z-index:3;
    border-left:160px solid #fff;
}

#navleft {
    background-color: #6495ED;
    background-image: url(ak/Steep.jpg);
    background-repeat: no-repeat;
    bottom: 0px;
    display: block;
    font-size: 1.2em;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 160px;
    z-index: 4;
}

* html #navleft {
    height:100%;
    top:0;
    bottom:0;
    overflow: hidden;
    position: absolute;
}

*content p {
    padding: 20px;
}

dd {
    display: none;
}

a.nav, a.nav:visited {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    display: block;
    height: 25px;
    line-height: 25px;
    margin-left: 25px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

a.nav:hover {
    background-color: #7389e5;
    color: #000000;
}

.boldtable, .boldtable TD, .boldtable TH
{
font-family:sans-serif;
font-size:12pt;
}


