/* Wm. K Warren Medical Research Center for Celiac Disease
 * Styles for Print - print.css 
 * Note: Selectors semantically ordered, declarations alphabetical
 * 	Author: Instructional Web Development Center (IWDC), UC San Diego
 * 	http://iwdc.ucsd.edu
 */

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    margin: 0;
	padding: 0;
    
}
#header img, #skipnav, #menu, #highlight, #sidebar {
	display: none;
}
#contentsub {
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	width: 100%;
}

#footer {
	border-top: 1px dashed #ccc;
	clear: both;
	padding-top: 20px;

}
/* General Styles */

h1 { 
	font-size: 1.4em;
	display: block; 
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 0 0 5px 0;
}
h3 {	
	border-bottom: 1px solid #ccc; 
	padding-bottom: 5px; 
	margin-bottom: 5px;
}
h4 {
	padding-bottom: 0; 
	margin-bottom: 0; 
}
