/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}


/* Rest of print styles below */

body {
display:block;width:750px;font-family:Georgia;
}

h1 {
font-family:Georgia; font-size:18px; color:#0082A6 margin:0px padding:0px;
}
h2 {
font-family:Georgia; font-size:16px; color:#0082A6 margin:0px padding:0px;
}
h3 {
font-family:Georgia; font-size:16px; color:#0082A6 margin:0px padding:0px;
}

p {
padding:0px; margin:10px 0px 0px 0px;
}

a {
font-family:Georgia; color:#0082A6; text-decoration:none;
}
a:hover {
font-family:Georgia; color:#0082A6; text-decoration:none;
}

#topNav {
display:none;
}
#topSearch {
display:none;
}
.mainNav {
display:none;
}
.rightCorner {
display:none;
}
.pasLogo {
display:block;border:none;
}

.subNav {
display:none;
}
#breadcrumb {
display:none;
}

ul {
list-style-type:none;
}

li {
list-style-image:none;
}

img {
display:none;
}
	
form {
display:none;
}
#ui-datepicker-div {
display:none;
}	

.rightCol {
display:block;
}

#footer {
display:none;
}
