/*Print Style Sheet - only active when printing*/

body {
	font-size: 10pt;
}

#page-container {
	width: 100%;
}

#left-panel {
	width: 25%;
	margin-top: 0px;
}

#middle-panel {
	width: 46%;
	margin-top: 0px;
}

#right-panel {
	float: left;
	width: 25%;
	margin-top: 0px;
}

#content-panel {
	width: 71%;
	margin-top: 0px;
}

.box-heading h3 {
	padding: 4px 0 0 0; /*top, right, bottom, left*/
}

.box-heading p {
	padding: 7px 10px 0 0; /*top, right, bottom, left*/
}

.box-heading img {
	width: 156px;
	height: 117px;
}

#bottom-nav{
	display: none;
}

#header {
	margin-top: 4px;
	background-image: url(../images/banner_print.jpg);
	height: 103px;
	width: 650px;
} 