@Media Print{
body {
	text-align: left;
	padding: 0px;
	margin: 0px;
	background:#fff;
	font-family: Tahoma, arial, sans-serif; 
	font-size: 12pt; 
	color: #000
}
#header{
	Display:none;
}
h1           { color: #333; font-size: 22px; font-weight:bold; }
h2           { color: #7B7B7B; font-size: 15px; font-weight:bold }
a:link, a:visited { 
	color: #505050;
	text-decoration: underline;
	}
a:link.footerLink, a:visited.footerLink { 
	color: #505050;
	text-decoration: underline;
	}

#PrintLogo	  {
	height: 98px;
	width: 250px;
	background: #fff url('../images/Duncan-McPhee-Print.jpg') no-repeat;
	margin: 0 auto;
}
}