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%;
}
h1 {
	font-size: 24pt;
	color: red;
	text-align: center;
	line-height: 120%;
}
h2 {font-size: 14pt;
	color: black; 
	text-align: left;
}
h3 {font-size: 18pt;
	color: black; 
		text-align: left;
}
.headercontainer{
	background-color: #0072cf;
	width: 100%;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20pt;
	color: white;
}
.headercontent {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding: 10px;
	font-size: 24pt;
	color: white;
}
.container{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	background-color: White;
}
.content{
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: White;
	max-height: 100%;
	min-height: 100%;
	
}
.column1 {
	text-align: center;
	background-color: white;
	width: 700px;
	vertical-align: top;

}
.column2 {
	text-align: left;
	background-color: white;
	float: left;
	width: 310px;
	height: 100%
	margin-right: 20px;
	vertical-align: top;
	font-size: 11pt; 
}
.column3 {
	text-align: center;
	background-color: white;
	float: left;
	width: 370px;
	height: 100%;
	font-size: 9pt;
	vertical-align: top;
}
.optintext {
	text-align: left;
	font-size: 9pt;
	line-height: 15pt;
}

.footerimage{
	text-align: center;
	color: blue;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 50px;
	max-height: 100%;
	min-height: 40px;
	font-size: 10pt;
	
}

.footercontainer{
	text-align: center;
	color: blue;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100px;
	max-height: 100%;
	min-height: 50px;
}
.footercontent{
	text-align: center;
	color: blue;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	max-height: 100%;
	min-height: 50px;
	font-size: 10pt;
	
}
