/* CSS Document */

body, #sizer, #expander, #wrapper {
	padding: 0;
	margin: 0;
	color:#000;
	width:99%;
	max-width:99%;  /* version for IE is at the bottom of this style block */
	min-width: 99%; /* Critical Safari fix! */
	background: none;
}
#sidebar, .header, .headerHomeContainer, .promoHome {
	display:none;
	background: none;
}
.container, .logoHolder {
	background: none;
	margin-bottom: 15px;
	width: 99%;
}
#mainColumn, #mainColumnHome {
	background: none;
	width: 99%;
	float: none;
}
.content, .contentHome {
	width: 99%;
	padding: 0;
	margin: 0;
}
.content p, .contentHome p {
	width: 99%;
}
#footer {
	width: 99%;
	float: none;
	clear: both;
	text-align: left;
	margin: 20px 0 0 0;
	background: none;
	font-size: 10px;
	padding: 0;
	color: #000;
}
#footer P {
	margin: 0;
	padding: 0;
}
#footer p a {
	display: none;
	color: #fff;
}

#printable, #printable table {
	width: 99% !important;
	text-align: left;
	font-size: 11px;
}

table.quickForm tr.firstItem td, table.quickForm tr.firstItem th, table.quickForm tr.lastItem td, table.quickForm tr.lastItem th {
	border: 1px solid #CDD5DE;
}
