html {
margin: 0;
}

@media print {
  @page         { margin: 10% }
  blockquote,
  pre           { page-break-inside: avoid }
}

body {
	margin: 0;
	overflow: visible !important;
	display: visible !important;
	background: #ffffff;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px;
    line-height: normal
   }

#headerContainer {
	display: none;
	}

#at-logo {
	display: none;
	}

#primaryNavigation {
	display: none;
	}

.subnavigation {
	display: none;
	}

.top-nav {
	display: none;
	}

#search-right {
	display: none;
	}


.sidebar1 {
	display: none;
	}

#footer {
	display: none;
	}

#shadow {
	display: none;
	}


/*#primaryContent {
	width: 7in;
	float: none !important;
	background: transparent;
	width:expression((document.documentElement.clientWidth > 800) ? "800px" : "auto");
	}*/

/* #primaryContent {
  float: none !important;
  width: 7.5in !important;
  height: auto !important;
  margin: 8% !important;
  padding: 0 !important;
}*/

div.printhead { display: block;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

.noprint {
display: none;
}

