<!--
/* It is common to set printer friendly styles such as a white background with black text. */
body {
	background-color: #fff;
	background-image: url(images/print.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	float: none;
	width: auto;
}
#sidebar {
 display: none;
}
#sidebar-info {
 display: none;
}
#content {
  padding-top: 120pt;
  padding-left: 20pt;
  padding-right: 20pt;
  padding:inherit;
}
#menu {
 display: none;
}
#slideshow {
	display: none;
}
