﻿/* CSS Document */


.pbcHeader {
        font:12px 'Trebuchet MS', Arial, Helvetica, Sans-serif;
        text-align:left;
        border-right: solid 1px white; /* bodge fix - nudges header image to the left in IE7 */
        background:url(/images/layout/header_quote.png) no-repeat bottom;
        height:15px;
        line-height:15px;
        
}
/*IE6fix*/
* html .pbcHeader 
{
        background: expression('none');
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/header_quote.png', sizingMethod='crop');
}


.pbcFooter {
        font:12px 'Trebuchet MS', Arial, Helvetica, Sans-serif;
        text-align:left;

        background:url(/images/layout/footer_quote.png) no-repeat;
        height:36px;
        line-height:36px;
        clear:both;
}
/*IE6fix*/
* html .pbcFooter 
{
        background:none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/footer_quote.png', sizingMethod='crop');
}


.pbcContent 
{
        font:12px 'Trebuchet MS', Arial, Helvetica, Sans-serif;
        text-align:left;
        background:url(/images/layout/content_quote.png) repeat-y;
        padding:5px 15px;
}

/*IE6fix*/
* html .pbcContent 
{
        background:none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/content_quote.png', sizingMethod='scale');
        height:2px;
        margin-top:-3px;
}

.pbcContent p {
        font:12px 'Trebuchet MS', Arial, Helvetica, Sans-serif;
        text-align:left;

margin:0;
}
  