/*** layout.css print styles ***/

/* hide the left column when printing */

#leftcol {
	display: none;
}

#outer {
	border-left: 0;
}

/* hide the right column when printing */
#rightcol {
	display: none;
}

#outer {
	border-right: 0;
}

/* hide the header when printing */
#header {
	display: none;
}

#outer {
	border-top: 0;
}

/*** footer.css print styles ***/
div#footerRight a {
	display: none;
}

br {
	line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

/*** special excludes ***/
div#newsticker {
	display: none;
}

div#content {
	width: 522px;
}
