/*  
    * Change colors to black on white.
    * Change the font to serif.
    * Watch the font size.
    * Underline all links.
    * Remove non-essential images.
    * Remove navigation.
    * Remove some or most of the advertising.
    * Remove all JavaScript, Flash, and animated images. 
  */

body {
	background: none;
	background-color: #fff;
	color: #000;
	font-size: 76%;
}

.copyPrint { display: block; }

#wrapperHOLD {
	background: none;
	height: 100%;
	overflow: visible;
	width: 600px;
}
#wrapper { display: none; }

h1.heading {
	position: static;
}
h2.tagline {
	position: static;
}

/*,   #left, #banner, #tagline, #colorbar, #homebar, #footer  */\
.menu, video { display: none; }

#contentBox {
	background: none; 
	overflow: visible;
	top: 80px;
	left: 10px;
	margin: 20px 0;
	padding: 0;
	width: 600px; 
/*  height: 100%;   */
}
#contentBoxInside {
	overflow: visible;
}
#contentBoxInside .letterhead {
	display: none;
}
#contentBoxInside .letterheadPrint {
	display: block;
	width: 200px;
	height: 161px;
	float: right;
}

.jScrollPaneContainer {
	margin: 10px auto;
	position: relative;
	overflow: visible;
	z-index: 1;
}
