/* Homepage Style
 * 
 * Author: Daniel A. Nagy <nagydani@epointsystem.org>
 * Created: 28 February 2005
 */

BODY {
    position: relative;
    margin-left: 12em;
    padding-right: 1em;
    background-color: #F5F5DC;
    color: black;
    font-family: sans-serif;
    text-align: justify
}

H1, H2, H3 {
    background-color: transparent;
    color: maroon
}

DL DT {
    font-weight: bold
}

IMG {
    border-width: 0
}

DIV.map {
    position: fixed;
    top: 0;
    margin-left: -12em;
    margin-right: 0;
    padding-left: 1em;
    height: 100%;
    width: 10em;
    background-color: #006400;
    color: #F5F5DC;
    font-weight: bold;
    display: block
}

A:link {
    text-decoration: none
}

A:visited {
    text-decoration: none
}

A:hover {
    text-decoration: underline
}

DIV.map H1 {
    background-color: transparent;
    color: #F5F5DC;
    font-size: 120%
}

DIV.map A:link {
    background-color: transparent;
    color: #90EE90
}

DIV.map A:visited {
    background-color: transparent;
    color: #90EE90
}

DIV.map UL {
    padding-left: 1em
}

DIV.map UL UL {
    font-size: 75%
}

DIV.image {
    position: relative;
    display: block;
    background-color: white;
    color: black;
    width: 384px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 2em;
    border-width: thin;
    border-color: black;
    border-style: solid;
    padding: 1em;
    text-align: center;
    font-style: italic;
    font-size: 80%;
}

DIV.image IMG {
    display: block;
    padding-bottom:1em;
}
