a.back, .mainmenu, .path-row, .footer-row {
  display: none;
}

#headerbanner {
background: url('../gfx/logo.gif') center left no-repeat;
}


.body-row #left,
.body-row #right,
.body-row .space
{
display: none;
}

.body-row #middle
{
	background: none;
	display: table-cell;
	border-bottom: 1px solid #1E6730;
	border-top: 1px solid #1E1E1E;
	width: 100%;
}

#article > * {
display: none;
}

#article h1, #article .body, #article .caption, #article .byline, #article img {
display: block;
}

.footer-print {
display: table-row;
text-align: center;
}

.footer-print td {
padding-top: 20px;
}

table.main {
width: 100%;
}

