@media print {

@page { 
	size: 8.5in 11in; 
	margin: 1cm !important;		
	transform: scale(1.0); 
}
header, .nav, #modals, #maincontent, .HLbox, footer, .formbuttonleft, .formbuttonright, #loginbutton, .removetext {
	display: none !important;
}
html, body, #formcontent, #maincontent {
	background: transparent !important;
	color: #000000 !important;
}
.printme {
	color: #000000 !important;
}
#intro {
	height: 680px;
	page-break-after: always;
}
#intro .bodycopy, #intro h3, #intro h1 {
	font-size: 18px;
}
#intro h2 {
	font-size: 36px;
}
.surroundDiv {
	page-break-before: auto;
	page-break-after: avoid;
	padding-bottom: 60px;
}
#formcontent input[type=radio] + label {
	display: none;
}
#formcontent input[type=radio]:checked + label:after{
	content: url("images/RadioButtonchkd.png") no-repeat;
	display: block;
}
#formcontent .spacebefore {
	padding-top: 10px;
}
#formcontent .spaceafter {
	margin-bottom: 10px;
}
#formcontent .stringfw *, #formcontent .stringhwl *, #formcontent .stringhwr *, #formcontent .string23l *, #formcontent .string13r *, #formcontent .ddmenu *, #formcontent .radiobhl *, #formcontent .radiobfw *, #formcontent .stepslider *, #formcontent .radiobxx *, #formcontent .instructions, #formcontent .sidebarCaption * {
	color: #000000;
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
}
#formcontent .stringfw input,  #formcontent .stringhwl input, #formcontent .stringhwr input, #formcontent .string23l input, #formcontent .string13r input, #formcontent .radiobhl input, #formcontent .radiobfw input, #formcontent .stepslider input, #formcontent .radiobxx input {
	color: #000000;
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
}
#formcontent .stepslider {
	position: relative;
}
#formcontent .slidertext {
	position: absolute;
	top: 0 !important;
	left: 50% !important;
}
#formcontent h2.formHead {
	color: #000000;
	font: arial, helvetica;
	font-size: 32px;
	font-weight: normal;
	line-height: 100%;
}
#formcontent h3.formSubHead {
	color: #000000;
	font: arial, helvetica;
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
}
#formcontent .sidebarCaption, #formcontent .formsubhead {
	color: #000000;
	font: arial, helvetica;
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
}
#formcontent .variableSize {
	max-width: 40px;
	height: 40px;
}
}