body {
	background-color: #dde2cf;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 18px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 18px;
}
.HomeBody p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 18px;
}	
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003066;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #003066;
	text-decoration: none;
	list-style-type: square;
}
.bullett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: 4D5A12;
	text-decoration: none;
	line-height: 18px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #566C0E;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #003066;
	text-decoration: none;
}
.footer {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
.footer a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-decoration: underline;
}
.datatable {

}
.datatable td.button{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#FormBox {
	position: absolute;
	width: 587px;
	height: auto;
	left: 198px;
	top: 610px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #969696;
	font-weight: bold;
	vertical-align: text-top;
	text-align: left;
}
input.formInputText   {
	font-size: 1em;
	color: #818284;
	background-color: #FFFFFF;
	padding: 2px;
	border: solid 1px #999999;
	margin-right: 5px;
	margin-bottom: 5px;
	}
	
input.formInputText:hover {
	background-color: #CCCCCC;
	border: solid 1px #999999;
	color: #333333;
	}
	
input.formInputText:focus {
	color: #333333;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	}

textarea.formInputText   {
	font-size: 1em;
	color: #333333;
	background-color: #FFFFFF;
	/*padding: 2px;*/
	border: solid 1px #999999;
	margin-bottom: 5px;
	height: 100px;
	}
	
textarea.formInputText:hover {
	background-color: #CCCCCC;
	border: solid 1px #999999;
	color: #333333;
	}
	
textarea.formInputText:focus {
	color: #333333;
	background-color: #FFFFFF;
	border: solid 1px #999999;
	}
.datatable p, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #003066;
	text-decoration: none;
	list-style-type: square;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #003066;
	text-decoration: none;
	list-style-type: square;
}

.datatable p.errors {
	color: red;
}

/* Fix Firefox */
#ui-datepicker-div {
	display: none;
}

#FirstName, #LastName {
	width: 212px;
}

#City {
	width: 150px;
}

#Address {
	width: 475px;
}

#Phone, #Email {
	width: 200px;
}

#ZipCode {
	width: 90px;
}