body {
    font-family: Verdana, Arial, sans-serif;
    font-size: normal;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
    background: #0E2C8C;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

a:link { text-decoration: none; color: #99CCFF; }
a:visited { text-decoration: none; color: #99CCFF; }
a:hover { text-decoration: none; color: #FFFF99; }
a:active { text-decoration: none; color: #FFFF99; }

a:link img { border: 2px solid #99CCFF; }
a:visited img { border: 2px solid #99CCFF; }
a:hover img { border: 2px solid #FFFF99; }
a:active img { border: 2px solid #FFFF99; }

div.header {
    background-image: url( 'graphics/header.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 180px;
}

div.sidenav {
    background-image: url( 'graphics/sidenav.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
    vertical-align: top;
    text-align: right;
    padding-right: 14px;
    font-weight: bold;
    font-size: 16px;
    width: 236px;
    height: 755px;
    position: absolute;
    top: 180px;
    left: 0px;
}

div.sidenav a:link { text-decoration: none; color: #993300; }
div.sidenav a:visited { text-decoration: none; color: #993300; }
div.sidenav a:hover { text-decoration: none; color: #3366CC; }
div.sidenav a:active { text-decoration: none; color: #3366CC; }

div.pad_justify {
    background-image: url( 'graphics/backgrnd.jpg' );
    background-repeat: repeat-x;
    background-position: top left;
    vertical-align: top;
    text-align: justify;
    padding-left: 3%;
    padding-right: 3%;
    margin: 0 0 0 250px;
    min-height:755px;
    height:auto !important;
    height:755px;
}

div.pad_center {
    background-image: url( 'graphics/backgrnd.jpg' );
    background-repeat: repeat-x;
    background-position: top left;
    vertical-align: top;
    padding-left: 3%;
    padding-right: 3%;
    margin: 0 0 0 250px;
    min-height:755px;
    height:auto !important;
    height:755px;
}

div.gallery {
    margin: 0 auto 0 auto;
    width: 680px;
}

div.gallery img {
    margin: 6px;
}

span.blocks {
    display:inline-block;
    vertical-align: top;
}

span.sub_blocks {
    display:inline-block;
    vertical-align: top;
    padding-left: 5%;
}

table.staff td {
    vertical-align: top;
}

td.footer {
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    font-weight: normal;
}

td.line {
    background-color: #999999;
}

img.border {
    border: 2px solid #999999;
}

#leftbox {
    float: left;
    margin: 0;
    padding: 0;
}

#centerbox {
    margin: 0 0 0 50%;
    padding: 0;
}

form.contact {
    width: 340px;
    text-align: right;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
}

h1 {
    color: #CCCCCC;
    font-size: xx-large;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    color: #CCCCCC;
    font-size: x-large;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
    color: #CCCCCC;
    font-size: large;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.size1 {font-size: 10px}
.size2 {font-size: 13px}
.size3 {font-size: 16px}
.size4 {font-size: 18px}
.size5 {font-size: 24px}
.size6 {font-size: 32px}
.size7 {font-size: 48px}