/*Ishbel Moore, Author Printing Instructions
Design: Tara J Kohinska, TaraJ Web Design
Date: 22 Sep 2009, Updated: 6 Jan 10*/

/*remove backgrounds, change fonts to printer-friendly*/

body {
 margin: 0;
 padding: 0;
 font-family: verdana, helvetica, arial, sans-serif;
 text-align: center;
 color: #000;  background: #fff;
 width: 650px;
 font-size: 10pt !important;
}

#wrapper { 
 color: #000; background-color: #fff;
 margin: 0 auto;
 border-style: none;
}

#header {
  display: none;
}

#printlogo {
  background-image: url(images/printlogo.gif);
  display: block;
  text-align: center;
}

#nav {
	display: none;
}

#content {
 color: #000; background-color: #fff;
 font-size: 12pt !important;
 margin: 0 auto;
 width: auto;
}

h1{

 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14pt;
 text-align: center;
 font-weight: bold;
}

h2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13pt !important;
 text-align: left;
 font-weight: bold;
}
	
h3 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt !important;
 text-align: left;
 font-weight: bold;
}

#footer {
 color: #000; background-color: #fff;
 font-size: 10pt !important;
 margin: 0 auto;
 width: auto;
}

.thispage {
 font-weight: bold;
}

.up {
 display: none;
}

.footernav {
 display: none;
}

a {
	color: #333;
	font-weight: bold;
}
a:after { 
	content:" ["attr(href)"]"; 
	font-weight: normal;
}
a[href^="/"]:after {
	content: "";
}

.copyright {
 font-size: 10pt !important;
 font-style: italic;
 text-align: center;
}

.clearall {
  clear: both;

}





