/* Style rules to make a print version of the page that copies nicely */

/* Disable navigation column */
#leftcol { display: none; }

/* Reset content column to fill page */
#wrap { width: 100%; margin: auto; }
#rightcol { width: 100%; margin: auto; float: none; }
#content { margin: 0px; padding: 0px; width: 100%;
	background-image: none; }

/* Set the colors to something more print-friendly */
#content, #content a { color: #000000; }
h1, h2, #copyright { color: #532870; }

/* For the calendar: make the months dark as well */
body#calendar .month { color: #532870; border-bottom: 1px dotted #000000; }

