body {
	margin: 0px;
	background-color: #FFFFCC;
	font-family: Trebuchet MS;
	color: #000;
	background-image: url(../img/shadow.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.header {
	background-color: #025066;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.headerimage {
	background-image: url(../img/header.jpg);
	width: 1000px;
	height: 200px;
	text-align: right;
}
.headertext {
	background-color: #025066;
	float: right;
	width: 800px;
	height: 200px;
}
.flashcontainer {
	background-color: #FFFFCC;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 400px;
}
.htmlfooter {
	margin-left: auto;
	margin-right: auto;
	font-family: Trebuchet MS;
	font-size: 10px;
	width: 1000px;
	text-align: center;
	position: relative;
	top: 10px;
}
.smallshadow {
	width: 1000px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/smallshadw.jpg);
	background-repeat: repeat-x;
	text-align: right;
}
.activities {
	padding-left: 5px;
	padding-right: 5px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}