#frame {
	text-align: center;
}
#pageheader {
	width: 800px;
	height: 100px;
	font-size: 48px;
	color: #003399;
	font-weight: bold;
}
.pagetitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #CC3300;
	font-weight: normal;
}
body {
	background-attachment: scroll;
	background-image: url(background.jpg);
	background-repeat: repeat;
}

#pagebody {
	width: 800px;
	text-align: left;
	padding-top: 15px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}
