/* borders the block and adds background to block title */
.borderheaderblue {border:1px solid #ccc;padding:5px;}
.borderheaderblue h2:first-child {background:#205493;margin:0;padding:15px;color:#fff;text-align:center;}

/* borders the block and adds background to block title */
.borderheaderred {border:1px solid #ccc;padding:5px;}
.borderheaderred h2:first-child {background:#6e0000;margin:0;padding:15px;color:#fff;text-align:center;}

/* borders the block and adds background to block title */
.borderheadergray {border:1px solid #ccc;padding:5px;}
.borderheadergray h2:first-child {background:#999999;margin:0;padding:15px;color:#fff;text-align:center;}