body {
    font-size: 8pt;
    margin: 0px;
    background-image: url(images/mainbg.gif);
    background-repeat: repeat-y;
    background-position: center;
}

* {
    font-family: Verdana;
}

h1 {
    font-size: 16pt;
    color: #004A9D;
}

h3 {
    font-size: 12pt;
    color: #004A9D;
    border-bottom: 1px solid #000000;    
}

td {
    font-size: 8pt;
}

textarea {
    font-size: 8pt;
}

a:link, a:visited, a:active {
    color: #000000;
}

a:hover {

    color: #CC0000;
}

#maintable {
    width: 750px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

#sitetop {
    height: 28px;
    background-image: url(images/sitetop.jpg);
}

#headercell {
    width: 100%;
    height: 68px;
}

#headertable {
    width: 100%;
    height: 68px;    
}

#logo {
    width: 268px;
    background-image: url(images/logo.jpg);
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#hcell1 {
    width: 287px;
    background-image: url(images/water.jpg);
    border-bottom: 1px solid #000000;
}

#hcell2 {
    background-color: #004A9D;
    color: #557CA8;
    padding: 5px;
    font-size: 7pt;
    text-align: center;
}

#sitemaincell {
    vertical-align: top;
}

#sitemaintable {

}

#left {
    width: 177px;
    padding-top: 15px;
    vertical-align: top;
    border-right: 1px solid #000000;
}

#content {
    width: 350px;
    background-image: url(images/contentbg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 15px;
    font-size: 8pt;
    vertical-align: top;
}

.content {
    font-size: 8pt;
}

.contenttitle {
    display: block;
    font-size: 15pt;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    padding-bottom: 2px;
    margin-bottom: 10px;
    color: #004A9D;
}

.contenttitle_list {
    display: block;
    font-size: 9pt;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    padding-bottom: 2px;
    margin-bottom: 10px;
    color: #004A9D;
}

.contentintrotext {
    font-size: 8pt;
    vertical-align: top; 
}

.contentfulltext {
    font-size: 8pt;
    vertical-align: top; 
}

.contentreadmore {
    font-size: 8pt;
    vertical-align: top;
    padding-top: 6px;
}

.contentaddinfo {
    display: block;
    text-align: right;
    font-style: italic;
    font-size: 8pt;
    padding-top: 2px;
    margin-top: 10px;
    border-top: 1px solid #000000;
}

.contentlinks {
    font-size: 8pt;
    vertical-align: top; 
}

a.content:link, a.content:active, a.content:visited {
    color: #004A9D;
    text-decoration: none;
}

a.content:hover {
    color: #000000;
}

#right {
    width: 193px;
    vertical-align: top;
    background-color: #FFFFFF;
}

#left a.menuitem:link, #left a.menuitem:active, #left a.menuitem:visited {
    display: block;
    background-image: url(images/menuitembg.gif);
    width: 164px !important;    
    width: 177px;
    height: 15px !important;
    height: 18px;
    margin: 0px;
    margin-bottom: 3px;
    padding-left: 13px;
    padding-top: 3px;
    font-size: 7pt;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#left a.menuitem:hover {
    background-position: 0 -18px;
    color: #000000;
}

.pageimage {
    display: block;
    margin: 0px;
    padding: 0px;
}

.mod_calendar {
    margin: 0px;
    background-image: url(images/mod_calendarbg.gif);
    background-repeat: repeat-x;
    height: 250px;
    padding: 10px;
    font-size: 8pt;
}

.mod_calendar h1 {
    margin: 0px;
    margin-bottom: 8px;
    font-size: 9pt;
    font-style: italic;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.mod_calendar p {
    margin: 0px;
    margin-bottom: 15px;
}

.leftbg {
    background-image: url(images/leftbg.gif);
    background-repeat: repeat-x;
}