/* Footer at bottom based on code from ryanfait.com/sticky-footer/
(but requires that white space top and bottom are added to
sub-elements within the wrapper and footer elements). */

* {margin: 0; padding: 0; }

body { padding: 3%; font-size: 100% !important; }

h1, h2, h3, h4 { font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif; }
h1 { font-size: 1.2em; }

img {
    border: 0;
}

body {
font-family: Garamond,Palatino,"Times New Roman",serif;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.2em;
}

ul {
    margin-top: .2em;
    margin-bottom:0px;
    list-style-type: square;
}

ol {
    counter-reset: item;
    margin-top: .2em;
    margin-bottom: 0px;
}

li {
    margin-left: 3em;
}

a {
    text-decoration: none; color: #00467F;
}

a:hover {
    text-decoration: underline; color:#000000;
}

/* class */

.link_label {
    font-style:italic; padding-right:.5em;
} 

.level_link {
    font-family: Geneva,Verdana,Helvetica,Arial,sans-serif;
    margin-top: .3em; margin-bottom: .3em;
    font-size: 1.1em;
    clear: left;
    /* display: block; */
}

.object_link {
    margin: .3em 0em .3em 0em;
    font-size: 1.1em;
}

#footer
{
    position: absolute;
    bottom: 5%;
    float: right;
    width: 90%;
    padding: 0px;
}

#logo {
    float: right; 
}

#title_text {
    float: left;
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 1.6em;
    padding: 0 0 .5em 0;
}

#level_image {
    clear: both;
    float: right;
    margin: 1em 0em 1.5em 2em;
}


#level_description {
    padding-top: 0.5em;
}

#footer
{
    position: absolute;
    bottom: 3%;
    float: right;
    width: 94%;
    padding: 0px;
}

.footerline
{
    padding:0px;
    margin-top: .3em;
    float: right;
    font-size: .7em;
    /*line-height: 1.5em; */
    clear: both;
    font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
}




