/* Printer specific style sheet */
body {
   background: white;
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
   margin: 0;
   padding: 0;   
   float: none;
   width: 100%;
   height: 100%;
}

#outerWrapper {
	margin: 0;
}


#header, #header_left, #header_right, #leftNav, #rightColumn, .noprint {
	display: none;
	float: none;
}

#container {
	border-left: none;
}

#breadcrumbs, #page_utility {
	display: none;
}

#inner {
	margin-left: 0;
}

#mainContent {
	padding: 0;
	margin: 0;
	float: left;
	position: static;
}

#footer {
	display: none;
}

#footerTop {
	display: none;
}

h1 {
	font-size: 1.6em;
	color: #365860;
	margin: 0 0 0.2em;
	padding: 1px 0;
	font-weight: normal;
}

h2 {
/*	color: #A92936;*/
	color: #B20000;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 20px;
}

h3 {
	color: #2c9baf;
	font-size: 1.1em;
	margin-bottom: 0;
	margin-top: 10px;
}

h4 {
	font-size: 1em;
	color: #990000;
}

h5 {
	font-size: 1em;
	color: #000;
	font-style: italic; 
}



/* Show printable logo */

#logo-print {
	display: block;
	margin:0;
}



