/* 
 * This stylesheet is used when printing. It overrides some classes
 * defined in one of the other stylesheets.
 */

.mainareadiv
{
    width: 470px;
    border-left: solid 0px #d8d0b9;
}
.mainareawidediv 
{
    border-left: solid 0px #d8d0b9;
}
.HideForPrint, #TopAreaDiv, #rightAreaDiv, #FooterDiv
{
	display: none;
}