
/* 
This stylesheet eliminates certain parts of the page when printed, so only exceptions to the overall style rules are shown here
*/

/*--------------------------------------------- MAIN LAYOUT BLOCKS ---------------------------------------------*/

#right {								/* Right margin */
	display:none;
}


/*--------------------------------------------- HEADER ELEMENTS ---------------------------------------------*/

/* Links at the very top */
#headerTopLinkBar {
	display:none;
}
/* the date at the right, overlaid on top */
#headerTopLinkBarInnerRight { 
	display:none;
}
/* Three main section links */
div.headerLinkBox {
	display:none;
}
/* Search box */
#headerSearchbox {
	display:none;
}

/*--------------------------------------------- LEFT MARGIN ELEMENTS ---------------------------------------------*/


#left p.marginBox { /* Boxes at bottom of LH margin */
	display:none;
}

/*--------------------------------------------- CENTRAL COLUMN ELEMENTS ---------------------------------------------*/



/*--------------------------------------------- RIGHT MARGIN ELEMENTS ---------------------------------------------*/

/* NOTE: Right column is eliminated anyway */

/*--------------------------------------------- FOOTER ELEMENTS ---------------------------------------------*/

#footerLeft {
	display:none;
}

/*--------------------------------------------- OTHER STYLES ---------------------------------------------*/

/* White text - for use in span tags as well */
.textWhite {
	color: #000000;
}

/* HEADERS */

/* All h1 headers will be in boxes - padding and margins for each column is done individually */
h1 {
	color: #000000;
}

/* LINKS */
/* 
NOTE: some link styles for constant elements such as the crumb trail 
and navigation margins are specified by selector above.
*/

/* Normal links */
a:link, a:visited, a:active {
	color: #FF6600;
	text-decoration: underline; 
}
/* White links */
a.linkWhite:link, a.linkWhite:visited, a.linkWhite:active {
	color: #000000;
	text-decoration: underline; 
}

/* OTHER ELEMENTS */


/* Images */
