html {
    height: 99%;
}

body {
    background: #F8F8FF;
    margin: 0 0 2px 0;
    font-family: Verdana, Helvetica, sans-serif;
    height: 99%;
}

#layout {
    width: 99%;
    min-height: 90%;
    height: auto !important;
    margin: 0 0 -4em 0;
}

span.noshow {
    height: 0;
    display: none;
    visibility: hidden;
}

span.noshow a {
    height: 0;
    display: none;
}

#nav {
    width: 20em;
    margin: .2em 0 5em .3em;
    min-height: 300px;
    height: auto !important;
    float: left;
    color: #000007;
}

#content {
    margin: 10px 20px 5em 20px;
}

.breadcrumbs {
    margin-left: 10%;
    font-weight: bold;
    font-size: 11pt;
    color: #44444B;
    padding-top: 8px;
    display: inline-block;
}

.breadcrumbs a {
    font-size: 12pt;
    color: #000007;
}
/*
.sidebar {
    background: #71b2d3;
    color: #000007;
    vertical-align: top;
}

.sidebar dt {
    font-weight: bold;
    font-size: 12pt;
}

.sidebar dd a {
    font-weight: normal;
    font-size: 11pt;
}
*/
#contentinfo {
    clear: both;
    height: 5em;
    width: 99.5%;
    text-align: center;
    bottom: 0;
    position: relative;
    color: #000007;
}
