﻿.CVHmpgSection_Header, .CVHmpgSection_Content { width: 238px; }

.CVHmpgSection_Header 
{
    background-repeat: no-repeat;
    background-image: url(images/HmpgBoxHead.jpg);
    text-align: right;
    height: 35px;    
}

.CVHmpgSection_HeaderText,
.CVHmpgSection_Header h2 {
    color: #F9D575;
    font-family: Arial Black, Arial, Impact, Sans-Serif;
    font-weight: bold;
    
    font-size: 18px;
    line-height: 35px;
    
    margin: 0;
    padding: 0;
}

.CVHmpgSection_Content {
    background-repeat: no-repeat;
    background-color: White;
    background-position: bottom right;
    background-image: url(images/HmpgBoxFooter.jpg);
    
    text-align: left;
    min-height: 125px;
    padding-bottom: 10px;
}

    * html .CVHmpgSection_Content { height: 115px; }
    
.CVHmpgSection_ContentPane {
    padding: 4px;
}

    * html .CVHmpgSection_ContentPane { width: 230px; }

