.homepageSection
{
    width: 250px; float: left; padding-right: 13px; font-family: Arial;
}

    .homepageSection .header
    {
        background-color: #041421; padding: 3px 5px 13px 10px; text-align: left; text-transform: uppercase;
        color: #FFFFFF; font-weight: bold; clear: both; height: 15px; font-size: 11pt; 
    }
    
        .homepageSection .header .title
        {
            float: left; padding-top: 3px;
        }
        
        .homepageSection .header .link
        {
            float: right; font-weight: normal; background-color: #0E4674; padding: 3px 6px 3px 6px; font-size: 9pt;
            border: solid 2px #000000; cursor: pointer;
        }
        
        .homepageSection .header .link:hover
        {
            border: solid 2px #0E4674; background-color: #ffffff; color: #0E4674;
        }
        
    .homepageSection .body
    {
        padding: 5px 10px 5px 10px; font-size: 10pt;
    }
    
#pageHeader
{
    color: #8F151B; font-size: 14pt; font-weight: bold; width: 100%; float: none; padding-bottom: 5px; text-transform: uppercase;
}

.subHeader
{
    color: #8F151B; font-size: 12pt; font-weight: bold; width: 100%; float: none; padding-bottom: 5px;
}

.formHeader
{
    float: none; clear: both; padding-bottom: 5px; font-weight: bold; font-size: 10pt;
}

.errorMessage
{
    color: #FF0000;
    font-size: 10pt;
    text-transform: none;
}

.pressRelease   { clear: both; padding-bottom: 10px; }

/*Links*/
.pressRelease a 	{ color: #8F151B; text-decoration: none }
.pressRelease a:Hover	{ text-decoration: underline ; color: #8F151B}