/* DIVS AND CLASSES THAT WILL BE HIDDEN */

#header, #left_sidebar, #right_noprint, .floatright, .topnav, .noprint
{
display: none;
}
/*  Note - #right_noprint div is used to simplify as third column names change */


/* Content spans the full width */
#container, #mainContent
{
width: 100%; margin: 0; float: none;
}


/* Changes text color to black (useful for light text on a dark background) */
.lighttext
{
color: #000000;
}

/* Improves color contrast of links in print */

a:link, a:visited
{
color: #0000CC;
}

