/***************************************************************
  Print CSS for Educational Services Publishers Web Site.
  Developed by D. Truitt, Spring 2007.
***************************************************************/
#menuwrapper, #p7menubar,
#pub, #cs, #logo, #sidebar,
#photos, #contactinfo, #Copyright,
#main h1, #printButton {
	display: none;	
}
h2{
	color: black;
}
#main {
	left: 30px;
	top: 30px;
	font-size: 1em;
}
#form {
	border: 1px solid black;
	text-align: center;
	width: 670px;
	padding: 10px 20px 10px 20px;
	margin: 15px 5px 15px 5px;
	font-weight: bold;
}
#form h5 {
	text-align: center;
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
	vertical-align: text-bottom;	
}
#form p {
	text-align: left;
}
#form table {
	font-size: .8em;
}
#form td {
	padding: 0px 12px;
}
div.pagebody {
	border: none;
}