@charset "utf-8";
/* CSS Document */

/*this style sheet is only here for printing purposes*/
#header{
	display: none;	
}
#contactInfo{
	display: none;	
}
#nav{
	display: none;	
}
#pageLowerBackground{
	display: none;
}

.printHide{
	display: none !important;
}
.printShow{
	visibility:visible !important;
}
