@import url("base.css");
/********************
Site print styles

Original 1.29.2007
Version 1.29.2007

Built by RainStorm Consulting
contact@rainstorminc.com

Please request permission prior to use.

USE THESE STYLES FOR THE PRINTABLE VERSION OF THE SITE. 
1)BEGIN BY PRINTING THE SITE AND SEEING HOW IT LOOKS WEIRD.
2)THEN, ADJUST STYLES ACCORDINGLY BY COPYING/PASTING RELEVANT STYLES FROM THE BASE.CSS STYLESHEET INTO HERE AND MODIFYING THEM.
********************/

#container {
	width: 95%;
	margin: 0 !important;
}

#inner-container {
	width: 100%;
	margin: 0 !important;
}

.print-notice {
	padding: 0 0 10px 0;
	display: inline;
	font-style: italic;
}

#branding-container {
	width: 100%;
	height: 170px;
	margin: 0;
}

.logo {
	display: none;
}

.print-logo {
	margin: 30px 0 30px 0;
	display: block;
}

#top-graphic {
	display: none;
}

.alt-nav {
	display: none;
}

.main-nav {
	display: none;
}

#content-container {
	width: 100%;
}

#content-area {
	width: 90%;
	margin: 0 !important;
}

/*.sideitem {
	margin: 0 !Important;
}*/

#sidebar {
	display: none;
}

#suppnav-container {
	width: 480px;
	margin: 0 !Important;
	color: #333;
	text-align: left;
}

.st-credit {
	text-align: left;
}

#btm-cap {
	display: none;
}



/** *************************** **/
