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: #2d2c2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #container {
	width: 675px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/questionaireBackground.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 50px;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
}
.labelStyle {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
form {
	font-size: small;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.style1 {text-align: right}
.oneColFixCtr #container #mainContent #questionaire #submitButton {
	width: 271px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topContent {
	height: 235px;
	width: 645px;
}

.email {
	font-size: 12px;
	font-weight: bold;
	color: #03C;
}
#contactBox {
	background-color: #FFC;
	height: 68px;
	width: 290px;
	margin-left: 175px;
	border: thin solid #666;
	margin-top: 20px;
}
.contactUsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bolder;
	color: #000;
}

#contactBoxData {
	padding-top: 8px;
	padding-left: 25px;
}
a:link {
	color: #000;
}
a:hover {
	color: #900;
}

