body {font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	color: black;
	background-color: white;
	font-size: 12pt; 
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 24pt;
	color: red;
	text-align: center;
	line-height: 120%;
}
h2 {font-size: 18pt;
	color: black; 
	text-align: center;
	line-height: 20pt;
}
h3 {font-size: 18pt;
	color: black; 
		text-align: left;
}

.headercontainer{
	width: 100%;
	height: 75px;
	margin-left: auto;
	margin-right: auto;

	background-image: url(images/BGgradient.jpg);
	background-repeat: repeat;
	text-align: center;
}
.headercontent {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	color: #00aeef;
	font-size: 24pt;
	padding: 10px;
	}
