/*printer styles for BNI Bournemouth */ 

/*hide the right column, header, menu, breadcrumbs and footer when printing*/
#header, #menu, #breadCrumb, #rightcol, #footer{
	display:none;
} 
/* Show main content */
#content * {
    visibility: visible;
    width: 6.25in;
  }

#content {
	  margin-bottom: -9in;
}
  
p {
    font-family: "Times New Roman", Georgia, Times, serif;
    font-size: 12pt;
    line-height: 16pt;
}
  
h1, h2, h3, h4, h5, h6, .textQuote {
    font-family: "Times New Roman", Georgia, Times, serif;
	color:#990000;
}

* img {
    height: 0;
    width: 0;
    position: absolute;
}



