/* CSS Document */

/* print styles */

@media print { body {
	color: black;
	background-color: #FFFFFF;
	background-image: none;  
	font-family: Arial, Helvetica, sans-serif; 
} 
a:link, a:visited {
color: black;
font-weight: normal;
	text-decoration: underline;
}

 
@page {
 size: 8.5in 11in; 
 margin: 0;
      }
 #top_Banner {
	display: block;  
	}
#top_Pictures {
	display: none;
	height: 0px;
	width: 0px; 
	}
 #wrapper {
	display: block; 
    margin:  0 0 0 -2.25in; 
	}
 #content {
	display: block; 
	}
 #textArea {
	display: block;
	width: 6.5in;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0in;
	}
 #bottominfo {
	display: block;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0; 
	}
 h1 {
	font-weight: bold;
}
 #bottominfo p  {
	font-size: 70%;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 3px;
	letter-spacing: normal;
}
 #bottominfo a:link  {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
 #bottominfo a:visited  {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
 #sidenav {
	display: none;
	}
 ul { 
	list-style-type: disc;
}
li {
	list-style-image: none; 
}
#search {
	display: none;
	}
}	

 
