body 
{ background-color: #C6D8E3
}

.header {
	font-family: "Copperplate Gothic Light";
	font-size: 20px;
}
.header a:link{
	font-family: "Copperplate Gothic Light";
	font-size: 20px;
	text-decoration: none;
}
.header a:active{
	font-family: "Copperplate Gothic Light";
	font-size: 20px;
	text-decoration: none;
}
.header a:hover{
	font-family: "Copperplate Gothic Light";
	font-size: 20px;
	text-decoration: underline;
}
.header a:visited{
	font-family: "Copperplate Gothic Light";
	font-size: 20px;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;

}
.footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
}
.footer a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
}
.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: underline;
}
.footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
}
.background {
	background-color: #FFFFFF;
}
.backgroundwhite {
	background-color: #FFFFFF;
}
.blurb {
	font-family: "Times New Roman", Times, serif;
	color: CC9933;
	font-weight: bolder;
	font-size: 17px;
	font-style: italic;

}

.contactinfo {
	font-family: "Lucida Fax";
	color: #333333;
	font-size: 13px;
}
