/* CSS Document */

body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
margin: 35px 0;
padding: 0;
}
#title {
}
    #title .img1 {
    position: fixed;
    top: 0;
    left: 2%;
    }
    #title .img2 {
    position: fixed;
    top: 0;
    right: 2%;
    }
    #title .pagenumber {
    position: fixed;
    top: 50px;
    right: 2%;
    }
    h1 {
    display: none;
    }

#header {

}

#main {
    background: white;
    width: 70%;
    border: 0;
    padding: 0;
    margin: 0 20% 0 10%;
}
    #main img {
    border: 1px solid #98002e;
    }
    a {

    }
    a:hover {
    text-decoration: none;
    }
    a:visited {
    color: #03156C;
    }
    li {
    padding: 10px 0;
    }
    p,li {
    line-height: 160%;
    font-size: 12px;
    }
    .biggerfont {
    font-size: 14px;
    }
    h2 {
    font-size: 30px;
    padding: 10px 0;
    margin: 60px 0 30px 0;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    }
    h3 {
    font-size: 22px;
    margin: 30px 0 0 0;
    font-weight: bold;
    }
    h4 {
    font-size: 16px;
    margin: 15px 0 15px 0;
    font-weight: bold;
    }

#footer {
position: fixed;
bottom: 0;
left: 0;
height: 25px;
width: 100%;
font-size: 11px;
font-weight: bold;
background: #fff1d8;
font-variant: small-caps;
border-top: 1px solid #98002e;
}
    #footer a {
    color: #98002e;
    }
    .illeft {
    position: fixed;
    height: 15px;
    bottom: 0;
    left: 10%;
    list-style-type: none;
    }
    .ilmiddle {
    position: fixed;
    height: 15px;
    bottom: 0;
    left: 50%;
    list-style-type: none;
    }
    .ilright {
    position: fixed;
    height: 15px;
    bottom: 0;
    left: 90%;
    list-style-type: none;
    }

