/* adapted by Trena Tuse of Testarossa Web Design for Intrucept (May 2006) */
/* see 'c04.css' for original zeldman.com layout style sheet */
/* Zeldman.com layout  */
	/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2004 Jeffrey Zeldman and Happy Cog Studios and may not be reproduced. */ 

	/* Helpers and base rules */
img	{
	border: 0;
	}
p.access	{
	display: none;
	}
@page normal {
	size: portrait;
	margin: 0.5in;
	}
@page rotate {
	size: landscape;
	margin: 0.5in;
	}

	/* Primary layout divisions */
body	{
	page: normal;
	background: #ffffff;
	color: #000000;
	font: normal 10pt Arial, Helvetica, sans-serif
	}
div#wrapper	{
	margin: 0;
	padding: 0;
	}
div#header, div#globalnav, div#leftnav, div#footer, p.totop	{
	display: none;
	}
div#maincontent 	{
	margin: 0 1.4em;
	padding: 0;
	border: 0;
	}
#pagenews div#maincontent {
	margin: 0 1.4em 4em 1.4em;
}
div#footerprint	{
	clear: both;
	border: 0;
	border-top: 1px solid #666666;
	color: #000000;
	background-color: #ffffff;
	padding: 5px 0;
	margin: 10px 10px 10px 10px;
	}
div#footerprint p	{
	font-size: 8pt;
	line-height: 11pt;
	text-align: center;
	margin: 0;
	padding: 0;
	}
		
	/* Default links 	*/
a:link, a:visited, a:hover {
	text-decoration : none;
	color: #993300;
	background-color: #ffffff;
	}

	/* Typography 	*/
	
div#maincontent span#logoprint {
	font: normal 14pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
div#maincontent span#logoprint img {
	float: left;
	margin: 5px 15px 15px 0;
	border: 0;
	}
div#maincontent p, div#maincontent dt, div#maincontent dd, div#maincontent ul, div#maincontent li {
	orphans: 2;
	widows: 2;
	}
h2	{
	clear: both;
	font: bold 12pt Arial, Helvetica, sans-serif;
	margin: 0.5em 0;
	padding: 0;
/*	border-bottom: 4px double black; */
	}
h3	{
	font-weight: bold;
	font-size: 12pt;
	line-height: 18pt;
	margin: 15px 0 1em 0;
	}
h4	{
	font-weight: bold;
	font-size: 11pt;
	line-height: 16pt;
	margin: 15px 0 0 0;
	}
p	{
	margin: 0 0 1em 0;
	text-indent: 0;
	text-align: justify;
	}
blockquote	{
	padding: 0;
	margin: 0.5em 0;
	border: 0;
	}
blockquote p	{
	font-weight: normal;
	text-indent: 0;
	margin: 0;
	}

	/*  List frippery */
div#maincontent ul 	{
	margin: 3px 0;
	padding: 0 0 5px 0;
	}
div#maincontent ul li	{
	padding: 0;
	margin: 0 0 0 1em;
	list-style: disc inside;
	}
div#maincontent ul ul li {
	margin-top: 10px;
	list-style: square inside;
	}
	
	/* You are here */
#home {
	page: rotate;
	}
#home div#maincontent span#logoprint img {
	display: none;
}
