#content h1 {
	font: 34px/40px "Century Gothic", Myriad, Futura, "Arial Narrow", Tahoma, Times, "Times New Roman", sans-serif;
	color: #292929;
	text-decoration: none;
	margin-bottom: 7px;
	padding-top: 40px;
}
#content h2 {
	font: 17px/22px "Century Gothic", Myriad, Futura, "Arial Narrow", Tahoma, Times, "Times New Roman", sans-serif;
	color: #333;
	margin-bottom: 2px;
	border-bottom: 1px solid #000;
}
#content h3 {
	font: 18px/22px Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	letter-spacing: 0.15em;
	color: #292929;
	border-bottom: 2px double #c0c2c8;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
#content p {
	font: 15px/25px Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #333;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content strong {
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
}

#submitForm table {
	margin-bottom: 60px;
}
#submitForm th {
	vertical-align: top;
	text-align: left;
	width: 220px;
	border-bottom: 1px solid #ccc;
}
#submitForm td {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ccc;
	width: 500px;
}
#submitForm input.text, #submitForm input[type="text"], #submitForm textarea, #submitForm select {
	padding: 4px;
	border: 1px solid #000;
	width: 350px;
}

#feedbackForm table {
	margin-bottom: 60px;
}
#feedbackForm th {
	vertical-align: top;
	text-align: left;
	width: 150px;
	border-bottom: 1px solid #ccc;
}
#feedbackForm td {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ccc;
	width: 250px;
}
#feedbackForm input.text, #feedbackForm input[type="text"], #feedbackForm textarea, #feedbackForm select {
	padding: 4px;
	border: 1px solid #000;
	width: 250px;
}

#Submit {
	height: 30px;
	width: 120px;
	border: 1px solid #000;
	cursor: pointer;
}
#Submit:hover {
	background: #874819;
	color: #fff;
}
	#content .alert {
		padding-top: 30px;
		color: red;
		font-size: 20px;
		font-weight: bold;
	}
	.asterisk {
		color: red;
		
	}
