div.header2 {
    color: #FFF;
    background-color: #0F4275;
    border-color: #336699;
    border-style: solid;
    border-width: 0 0 5px 0;
    height:75px;
    padding: 10 10 5 10;
}

div.header2 a:link,
div.header2 a:active, 
div.header2 a:visited {
    font-weight: bold;
    color: #99CCFF;
    text-decoration: none;
}

div.header2 a:hover {
    text-decoration: none;
    color: #FFF;
}

.siteTitle2 {
    font: normal 26px verdana,arial,helvetica,sans-serif;
    line-height: 30px;
    background-color: transparent;
    color: #FFF;
    margin-left:-2px;
}

div.siteTitle2 a:link, 
div.siteTitle2 a:visited,
div.siteTitle2 a:active,
div.siteTitle2 a:hover {
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    font-weight: normal;
    font-style: normal;
    padding-left:0;
}

.headerLink {
    font: bold 10px verdana,arial,helvetica,sans-serif;
    background-color: transparent;
    padding-right: 10px;
}

div.footer2 a:link,
div.footer2 a:active, 
div.footer2 a:visited {
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    font-weight: normal;
    font-style: normal;
    padding-left:0;
}

div.footer2 a:hover {
    text-decoration: none;
    color: #FFF;
}

div.footer2 {
    color: #FFF;
    background-color: #0F4275;
    border-color: #336699;
    border-style: solid;
    border-width: 5px 0 0 0;
    height:20px;
    padding: 0 5 0 5;
    font-size: 8pt;
    font-weight:normal;
    margin-top:5em;
}

