/*******************************************************************************

	print.css
	
	This file contain style definitions that make the web pages more attractive
	when printing.
	
	shandraw@psc.edu


*******************************************************************************/

/* Hide navigation */

#search { display: none; }
#common { display: none; }
#tabs { display: none; }
/* #sidebar { display: none; } */
#breadcrumb { display: none; }
#thispage { display: none; }
#quicklinks { display: none; }
#sidebar { clear: right; display: all; }

body { margin: 0; }

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica", sans-serif; }

a { color: #000000 !important; }
a:visited { text-decoration: none; }

table { border-spacing: 0; }

#content { width: 100%; font-family: "Verdana", "Arial", san-serif; font-size: 70%; }
#col1 {	width: 100%;}
#col1 div#workshops { width: 90%; clear: both;}
#col1 div#news { width: 90%; }