
	/* Printer CSS */
	body {
		background: #fff;
		color:      #222;
		font:       100%/100% arial, sans-serif;
	}

	.header_links, #navigation, #sub_nav, .download_summary, #foot_nav {
		display: none;
	}

	#content { padding-bottom: 2em; }
	a.thickbox, a.thickbox img { border: none; display: block; }

	img.left { float: left; margin: 0 20px 15px 0; }
	img.right { float: right; margin: 0 0 15px 20px; }

	table.event-lists tr td {padding: 3px;}
	table.event-lists tr.type-1 td {background: #eee;}
	table.event-lists tr.type-2 td {background: #E6E2DA;}

	p, ul, ol, dl { font-size: .85em; }
	h1, h2, h3, h4, h5, h6 { color: #555; clear: left; }
	h1 a { text-decoration: none; color: #777; font-weight: normal; text-transform: uppercase; font-family: georgia, serif; font-size: 1.2em; margin: 0 1em 1.5em 0; }
	h3, h4, h5 { padding-top: .5em; }
	#crumbs { padding: .5em 0; border-top: 1px solid #888; border-bottom: 1px solid #888; margin-bottom: 2em; }
	#footer { padding-top: .1em; border-top: 1px solid #888; clear: left; }
	#related_links, #downloads {display: none;}

	.list-img { float: right; }

	dl {margin: 1em 20px 1em 0; padding: 10px; line-height: 1.8em; }
	dl dt {width: 8em; float: left; clear: left; }
	dl dd {margin-left: 8.2em;}
	dl {}

	#content a {
		color: #555;
		text-decoration: none;
	}

