body {
	/* background-color: #82CAFF; */
	background-color: #82CAFA;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #111111;
	text-decoration: none;
}
.pagehead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
}

#footer {
	background-attachment: scroll;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
	text-decoration: none;
}
#quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #111111;
	font-weight: normal;
	text-decoration: none;
	float: right;
	width: 220px;
	height: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 8px;
	margin-bottom: 8px;
	margin-left: 25px;
}
.formfield {
	font-size: 12px;
}
.smalltext {
	font-size: 11px;
}
.formbtn {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2C6279;
}

