﻿@media print {
* { 
 background: transparent !important; 
 color: black !important; 
 text-shadow: none !important; 
 filter:none !important; 
 -ms-filter: none !important; 
} /* Black prints faster:*/

@page {
	margin: 0.5cm;
}

@page :left {
	margin: 0.5cm;
}

@page :right {
	margin: 0.5cm;
}

@page :first {
  margin: 1cm 2cm;
} 

#container, #content_container  {
background-color: white;
width: 100%; 
margin: 0; 
float: none;
}

#masthead {
	
}

#navigation, #navigation2, #footer, #no-print {
	display: none;
}

.no-print
{
		display: none;
}

#column_left {
color: #000 
}

#column_right {
color: #000 
}

img {
	max-width: 550px;
}

#banner {
	display: none;
}

body {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 14pt;
	margin-top: 25px;
}

blockquote, ul {
	margin: 0;
}

img {
	border: 0;
}

a:link, a:visited {color: #781351}

}

/* For Profiles and feature fish image sizing. */
.image-size {
	height: 187px;
	width: 250px;
	border: none;	
}
.map {
	border: none;
	height: 146px;
	width: 216px;
}
.feature-image {
	border: none;
	height: 146px;
	width: 216px;
}
#underline-bottom {
	border-bottom:thick gray double;
}
#underline-top {
	border-top:thick gray double;
}
