/*      print style sheet ref:  http://www.alistapart.com/articles/alaprintstyles/              
the following needs to be inserted into the top of every web page:
<link rel="stylesheet" href="print.css" type="text/css" media="print" />
Stylesheet:      
 */

/* Ensure the content spans the full width */
body, #container, #mainContent, #content, .twoColFixRtHd {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	color: #000;
	

 }

/* Remove unwanted elements */
#header, #banner, #sidebar1, #footer {
display: none !important;
  }

div#container {
	border-style: none;
	
   }
 

/* Change text colour to black (useful for light text on a dark background) */

#mainContent p
{
	font-size: 12pt;
	top: 0px;
	right: 0px;
}

/* Improve colour contrast of links */
a:link, a:visited
{
	color: #33F
}
 
.p7ap {
  overflow: visible !important;
}

.p7ABcontent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}  
