/* PRINTER STYLE SHEET */

body{
	margin: 0px;
	background-color: #ffffff; /*white*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

.printpage {
display: block;
}

#nav {display: none;}
.screen_display {display: none;}
.navdisplay {display: none;}
.sidebar {display: none;}

#pageborder {
	background-color: #ffffff; /*white*/
}
#wrapper {
	top: 0;
	background-color: #ffffff; /*white*/
}
#subwrapper {
	top: 0;
	left: 0;
	background-color: #ffffff; /*white*/
	background-image: url(http://www.duncangibbs.net/ch_stage/images/transparent.gif);
	background-repeat: no-repeat;
	background-position: 0;
	height: auto;
}
#edge {display: none;}
#bottomedge {display: none;}
#bottomright {display: none;}



#printheader {
	position:absolute; 
	top: 1.5em;
	left: 0;
	line-height: 1.25em;
	padding: 0;
	color: #8a2be2; /*blue violet*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.printtitle {font-weight: bold;
	font-size: 1.2em;
	color: #8a2be2; /*blue violet*/
}
.printsubtitle {
	font-size: .80em;
	font-style: italic;
	color: #8a2be2; /*blue violet*/
}
.printheaderurl {
	font-size: .80em;
	color: #8a2be2; /*blue violet*/}


/* Main body text position and colors */
#mainbody {
	position:absolute; 
	top: 0;
	left: 0;
	margin-top: 8em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0; 
	width: 468pt;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .90em;
	background: #FFFFFF; 
	color: #000000;
}
/* Main body text headers */
H1 {
	font-size: 1.2em;
	color: #8a2be2; /*blue violet*/
	}
H2 {
	font-size: 1em;
	color: #4b0082; /*dark indigo*/
	padding: .5em;
	}
H3 {
	font-size: 1.1em;
	color: #000000; /*black*/
	padding: .5em;
	}

/* Main body text links attributes */
A:link {
	color: #ff771b /*orange*/; 
	text-decoration: underline;
	}
A:visited {
	color: #5500a1 /*dark purple*/; 
	text-decoration: underline;
	}
A:active {
	color: #a54bff /*lt purple*/; 
	text-decoration: none;
	}
A:hover {
	color: #ff9c4a; 
	text-decoration: none;
	} 

.shrinklink 
	{
	font-size: xx-small;
	}


/* Global footer position and attributes */
#footer {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 1em;
	padding-top: .5em;
	padding-left: 1em;
	padding-right: 3em;
	font-size: small; 
	color: #bdc6de;
	width: auto;
	font-family: Verdana, sans-serif;
	}
#footer p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

