body{
	background-color: #006699;
	text-align: center;
	width: 98%;
}
a:link    {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
} 
a:hover   {
	color: #FF0000;
} 
a:active  {
	color: #FFFFFF;
} 
div.title{
	top: 5%;
	font-size: 24px;
	font-weight: bold;
	border: thin solid Maroon;
	background-color: White;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
div.contentleft{
	width: 44%;
	border: thin solid Maroon;
	top: 10px;
	position: relative;
	background-position: top;
	padding: 20px;
	padding-top: 200px;
	text-align: justify;
	float: left;
}
div.contentright{
	width: 45%;
	border: thin solid Maroon;
	top: 10px;
	float: right;
	position: relative;
	background-position: top;
	padding: 20px;
	padding-top: 200px;
	text-align: justify;
}
div.contentcenter{
	width: 80%;
	border: thin solid Maroon;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-position: top;
	padding: 20px;
	padding-top: 200px;
	text-align: justify;
}
div.spacer{
	clear: both;
}
div.centerleft{
	width: 45%;
	float: left;
}
div.centerright{
	width: 45%;
	float: right;
}
#noteimg {
	position: absolute;
	z-index: 1;
	border: medium groove #800000;
	background-color: #FFFFFF;
}
