BODY {
	background-image:url(../images/bodyPattern.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#34506e;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}
BODY, TD, P {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.mainTable {
	border-left:1px solid #e7d036;
	border-right:1px solid #e7d036;
}
.header {
	background-image:url(../images/headerPattern.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.heardFromYou {
	text-align:right;
	vertical-align:top;
	padding-top:16px;
}

.content {
	background-image:url(../images/contentPattern.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#4f6881;
}
.homeLeftContent {
	 width:260px;
	 border-right:1px solid #e7d036;
	 vertical-align:top;
	 padding-top:27px;
	 text-align:center;
}
.homeRightText {padding:15px 25px 10px 15px;}
.emailTextFiled {
	height:28px;
	border:1px solid #FFFFFF;
	font-size:16px;
	font-weight:bold;
	width:144px;
	vertical-align:bottom;
}
.footer {
	background-image:url(../images/footerPattern.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#4d6680;
	font-size:9px;
	text-align:right;
	vertical-align:top;
	height:28px;
}
.textField {
	width: 200px;
	height: 12px;
	font: 11px tahoma, arial, sans-serif;
}
.selectField {
	width: 206px;
	height: 18px;
	font: 11px tahoma, arial, sans-serif;
}
.commentField {
	width: 200px;
	font: 11px tahoma, arial, sans-serif;
}
.fieldContainer {
	position: absolute;
	float: right;
	text-align: right;
}
.cellLeft, .cellRight{
	float: left;
	height: 20px;
}
.cellRight {
	width: 200px;
}
.cellLeft {
	width: 80px;
