/* ========================================================================== */
/* layout */
 @media screen {
#bd {width:1230px; background-color: #fff; overflow:auto; margin-left: 5px;}

.col-md-15, .col-md-05 {
	float: left;
	position: relative;
  	min-height: 1px;
  	padding-right: 15px;
  	padding-left: 15px;
}

.col-md-05 {
 	width: 4.166666666666666%;
 }
 .col-md-15 {
 	width: 12.499999999999999%
 }
 }
 
 @media print {
#bd {width:100%; background-color: #fff; overflow:auto; margin-left: 5px;}
 }
 
#headerContainer {background-color:#ffffff; color:#000000; width:auto; height:auto;}
#headerLogo{padding-left:15px; padding-top: 10px; padding-bottom:10px; width:410px; float:left;}
#headerInfo{padding-right: 10px;}
#headerMenu{clear:both; font: 10pt "arial"; text-decoration: none; height:50px; margin-left: 4px; margin-right: 4px;}

#footerContainer { background-color: #ffffff; height: 100px; text-align: center; vertical-align: middle; font: 7pt "arial"; color: #333; text-decoration: none; clear: both; line-height: 15px; margin-top: 50px;}
div.greyBar     {clear: both; background-color: #55ccdd; padding: 3px; margin-bottom: 5px; text-align: center; color: white;}
