body {font-family: georgia, times new roman, times, serif; 
	color: black;
	background-color: white;
	font-size: 12pt; 
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	line-height: 140%;
}
h1 {
	font-size: 45pt;
	color: red;
	text-align: center;
	line-height: 28pt;
}
h2 {font-size: 20pt;
	color: black; 
	text-align: center;
	line-height: 28pt;
}
h3 {font-size: 16pt;
	text-align: center;
	color: black; 
	line-height: 22pt;
	
	}
.modulehdr {font-size: 14pt;
	text-align: left;
	color: black; 
	
}
.headercontainer{
	background-color: white;
	width: 100%;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat;
	background-image: url(images/BGgradient.jpg);
}
.headercontent {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
}
.container{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: White
}
.dashedbox{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	background-color: White;
	padding: 20px;
	border: medium dashed Red;
	background: #ededed;
}

.redbox{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	background-color: red;
	padding: 20px;
	color: white;
}

.lightbox{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	background-color: #eeeeee;
	padding: 20px;
}
