@charset "UTF-8";
@media screen,
projection {
    body {


        height: 100%;
        text-align: center
    }

    #footer a,
    #topnav,
    #topnav a {
        background: 0 0
    }
    #footer a:active,
    #footer a:focus,
    #footer a:hover,
    #topnav a:active,
    #topnav a:focus,
    #topnav a:hover {
        background-color: transparent;
        text-decoration: underline
    }



    #nav ul {
        margin-left: 20px
    }
    #nav ul li a.activeclass {
        color: #DEFFB2
    }


#footer {
    height: 2em;
    color: #fff;
    padding-top: 0.5em;
    background: #9D0A0E;
}
#footer_content {
    float: left;
    padding-left: 1em;
}
    #topnav a {
        font-weight: 400;
        text-decoration: none
    }
    #footer a {
        color: #fff;
        font-weight: 700
    }
    #footer a:active,
    #footer a:focus,
    #footer a:hover {
        color: #4D87C7
    }
}


html {
    height: 100%;
    margin-bottom: 1px
}