
/*	This style sheet is of type media="print", which means it will only be applied when
	a user prints the page. We are overriding various elements of the main "styles.css" sheet, 
	hiding parts of the layout we don't want printed, changing colors as necessary, etc.
*/

body {
	margin: 0px;
	background-color: #ffffff;
}

noscript {
	display: none;
}

#wrapper-main {
	position: static;
	width: 600px;
	background-color: #ffffff;
	page-break-before: avoid;
	page-break-after: avoid;
}

#header {
	width: 590px;
	height: 30px;
	border: 0px;
	background: none;
	page-break-before: avoid;
	page-break-after: avoid;
}

#header-print {
	display: block;
	width: 580px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#wrapper-navigation {
	position: static;
	width: 0px;
	display: none;
	min-height: 0px;
	height: 0px;
	_height: 0px;
	float: none !important;
	page-break-before: avoid;
	page-break-after: avoid;
}

#navigation {
	width: 0px;
	background: #ffffff;
	display: none;
}

#wrapper-content {
	position: static;
	width: 630px;
	border: 0px;
	background-color: #ffffff;
	float: none !important;
	page-break-before: avoid;
	page-break-after: avoid;
	page-break-inside: auto;
	overflow: visible; /* this is important */
}

#cap-content-bottom {
	position: static;
	height: 0px;
	display: none;
	page-break-before: avoid;
	page-break-after: avoid;
}

.rotator_Thumbnails {
	position: static;
	width: 0px;
	height: 0px;
	display: none;
	page-break-before: avoid;
	page-break-after: avoid;
}

#content-title {
	width: 600px;
	padding: 7px 10px 7px 0px;
	margin: 0px 0px 15px -10px;
	text-align: right;
	border-bottom: 1px solid #012220;
	border-right: 1px solid #012220;
	background-color: #012220;
	color: #F9DD66;
}

#content-main {
	background-image: none;
	position: static;
	width: 590px !important;
	padding-left: 10px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 20px;
	border-top: 0px;
	border-bottom: 1px solid #012220;
	border-left: 1px solid #012220;
	border-right: 1px solid #ffffff;
	min-height: 0px;
	height: auto;
	_height: 0px;
	page-break-before: avoid;
	page-break-after: avoid;
	page-break-inside: auto;
}

#footer {
	position: static;
	height: 0px;
	display: none;
	page-break-before: avoid;
	page-break-after: avoid;

} 
