@charset "utf-8";
/* CSS Document */
body {
	font-family: Architect, "Comic Sans MS", Arial, sans-serif;
}
.style3 {
	font-family: Architect, "Comic Sans MS", Arial, sans-serif;
	font-size: 20px;
	color: #33627B;
}
.style5 {
	font-family: Architect, "Comic Sans MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.style8 {
	color: #242423;
	font-size: 22px;
	font-family: Architect, "Comic Sans MS", Arial, sans-serif;
	font-weight: bold;
}
.style10 {
	font-family: Architect, "Comic Sans MS", Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#000000;
	} 
#footerleft {
	float: left;
	width: 48%;
	margin-right: 8px;
}
#footerright {
	float: right;
	width: 48%;
	align: right;
	margin-left: 8px;	
}
