/*******************************************************************************/
/* Information Literacy Portal                                                 */
/*                                                                             */
/* CSS developed at the University of Idaho - Center for Teaching Innovation   */
/* http://www.uidaho.edu/cti/                                                  */
/*                                                                             */
/* This style sheet is used when a person prints a single page.                */
/*                                                                             */
/*                                                                             */
/*******************************************************************************/



body {
	background-image: url('none');
	}
	
/* Top and Left Shared Border removed so it doesn't print */

#top_banner {
	display: none;
	}
#sharedborder_primary_navigation {
	display: none;
	}

/* Module Navigation removed so it doesn't print */
.module_navigation {
	}
.module_navigation .title {
	display: none;
	}
.module_navigation .navigation {
	display: none;
	}
.top_backnext {
	display: none;
	}
.bottom_backnext {
	display: none;
	}
.sidebar {
 }
 
h3 {
	color:#EA7B75
	}
