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

body
{
    color: black;
    background-color: #660000;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    padding-top: 0;
}

strong
{
    font-weight: bold;
}

em
{
    font-weight: bold;
    color: #a71919;
    font-style: normal;
}

p
{
    clear: both;
}

.rightim
{
    margin-bottom: 1em;
    margin-left: 1em;
    float: right;
    border: 1px solid #660000;
}

.leftim
{
    margin-left: 0;
    margin-right: 1em;
    margin-bottom: 1em;
    border: 1px solid #660000;
    float: left;
}

#banner
{
    margin: 0;
    border: 0;
    float: left;
}

img.linkim
{
    border: none;
    outline: none;
    text-decoration: none;
}

#main
{
    width: 100%;
    min-width: 760px;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    text-align: justify;
    background-color: #cccccc;
}

#header
{
    width: 100%;
    height: 250px;
    border: 0;
    background-color: #660000;
}

#nav
{
    width: 100%;
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
    float: left;
    background-color: #660000;
    overflow: hidden;
}

a.nav, a.nav:visited, a.nav:active, a.nav:focus
{
    text-decoration: none;
    text-align: center;
    color: #cccccc;
    display: inline-block;
    padding-left: 0.4em;
    padding-right: 0.4em;
    background-color: #cccccc;
    background-color: transparent;
    border: 0;
    outline: none;
}

a.nav:hover, #nav #current
{
    background-color: #CCCCCC;
    color: #000000;
}

#content
{
    width: 100%;
    padding-bottom: 2em;
    padding-top: 1em;
    float: left;
}

/* Hack wg. Box-Model-Bug */
#content .inset
{
    margin-left: 1em;
    margin-right: 1em;
}

a.content, a.content:visited, a.content:active, a.content:focus
{
    color: #660000;
}

a.content:hover
{
    color: #cccccc;
    background-color: #660000;
}

#content h1
{
    font-size: 2em;
    font-weight: bold;
    color: #660000;
    clear: both;
    border-bottom: 1px solid #660000;
}

#content h2
{
    font-size: 1.2em;
    font-weight: bolder;
    color: #660000;
    clear: both;
}

#content h3
{
    font-size: 1.0em;
    font-weight: normal;
    color: #660000;
    clear: both;
}

#content #map
{
    width: 425px;
    height: 350px
}

#content .row
{
    display: table-row;
    margin-bottom: 0.5em;
    width: 100%;
    float: left;
}

#content .col1
{
    font-weight: bold;
    text-align: left;
    display: table-cell;
    margin-right: 2%;
    width: 30%;
    float: left
}

#content .col2
{
    text-align: left;
    display: table-cell;
    width: 67%;
    float: left
}

#twitter
{
    float: right;
}

#news
{
    width: 60%;
    float: left;
    margin-right: 1%;
}

#footer
{
    background-color: #660000;
    color: #cccccc;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.6em;
    font-weight: bold;
    padding-top: 10px;
    width: 100%;
    clear: both;
}

a.footer, a.footer:visited, a.footer:active, a.footer:focus
{
    color: #cccccc;
    background-color: #660000;
    border: 0;
    outline: none;
}

a.footer:hover
{
    color: #660000;
    background-color: #cccccc;
}




