/*
// Fake IE 5 into landscape mode
div.page  { 
writing-mode: tb-rl;
height: 80%;
margin: 10% 0%;
}

div.page table {
margin-right: 80pt;
filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1);
}
*/

@page {
	size: 8.5in 11in landscape; 
}

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	float: none !important;
	line-height: 150%;
	border: 0;
	border-top: 0;
	margin: .25in;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 7in;
  	 }

.nav {
	 	display: none;
}

.heading  {
	font-weight: bold;
}

#content {
	width: auto; 
	margin: 35% 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}



.noprint {
	display: none;
}

.footerlinks {
	margin-top: 20px;
}


a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	}



code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	}
	

	/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint */
#maincontent a:link:after, #maincontent a:visited:after {
   	content: " (" attr(href) ")";
   	font-size: 75%;
  	 }


#maincontent a[href^="/"]:after {
   	content: " (http://www.alistapart.com" attr(href) ")";
	}



	
#qm0, #qm1, #qm2, #qm3, #qm4, #qm5, #qm6, #qm7, #qm8, #qmim0, #qmim1, #qmim2, #qmim3, #qmim4, #qmim5, #qmim6, #qmim7, #qmim8 {
	display: none;
	}