/* print friendly style sheet

hide top banner and nav column */

#divPrint, #gridgroup1, #box1-2, #box1-3, #boxfooter, #feedBack, #BackButton{
	display:none;
}
#box1-2, #box2-2, #box1-3, #box2-3, #box3-3{
	float:none;
	}
#vonbox1-4{
	position:inherit;
	float:left;
	width:225px;
	}
#vonbox2-4{
	position:relative;
	float:right;
	width:350px;
	/* margin-right:-560px; */
	border-top: 0px solid #DDDDDD;
	padding:5px 7px 5px 10px;
	}
#vonbox3-4{
	position:inherit;
	float:left;
	width:225px;
	padding:10px;
}
#vonbox4-4{
	position:inherit;
	float:right;
	width:350px;
}
#graphContainer{
    overflow:hidden;
    width:700px;
}
