body{
    font-family: sans-serif;
}

.banner{
    position: absolute;
    left: 20%;
    top: 7.5%;
    font-family: sans-serif;
    font-size: 36pt;
}

.header{
    font-family: sans-serif;
    font-size: 18pt;
    line-height: 150%;
}

.subhead{
    font-family: sans-serif;
    font-size: 14pt;
    line-height: 150%;
}

.nav {
    position: absolute;
    top: 20%;
    left: 5%;
    font-family: sans-serif;
    font-size: 13pt;
    line-height: 200%;
}

.body {
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    font-family: sans-serif;
    font-size: 10pt;
}

a:link, a:active, a:visited {
    text-decoration: none;
    color: #0000FF;
}

.title {
    font-style: italic;
}

a.title {
    font-weight:bold;
}


div#indexbody{
    bottom: 10%;
}

img#index {
    max-height: 100%;
    max-width: 100%;
}	
