/* THE FORM ASSEMBLY 2.0 Main CSS     */
/* Copyright (c) 2005 Cedric Savarese */
/* All Rights Reserved                */

/* Main Layout                        */
/* ---------------------------------- */
body {
	background-color:#FFF;
	color: #000;
	background-image: none;	
}
#Background {
	padding: 0 !important;
	background-image: none;
}
#Logo {
	display: none;
}
#Content {
	background-image: none;
	position: static;
	margin: 0  !important;
	width: 100%;
	padding: 0;
	font-size: 120%;
	line-height: 150%;
	border: none !important;
}
#NavBar {
	display: none;
}
#LeftColumn {
}
#RightColumn, .RightColumn  {
	width: 70%;
}
#RightColumn td {
	padding-right: 10px;
}
#RightColumnNoFloat, .RightColumnNoFloat {
}
#FooterNav {		
	display: none;
}
#Footer  {	
	display: none;
}
.responseBrowser {
	width: 28%;
}
.responseBrowser fieldset {
	display: none;
}
.formPanel.close {
	display: none;
}
.widget {
	position: static !important;
	overflow: visible;
}
form {
	padding: 0 !important;
	height: auto;
}
.footNote {
	display: none;
}
fieldset {
	position: static !important;

}
legend {
	position: static !important;
}
.noPrint {
	display: none;
}

