/*****   GENERAL: Makes items on the site printable.                              *****/
	
	body {
		background: white;
		color: black;
		font-size: 10pt;
		margin: 25px;
	}

	#body {
		background: transparent;
	}
	
h1 {
	background: url() #fff repeat-x bottom;
	border-bottom: none;
	color: #1f5099;
	font-size: 1.2em;
	margin: 0 0 .5em;
	padding: .35em;
	position: relative;
	width: auto;
}

h2 {
	background: url() #fff repeat-x bottom;
	border-bottom: 1px solid #b2b3b5;
	color: #1f5099;
	font-size: 1.2em;
	margin: 0 0 .5em;
	padding: .35em;
	position: relative;
	width: auto;
}


	a:link, a:visited {
		background: transparent;
		color: #444;
		font-weight: bold;
		text-decoration: none;
	}
	
	#centreContent {
		float: none;
		width: auto;
	}
		
		#centreContent div {
			height: auto;
			width: auto;
		}
	
	#secondaryContent {
		background: none;
		float: none;
		width: auto;
	}
		
		#secondaryContent div {
			height: auto;
			width: auto;
		}
	
	#container {
		margin: 0;
		padding: 0;
		width: auto;
	}
	
	#masthead { 
		background: none;
		height: auto;
		width: auto;
	}
	
	.pageBanner {
		margin: 0;
	}
	
	#heading {
		background: none;
	}
	
	.garamond {
		display: none;
	}
	
	#search {
		display: none;
	}
	
	#skipLinks, #masthead, #navigation, #sidebar {
		display: none;
	}
	
	#heading {
		height: auto;
	}
	
	.heading {
		position: relative;
		right: 0;
		top: 0;
	}
	
#heading .heading {
	background: transparent;
	color: white;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	position: absolute;
	right: 18px;
	top: 65px;
}

EM {
	font-style : normal;
	font-weight : normal;
	font-size: 0.8em;
}

EM.print {
	font-style : normal;
	font-weight : normal;
	font-size: 1.0em;
}

#canvas {
	display: none;
}

#noprint {
	display: none;
}

#printsm {
	font-size: 0.9em;
}

table.print {
	border-collapse: collapse;
	border-top-width: 1.0px;
	border-top-style: solid;
	border-bottom-width: 1.0px;
	border-bottom-style: solid;
	border-color: #b2b3b5;
	background: none;
	line-height: 15px;
	position: inherit;
	vertical-align: top;
	text-align: left;
	width: 720px;
}

td.results-blue {
	border-collapse: collapse;
	border-top-width: 1.0px;
	border-top-style: solid;
	border-bottom-width: 1.0px;
	border-bottom-style: solid;
	border-color: #b2b3b5;
	background: none;
	padding: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	position: inherit;
	vertical-align: top;
	text-align: left;
}

#printpage {
	display: block;
}

.img-rt {
	display: none;
}

#share {
	display: none;
}

#facebook {
	display: none;
}

#printimage {
	display: block;
}

#zoomify {
	display: none;
}

#film {
	display: none;
}

#SQLcontainer {
	display: none;
}

#horizontal {
	display: none;
}

#sort {
	display: none;
}

#prevnext {
	display: none;
}

	.centrecontent, body.sidebar .centrecontent {
		border: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	table.results {
	border-collapse: collapse;
	border-top-width: 1.3px;
	border-top-style: solid;
	border-bottom-width: 1.3px;
	border-bottom-style: solid;
	border-color: #b2b3b5;
	background: none;
	position: inherit;
	vertical-align: top;
	text-align: left;
	width: auto;
}
	
	#footer ul {
		display: none;
	}
	
@media print {
.noprint {
display: none;
    }
  }