html
{
    height: 100%;
    padding: 0 0 1px 0;
}

body
{
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #ffffff;
    min-height: 101%;
    background-color: #1f2652;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

a.text, a.text:visited, a.text:active, a.text:focus
{
    color: #ffffff;
    background-color: #1f2652;
    text-decoration: underline;
}

a.text:hover
{
    color: #1f2652;
    background-color: #ffffff;
}

#preview
{
    text-align: center;
}

a.preview, a.preview:visited, a.preview:active, a.preview:focus, a.preview:hover
{
    text-decoration: none;
    border: none;
    outline: none;
    background: none;
}

.gallery
{
    border: none;
    margin: 0.5em 0.5em 0.5em 0.5em;
}

em
{
    font-style: italic;
    font-weight: bold;
}

h1
{
    font-size: 2em;
    font-weight: bold;
    text-align: left;
}

h2
{
    font-size: 1.6em;
    font-weight: bold;
    text-align: left;
}

h3
{
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}

hr
{
    height: 1px;
}

.rightim
{
    margin-left: 1em;
    float: right;
}

.leftim
{
    margin-right: 1em;
    float: left;
}

#main
{
    width: 100%;
    min-width: 760px;
    max-width: 980px;
    margin: 0 auto 0 auto;
}

#nav
{
    width: 100%;
    height: 2em;
    line-height: 2em;
    background-color: #1f2652;
    text-align: right;
    clear: both;
}

a.nav, a.nav:visited, a.nav:active, a.nav.focus
{
    font-size: 0.8em;
    color: #ffffff;
    margin-left: 1em;
    text-decoration: none;
    display: inline-block;
    outline: none;
}

a.nav:hover
{
    color: #1f2652;
    background-color: #ffffff;
}

#bannerline
{
    text-align: center;
    width: 100%;
    height: 227px;
    background-color: #0a1035;
    background-image: url("../graphics/all/bannerback.jpg");
    clear: right;
}

#header
{
    text-align: center;
    width: 100%;
    height: 190px;
    overflow: hidden;
    clear: right;
}

#content
{
    text-align: justify;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    clear: right;
}

.date
{
    text-align: left;
}

#footer
{
    border-top: solid 1px #ffffff;
    padding-top: 2em;
}


