html
{
    height: 100%;
}

body
{
    background-color: #848493;
    height: 100%;
    margin: 0;
    padding: 121px 0 30px 150px;
    overflow: auto;
}

a
{
    color: #FFFFFF;
    text-decoration: none;
}

#midsection
{
    bottom: 30px;
}

#container
{
    height: 100%;
    overflow: auto;
    margin-left: 2px;
    padding: 10px 0 70px 30px;
}

#sidebar
{
    position: absolute;
    top: 121px;
    bottom: 30px;
    left: 0;
    right: 150px;
    width: 150px;
    height:100%;
    background-image: url(/img/sidebar.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 2px 0 0 2px;
}

#header
{
    position: absolute;
    top: 0;
    left: 0;
    height: 121px;
    width: 100%;
    background-image: url(/img/shadowdown.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#footer
{
    position: fixed;
    left: 5%;
    bottom: 0;
    height: 30px;
    width: 90%;
    border: dashed 1px #FFFFFF;
    background-color: #585862;
    padding: 10px 5px 0px 5px;
}

.footdiv
{
    padding: 0 5px 0 5px;
    margin-left: 70px;
    margin-right: 10px;
    float: left;
    border: solid 1px #FFFFFF;
    background-color: #848493;
}

.text
{
    color: #FFFFFF;
    font-family: Courier New;
    letter-spacing: -0.5px;
}

.head1
{
    color: #FFFFFF;
    font-size: 2em;
    border-bottom: solid 3px #FFFFFF;
    font-variant: small-caps;
}

.head2
{
    color: #FFFFFF;
    font-size: 1.5em;
    border-bottom: solid 2px #FFFFFF;
    font-variant: small-caps;
}

.sidelink
{
    color: #FFFFFF;
    display: block;
    border-bottom: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    margin: 0 0 0 2px;
}

.sidelink:link {
}

.sidelink:visited {
}

.sidelink:hover {
    background: #848493;
    color: #000000;
    border-left: solid 2px #FFFFFF;
    border-right: none;
    letter-spacing: 4px;
}
