body {
	font-family: tahoma, trebuchet ms, verdana, sans-serif;
	color: #666;
	font-size: 10.5pt;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
}
h1 {
	font-size: 24pt;
	font-family: arial, helvetica, sans-serif;
	color: #000; 
	text-align: center;
}
h1 span{
	font-size: 24pt;
	font-family: arial, helvetica, sans-serif;
	color: red; 
}
h2 {font-size: 16pt;
	color: #cc0000; 
	text-align: center;
}
h3 {font-size: 14pt;
	color: black; 
		text-align: left;
}
.header {
	text-align: center;
	height: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

.headercontent {
	text-align: center;
	height: 40px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background-image: url(images/HeaderBG.png);
	background-repeat: no-repeat;

}
.bodycopy {
	text-align: center;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.bodycopycontent {
	text-align: left;
	height: 100%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background-image: url(images/ContentBG.png);
	background-repeat: repeat;
}


.headline {
	text-align: center;
	font-size: 18pt;
	color: black; 
}


.footer {
	text-align: center;
	height: 50px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

.footercontent {
	text-align: center;
	height: 50px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background-image: url(images/FooterBG.png);
	background-repeat: no-repeat;