  
	.maindiv {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 150%;
	padding:0px;
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: #ffffff;
	border-right-color:#ffffff;
	border-top-color:#ffffff;
	border-bottom-color:#ffffff;
	}
	
	.maindiv h1 {
	color: #0e295c; /* dark blue */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-size:16px;
	font-weight: bold;
	margin-bottom : 0px;
	margin-bottom: -1.5em;
	margin-top : 0px;
	}
  
 #banner_background-onelevel{
   display:none;
   }
   #banner-onelevel{
   display:none;
   }
   
     
   #tabnav {
   display: none;
   }
   .navDiv{
   display:none;
   }
   .copyrights{
    display:none;
   }
   .intro {
    display:none;
   }
   .buttons{
   display:none;
   }
   
   .imgfloatleft{
   display:none;
   }
   
   .body {
   display:none;
   }

/* for tableless design */
header, #sidenav, footer, #side {
	display:none;	
}
article h1 {
	display:none;	
}

article {
	margin-left:0px;	
}
#sidenav {
	width:10px;
}	

#side {
	width:0px;
}
	/* printHide - removes the form buttons from the print preview */
	
	.printField {
	  font-weight: bold;
	  display: inline;
	}
	
	.textfield {
		display:none;
	}
	  
	textarea.field {
		display:none;
	}

	.printHideButtons{
		display:none;
	}
	
	/* caption - removes the Last Modified date line */
	.caption{
	display:none;
	}

	/* container - makes the form print larger */
	#container {
		width: 700px;
	}

	/* question - provides space to the form */
	.question{
		margin: 0px 0px 25px 0px;
		padding: 0px 0px 25px 0px;
	}

	/* logo - lets the header and the signaures be margin'd and padd'd */
	.logo {
    display: block;
	
	}
	
	/* h1 - provides space in between the form title and the logo */
	h1 {
    display: block;
	margin: 5px 0px 0px 0px;
	
	}