

#PrintFooter {
	clear: both;
	float: left;
	width: 100%;
}

/*-----------------------------------------------------------------*/

#menu_layout {
	display: none;
}

#column1 {
	display: none;
}

#footer_frame {
	margin: 10px 0px 0px 0px;
	width: 100%;
	min-height: 100%;
	border: 0px solid red;
}


/*-----------------------------------------------------------------*/

.dontprint {
	display: none;
}

#homeflash {
	display: none;
}

#homepic {
	display: none;
}

#menuframe {
	display: none;
}

#header_content {
	display: none;
}

#buttons {
	display: none;
}

body {
	font-style : normal;
	font-weight : normal;
	font-size : 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

legend {
	color: #cccccc;
}

.error {
	color: #FF0000;
	font-weight : bold;
}


