﻿body {
    margin: 0;
    background-color: Black;
    background-image: url(../images/bodybg.gif);
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 12px;
}

p {
    margin-top: 10px; 
    margin-bottom: 10px;
    padding: 0 10px 0 10px;
}

h1 {
    color: #686868;
    font-size: 18px;
    text-indent: 10px;
}

table.contentForm { padding: 0 10px 0 10px; }

div#coverBody {
    height: 1507px;
    background-image: url(../images/coverbodybg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

div#top 
{
    position: relative;
    width: 950px;
    height: 187px;
    margin: 0 auto 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
}

div#navigation {
    position: absolute;
    right: 15px;
    bottom: 11px;
}

div#navigation a.navItem
{
    color: #404040;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    margin-left: 30px;
}

div#navigation a.navItem:hover {
    color: blue;
}

div#header1, div#header2, div#header3, div#header4, div#header5 {
    position: relative;
    width: 950px;
    height: 408px;   
    margin: 0 auto 0 auto;
    display: none;
}

div#headerNav {
    width: 950px;
    height: 65px;
    margin: 0 auto 0 auto;
}

div#headerNav a.navItem  
{
    display: block;
    float: left;
    padding: 0; 
    margin: 0;
    cursor: pointer;
}

div#headerNav a.navItem img {
    border: none;
}

ul#header1ul, ul#header2ul {
    margin: 0;
    padding: 0;
    list-style: none; 
    font-size: 16px; 
    font-weight: bold;
}

ul#header1ul li, ul#header2ul li
{
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 15px;
}

ul#header1ul { color: #006136; }
ul#header2ul { color: #001961; }

div#content {
    clear: both; /* clear the float of the header div */
    width: 920px;
    margin: 0 auto 0 auto;
    padding: 15px 0 15px 0;
}

div.title {
    height: 30px; 
    background-image: url(../images/titlebg.gif); 
    background-repeat: repeat-x;
    line-height: 30px;
}

div#header1 { background-image: url(../images/header1bg.jpg); }
div#header2 { background-image: url(../images/header2bg.jpg); }
div#header3 { background-image: url(../images/header3bg.jpg); }
div#header4 { background-image: url(../images/header4bg.jpg); }
div#header5 { background-image: url(../images/header5bg.jpg); }