@charset "utf-8";
/* CSS Document */


/* Print Overrides
----------------------------------------------- */
* {
	background: none ! important;
	color: #000 ! important;
}

body {    
	width: 7in;   
	font: 12pt/20pt "Times New Roman", Times, serif;
}



#wrapper {width: auto; border: none; background-color:#FFF; }

#headImg img{display: none;}

#navMain {display: none;}

#mainText {padding: 0;}

#map {display: none;}

#header, {display: none;}

a { text-decoration : underline; color : #0000ff; }

.noprint {display: none;}

copyright {display: none;}




/* INSTRUCTIONS FOR MAKING THINGS PRINT.CSS COMPATIBLE

When creating a new page on the site (if not from a template), add:

<link rel="stylesheet" type="text/css" media="print" href="print.css"/>    in the head of the page
<div id="headImg"></div>    											   around the heading image
class="noprint"   (ex:  <P class="noprint">sdlkjslkf</P>				   within any tag of an area you don't want to print class

 */






