/*
-----------------------------------------------
Piezo Fans global CSS file for print media
FileName:    print.css
Version:     2005.5.31
----------------------------------------------- 
*/


body {
  margin:0 .5in .5in .5in;
  padding:0;
  font: small Arial, sans-serif;
  }
  
p {
	color: #000;
	margin: 0 0 2em 0;
	padding: 0;
	line-height: normal;
}


div {
	background: #fff;
}



#header {
  margin:0;
  }
#header #logo {
  margin:0 0 0 -5px;
  }



hr, #ahem, .skip, .topicon, h1 a span, #header1, #header2, #header3, #header4, #header5, #header6, #primarynav, #crumbtrail, #footernav, #regions {
display:none;
}


/* Things To Show */

h1 {
	background: url(../images/logo_sm.jpg) top left no-repeat;
	width: 239px;
	height: 62px;
	display: block;
}

#address, #copyright {
	font-size: 80%;
	text-align: center;
}

#address {
	margin: 3em 0 0 0;
}

#copyright {
	margin-top: 0.5em;
}	


/* Headings */

h2, h3 {
  margin:1em 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
  clear: both;
  } 


h2 {
  font-size: 140%;
  }

h3 {
  font-size: 125%;
  }


a {
  color:black;
  text-decoration:none;
  }
a img {
  border-width:0;
  }
  
  
p img {
margin: 0 0.125in 0 0;
float: left;
}  