@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 725px;
}

.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #35417D;
	letter-spacing: -0.005em;
	text-align: center;
}
.oneColFixCtrHdr #header {
	text-align: center;
	background-color: #35417D;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

fieldset {
	background-color: #CCFF99;
	border: 2px solid #0066CC;
	margin: 10px;
	padding: 12px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #0066CC;
	padding-left: 4px;
	padding-right: 4px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0px;
}

p {
	font-size: 16px;
	margin-right: 12px;
	margin-left: 12px;
	line-height: 18px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
}

form {
	width: 680px;
	margin-top: 0px;
	padding-top: 0px;
}

form div.required {
	color: #CC0000;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

form div.optional { color: #003333; }

form div label {
	float: left;
	padding-right: 10px;
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-bottom: 6px;
	width: 310px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}

#answergroup fieldset { }

.checkboxlabel {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.instructions {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #3333FF;
	font-weight: normal;
}
.oneColFixCtrHdr  #container  #mainContent #form1 .optional #questiongroup {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#questiongroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
	width: 315px;
	margin: 0px;
	padding-left: 0px;
}
#questiongroup2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
	width: 470px;
	margin: 0px;
}

#answergroup {
	clear: right;
	text-align: right;
	width: 250px;
	padding-right: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 325px;
	vertical-align: top;
}

#answerother {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-left: 200px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 15px;
	text-align: left;
	clear: none;
	float: right;
	width: 350px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColFixCtrHdr #container #mainContent #form1 .required p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #0000CC;
	padding: 0px;
	float: none;
	text-align: left;
	font-weight: normal;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: -4px;
	margin-left: 0px;
	letter-spacing: 0.005em;
}

.oneColFixCtrHdr #container #mainContent #form1 .optional .checkboxlabel label { padding-left: 100px; }
#form1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 17px;
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent #form1 #submit {
	text-align: center;
	padding: 0px;
	float: left;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

