@charset "iso-8859-1";

/* The printable version hides navigational elements */
body
{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	border : none;
   min-width: 800px;
}

#pageWrapper
  {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 80%;*/
	margin: 10px;
	margin-top: 10px;
	padding: 0px;
   overflow: visible;
}

h1 {
	font-size:140%;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	page-break-after: avoid;
	}
	
h2 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	page-break-after: avoid;	
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	page-break-after: avoid;	
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	page-break-after: avoid;	
}

/* The content container starts at top of page for the printable version*/
#contentContainer {
top: 15em;
}
  
.displaytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #dc4c1a;
	margin-top: 10px;
	margin-left: 2px;
	font-weight: bold;
}
h1.displaytitle {
	/* this banner style defines the green header that contains the page title */
	color: #dc4c1a;
	font-size: 16pt;
	font-weight: bold;
	margin-left: 2px;
		margin-top: 10px;
   z-index: 0;

}

#topsearchbar, #toplinks,  .breadcrumb,  #leftColumn, #rightColumn, .tinytext {
  display: none;
  visibility: hidden;
}


/* The left and right column borders are gone in printable */
#outerColumnContainer
  {
	border-width : 10px;
}
.inside
{
	/* Only horizontal padding here or IE's broken box model will cause problems. */
	/* Vertical padding is done in the parent element */
	padding-top : 0px;
	padding-left: 0pt;
	font-family : inherit;
	font-size : inherit;
	font-size-adjust : inherit;
	font-weight : normal;
	}

