/* Print style definitions */


#main {
		width: 100%;
	border: 0px;
	}
#printheaderoff {
	display: none;
	}

#printsidenavoff {
	display: none;
	}
#printrightcolumnoff{
	display: none;
	}
#pagefooter {
	display: none;
	}
#printfooter {
	margin: 10px 5px 0px 5px;
	display: block;
	border-top: 1px solid #000;
	text-align: center;
	width: 100%;
	}

.printbuttonsoff {
	display: none;
	}

