.topColumn {background: url(/images/top.gif) 0 0 repeat-x; width: 100%;}
  .bottomColumn{background: url(/images/bottom.gif) 0 100% repeat-x}
  .leftColumn {background: url(/images/left.gif) 0 0 repeat-y}
  .rightColumn {background: url(/images/right.gif) 100% 0 repeat-y}
  .bottomleftColumn {background: url(/images/bottomleft.gif) 0 100% no-repeat}
  .bottomrightColumn {background: url(/images/bottomright.gif) 100% 100% no-repeat}
  .topleftColumn {background: url(/images/lefttop.gif) 0 0 no-repeat}
  .toprightColumn {background: url(/images/righttop.gif) 100% 0 no-repeat; padding:10px;} 
        
  .topblueColumn {background: url(/images/htop.gif) 0 0 repeat-x; width: 100%;}
  .topleftblueColumn{background: url(/images/hlefttop.gif) 0 0 no-repeat}
  .toprightblueColumn {background: url(/images/hrighttop.gif) 100% 0 no-repeat; padding:0px} 
  .headerimg{text-align:center}
  .nuggetcontent{height:470px;}
        
  .btopColumn {background: url(/images/btop.gif) 0 0 repeat-x; width: 100%;}
  .bbottomColumn{background: url(/images/bbottom.gif) 0 100% repeat-x}
  .bleftColumn {background: url(/images/bleft.gif) 0 0 repeat-y}
  .brightColumn {background: url(/images/bright.gif) 100% 0 repeat-y}
  .bbottomleftColumn {background: url(/images/bbottomleft.gif) 0 100% no-repeat}
  .bbottomrightColumn {background: url(/images/bbottomright.gif) 100% 100% no-repeat}
  .btopleftColumn {background: url(/images/blefttop.gif) 0 0 no-repeat}
  .btoprightColumn {background: url(/images/brighttop.gif) 100% 0 no-repeat; padding:0px;}  
  .bcontent{padding:10px;}
  .bluebg{background: url(/images/bluebg.gif);height:300px;}
  
  .bluebg2{background: url(/images/bluebg.gif);height:235px;}
    
  /*--*/
    table {font-size:11px; border-top:0px solid #d1dce7; border-right:0px solid #d1dce7; clear: both; }    
    th {padding:3px 3px 3px 3px; border-left:0px solid #d1dce7; border-bottom:0px solid #d1dce7;}
    td {padding: 3px; border-left:0px solid #d1dce7; border-bottom:0px solid #d1dce7;}
    
    /*-- IE9 creates a blank page when td with padding in print - so override media print to remove the padding --*/
    @media print { table.screeningdata td { padding: inherit; } }
    