@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../_images/backgd01.jpg);	
}
hr {
	height: 2px;
	border: none;
	color: #009;
	background-color: #009;
	margin-bottom: 0px;
}

.headertop {
	width: 100%;
	border: 4px solid #009;
	margin-bottom: 20px;
}
.headersub {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.headertitle {
	width: 100%;
	text-align: center;
	font-family: "Copperplate Gothic Bold", Arial, Verdana, sans-serif;
	font-size: 16pt;
	color: solid #009;
}
.mainheadertitle {
	width: 100%;
	text-align: center;
	font-family: "Copperplate Gothic Bold", Arial, Verdana, sans-serif;
	font-size: 24pt;
	color: solid #009;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	margin-top: 4px;
}

.content_area {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 30px;
}




