/* Hide navigation when printing */
td#Header-Links, table#Navi, table#FrontpageNavi {
	display: none;
}

/* Changed fixed widths to full screen widths */
table#Header-ContentTable, td#Header-Title, table#Body, table#Footer {
	width: 100%;
}

table#Header {
	border-bottom: 2px solid #666666;
}
td#Header-Content {
	padding-bottom: 4px;
}

#PageTitle h1 {
	padding: 12px;
	padding-bottom: 5px;
}

table#Footer {
	border-top: 1px solid #666666;
}
table#Footer td {
	padding: 0;
	padding-top: 8px;
}
