html {
margin: 0;
}

@media print {
  blockquote, 
  pre           { page-break-inside: avoid }
}

body {
	margin: 0;
	overflow: visible !important;
	visibility: visible !important;
	background: #ffffff;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 8px; 
  line-height: 1.4;
   }

#headerContainer {
	display: none;
	}
	
	
#leftNav	{
	display: none;
	}

#primaryNavigation {
	display: none;
	}
	
.subnavigation {
	display: none;
	}

#footer {
	display: none;
	}

/*#primaryContent {
	width: 7in; 
	float: none !important;
	background: transparent;
	width:expression((document.documentElement.clientWidth > 800) ? "800px" : "auto"); 
	}*/

 #mainContent {
  float: none !important;
  width: 6.5in !important;
  height: auto !important;
  margin: 8% !important;
  padding: 0 !important;
}

a:link, a:visited {
   color:#606060;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }
