/* CSS Document */
div#print-header {
	display:block;
}
div#print-header h1 {
	font-size: 1.4em;
	font-family: Arial, Verdana, sans-serif;
	margin: 4px 10px;
	color:black;
}

div#print-header h2 {
	font-size: 1.2em;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid black;
	color:black;
}

div#print-header p {
	font-size: 11px;
	text-align:right;
	font-style:italic;
	color:black;
	margin: 4px 10px;
}

/*main table of content*/
table#main-table {
	margin:0px;
}
/* strip the header */
div#tagline {
	display:none;
}

/* strip the main-navigation */
table#main-navigation {
	display:none;
}

/* strip out the subnavigation */
div#subnavigation {
	display:none;
}

/* strip the left column with logo */
td#logo-column {
	display:none;
}

/* strip any navigation on the right side of the page */
div#third-level {
	display:none;
}

/* fix the margins from the third level buffer id */
div#third-level-buffer {
	margin:0px;
}

/* strip the footer */
div#footer {
	display:none;
}

/* don't push the content down */
td#content-column {
	margin: 0px;
	padding:0px;
}

/* strip out our credits */
div#credits {
	display:none;
}

/* strip out links on the right like on the events page */
div#link-impt {
	display:none;
}