* {
    padding: 0px;
    margin: 0px;
}
body {
    background-color: #3366ff;
    font-family: sans-serif;
    font-size: 11pt;
}
a, a:hover, a:visited {
    color: black;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
#site {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}
#top {
    background-image: url("pix/top_banner.jpg");
    background-repeat: no-repeat;
    height: 160px;
}
#top #newsticker {
    position: relative;
    top: 15px;
    left: 35px;
    width: 145px;
    height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 13pt;
}
#top #nav {
    position: relative;
    top: 25px;
    left: 275px;
    width: 450px;
}
#top #nav #allnavitems {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#top #nav .navitem {
    position: relative;
    background-color: white;
    border: 1px solid black;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 3px;
    padding-right: 3px;
/*    margin-right: 3px;*/
}
#top #nav a, #nav a:hover, #nav a:visited {
    text-decoration: none;
}
#iframe {
    padding-bottom: 30px;
    background-image: url("pix/content_bottom.gif");
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center;
}
