*
{
	margin:0px;
	padding:0px;
}
span.cloaked
{
	display:block;
	height:0px;
	width:0px;
	overflow:hidden;
}
body
{
	background-color:#002200;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
#container
{
	position:static;
	margin-left:auto;
	margin-right:auto;
	height:600px;
	width:800px;
}
#header
{
	float:left;
	height:110px;
	width:800px;
	background-image:url(headerLogo.png);
	background-repeat:no-repeat;
}
#dataLeft
{
	float:left;
	background-color:#FFFFFF;
	width:10%;
	height:400px;
	top:100px;
	left:0px;
}
#dataCenter
{
	float:left;
	background-color:#FFFFFF;
	width:80%;
	height:400px;
	top:100px;
	left:100px;
}
#dataRight
{
	float:left;
	background-color:#FFFFFF;
	width:10%;
	height:400px;
	top:100px;
	left:700px;
}
#footer
{
	float:left;
	width:800px;
	height:100px;
	background-image:url(footerBackground.png);
	background-repeat:no-repeat;
	top:500px;
	left:0px;
}
#greeting
{
	text-align:center;
	color:#000000;
	padding:5px;
}
span.highlight
{
	color:Green;
	font-weight:bold;
}
span.th
{
	font-size:small;
}
span.enlarge
{
	font-size:x-large;
	font-weight:bolder;
}
