#leftImage {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	width: 200px;
	float: left;
}

/* Format Form Conatainer */
#form {
	font-size: 0.9em;
	color: #000000;
	font-weight: normal;
	width: 400px;
}
/*formats the content area*/
#contact {
	font-size: 1.0em;
	font-weight: bold;
	color: #0000FF;
	width: 350px;
	margin-left: 200px;
	position: relative;
	margin-top: 0px;
}
/*heading 1 for the contact div*/
#contact h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
/*heading 2 for the contact div*/
#contact h2 {
	font-size: .9em;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}

/* required field note */
.bottomNote {
	font-size: .9em;
	font-weight: bold;
	color: #0000FF;
	clear: left;
	text-align: center;
	padding-bottom: 5px;
}

/* small blue notes & instructions */
.note {
	font-size: 0.8em;
	color: #0033FF;
}

/* Sets longer questions to align left */
.longText {
	float: left;
	clear: left;
}
/*formats the labels column*/
.formLeft {
	text-align: right;
	float: left;
	margin-right: 5px;
	line-height: 1.9em;

}
/*formats the textfields column*/
.formRight {
	text-align: left;
	float: left;
	position: relative;
	line-height: 1.9em;

}
/*formats a no break area*/
.formsolid {
	float: left;
}
/*form button container*/
.formButtons {
	padding-top: 10px;
	float: left;
}
/*formats a fieldset*/
.fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #0066FF;
	padding-bottom: 5px;

}
/*formats the legend of the ieldset*/
.legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #0066FF;
	text-transform: capitalize;
	font-variant: small-caps;
	padding: 2px;
}
/*formas the form buttons*/
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #0000FF;
	background-color: #CCCCCC;
	border: 1px double #999999;
	cursor: hand;
}
/*formats the textfields*/
.textfield {
	color: #0000FF;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
/*formats the map container*/
#map {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: #0000FF;
}
/*formats the text at the bottom of the content area*/
#bottom {
	color: #000000;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
/*formats a textarea*/
.textarea {
	color: #0000FF;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 200px;
	height: 100px;
}