body,td {
    background: white;
}

div#leftnav, #subNavMainMenu {
    display: none;
}

#mainContent {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none;
    border-top: 1px solid #930;
}

div#content {
    margin: 0;
    padding: 0;
    padding-top: 1em;
}

a:link, a:visited {
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}
input.button {
	font-size : xx-small;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #000000;
	border-style : solid;
	border-width : 1;
	border-color : #000000;
	background-color : #cccccc;
	display: none;
}

input.rbutton {
	font-size : xx-small;
	font-family : verdana, arial, helvetica, sans-serif;
	border-style : solid;
	color : #000000;
	border-width : 1;
	border-color : #000000;
	background-color : #cccc99;
    display: none;
}

.noprint, #header
{
    display: none;
}