/* CSS Document */

/* Print stylesheet for home page of Cal Discoveries site */



#leftcol, #footer, #banner, #navigation { 
	display: none; 
	}

div.left, div.right {
	display: none;
	}

#wrapper {
	border: none;
	}
	
img {
	display: none;
	}	

body {
	background: #FFF;
}

 #content {
	display: static;
	width: 6in;
	margin-left: 0;
	margin-right: 0;
	}	 			

#content h1 {
	color: #000;
	font: 16pt Arial, Helvetica, sans-serif;
	}	

#content p, #content ul, #content li, #content td, #content th {
	color: #000;
	font: 10pt/12pt "Times New Roman", Times, serif;
}

#content p a:link, #content p a:visited {	
	color: #000;
	text-decoration:underline;
}

#content h2, #content h3, #content h4  {
	color: #000;
	font: 10pt/12pt Arial, Helvetica, sans-serif;
	border-top: none;
	margin-left:0;
	font-weight: bold;	
	}	

#content h5, #content h6 {
	color: #000;
	font: 10pt/12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.header {
	text-align:left;
	font-weight: bold;
}

.header2 {
	text-align:center;
	font-weight: bold;
}

