body {
	background-color: #333333;
	color: #ffff00;
	font-family: Arial;
	}
a:link {
	color: #999999;
	}
a:visited {
	color: #999999;
	}
a:hover {
	color: #ffff00;
	}
div.spacer {
	width: 1000px;
	height: 5px;
	background-color: #333333;
	clear: both;
	}
div.pagetext {
	background-color: #000000;
	font-size: small;
	text-align: justify;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
span.pagetextheading {
	font-size: large;
	font-weight: bold;
	}
div.content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1000px;
	height: auto;
	border-style: solid;
	border: 2px;
	}
div.logo {
	background-image: url(images/logo_final_2011_200_200.jpg);
	position: float;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	}
div.header {
	background-image: url(images/header_2.jpg);
	position: absolute;
	top: 0px;
	left: 205px;
	width: 795px;
	height: 200px;
	}
div.links {
	background: black;
	position: relative;
	width: 1000px;
	height: 25px;
	}
div.pagecontent {
	position: relative;
	width: 1000px;
	height: auto;
	}
div.footerlinks {
	background: black;
	position: relative;
	width: 1000px;
	text-align: center;
	}
div.footerinfo {
	background: black;
	position: relative;
	width: 1000px;	
	text-align: center;
	font-size: 10px;
	}
	

