/*************************** Layout-Table & Logo *********************/
#Logo {
	display:none;
}
#printhead {
	font-weight:bold;
	font-size:1.1em;
	color:black;
	margin-bottom:30px;
}
#printhead img {
	margin-bottom:10px;
	float:left;
}
table.LayoutTable {
	border-left:solid 2px white;
	border:solid 0px blue;
}
table.LayoutTable td {
	border:solid 0px red;
}
table.LayoutTable td.NavCell {
	xdisplay:none;
	width:1;
}
table.LayoutTable td.ContentCell {
	text-align:center;
	vertical-align:top;
	border:solid 0px blue;
}
/*************************** CONTENT ******+******************/
#content {
	text-align:left;
	width:500px;
	border:solid 0px red;
	background-color:white;
}
/*************************** FOOTER *******+******************/
#footer  {
	text-align:center;
	margin-top:20px;
	font-size:0.75em;
}
/*************************** NAV1 MENU ITEMS *****************/
.Nav1 {
	display:none;
}



