/* It is common to set printer friendly styles such as a white background with black text. */
#outerWrapper #header, #outerWrapper #menuBar, #outerWrapper #menuShadow, 
#outerWrapper #contentWrapper #rightColumn1, #outerWrapper #contentWrapper #leftColumn1,
#outerWrapper #footer{
  display: none;
}
#printHeader {
	display:block;
}
#outerWrapper #contentWrapper #mainContent {
  background-image:url(../images/headerPrint.jpg);
  background-position: top center;
  background-repeat:no-repeat;
  border-color: #000 1px solid; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  margin: 0 0 0 0; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}



