@import url('style.css');

html,body
{
	background: #ffffff;
}

#container
{
	border: 0px;
	/* Remove the following overflow property in the print stylesheet
	 * because it causes problem with Firefox printing (ignores all
	 * sheets but the first).
	 */
  /*overflow: auto;*/
	overflow: visible;
	width: 6.5in;
}

#header
{
	background: #ffffff;
	border: 0px;
	width: 6.5in;
}

#navbar
{
	display: none;
}

#content
{
	left: 0px;
	padding-left: 0in;
	padding-right: 0in;
	width: 6.5in;
}

.displayscreen
{
	display: none;
}

.displayprint
{
	display: inline;
}

.displayblockscreen
{
	display: none;
}

.displayblockprint
{
	display: block;
}
