
/*
 *=============================================================================
 *	Elements that become invisible for printing
 *=============================================================================
 */

#description {
	display: none;
}

#description th {
	text-align: left;
	text-decoration: underline;
}

.sec {
        visibility: hidden;
        display: none;
}

#left { display: none; }

#top-menu { display: none; }

#navbar { display: none; }

/*
 *=============================================================================
 *	Positioning
 *=============================================================================
 */

#top-image {
	height: auto; 
	margin-right: 8px; 
	float: left;
}

#top-image img {
	display: table-cell;
	vertical-align: middle;
}

#top-title h1 {
	text-align: right;
}

#hdg { clear: both;}

#hdg-title {
	padding: 8px;
}

#hdg-title h1 {
	font-size: 1.5em;
	text-align: center;
}

#hdg-path { text-align: right;}

#middle { clear: both; margin-top: 10px;}

