/* Print Style Sheet - CSS Layout project 
Author: Joyce McCulloch  (jmcculloch.butlerccwebdev.net/
Date: 3-28-2011 */


body {
   background: white;
   font-size: 12pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   }

   
#wrapper {
	width: 70%;
	background-color: #fff;
}

 #navbar, #sidebar {
	display: none;
}


#sidebar img {
  display: none;
   }
   
   

#sidebar2 img {
  display: none;
   }

#content img {
  display: none;
   }


#content {
	font-size: 12pt;
	color: #000;
	background-color: #fff;

	clear: both;
}

h2 {
	margin-bottom: 0em;
}

p {
	margin-top: 0em;
}


  
#footer {
	font-size: 10pt;
	color: #000;
	background-color: #fff;
  text-align: center;  
}


