/* borders the block and adds background to block title */
.borderheaderblue {border:1px solid #ccc;padding:5px;}
.borderheaderblue h2 {background:#112e51;margin:0;color:#fff;text-align:center;display:block;border-radius:2px;margin-bottom:10px;}

/* borders the block and adds background to block title */
.borderheaderred {border:1px solid #ccc;padding:5px;}
.borderheaderred h2 {background:#5d0203;margin:0;color:#fff;text-align:center;display:block;border-radius:2px;margin-bottom:10px;}

/* borders the block and adds background to block title */
.borderheadergray {border:1px solid #ccc;padding:5px;}
.borderheadergray h2 {background:#666666;margin:0;color:#fff;text-align:center;display:block;border-radius:2px;margin-bottom:10px;}

/* borders the block and adds background to block title */
.borderheadergold {border:1px solid #ccc;padding:5px;}
.borderheadergold h2 {background:#99824b;margin:0;color:#fff;text-align:center;display:block;border-radius:2px;margin-bottom:10px;}