@charset "UTF-8";
#mainCol {
	padding-right: 100px;
}
#mainCol form label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3E5894;
	font-size: 12px;
	line-height: 12px;
}
#mainCol form textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 14px;
	width: 300px;
	border: 1px solid #3E5894;
}
#mainCol form .formfield {
	width: 300px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	border: 1px solid #3E5894;
}
#mainCol form .formbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #3E5894;
	font-size: 14px;
}
#mainCol h4 {
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	margin: 40px 0 9px 0;
}
#mainCol table.formTable {
	position: relative;
	left: 100px;
	margin-left: 0px;
	margin-right: 0px;
}
#mainCol th, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}
#mainCol #testimonialBox {
	margin-left: auto;
	margin-right: auto;
}
#mainCol #testimonialBox a {
	font-weight: bold;
}
#mainCol #testimonialBox a:link {
	color: #3E5894;
}
#mainCol #testimonialBox a:visited {
	color: #3E5894;
}
#mainCol #testimonialBox a:hover {
	color: #F60;
}
#mainCol #testimonialBox a:active {
	color: #900;
}
.joyceAddress {
	font-weight: bold;
	color: #000;
}
.hidden {
	display: none;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #900;
	display: none;
}
#mainCol .requiredHead{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #900;
	font-style: italic;
}
#badEmail {
	color: #C60;
	display: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#overLimit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #C60;
	display: none;
}

