body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #98B7CC;
	background-image: url(/images/bodybackground.gif);
	background-repeat: repeat;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainContainer {
	background-image: url(/images/contentbackground.jpg);
	width:768px;
	/*height:800px;*/
	

}
.footertext {
	font-size: 10px;
	}
a.footertext:link {color: #FFFFFF; text-decoration: none; }
a.footertext:visited {color: #FFFFFF; text-decoration: none; }
a.footertext:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footertext:active {color: #FFFFFF; }
