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: 28pt;
	color: black;
	text-align: center;
}
h2 {font-size: 20pt;
	color: black; 
	text-align: center;
}
h3 {font-size: 16pt;
	color: black; 
	text-align: center;
}
.mastcontainer{
	background-color: #04202e;
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/mastBG.jpg);
	background-repeat: repeat;

}
.mastcontent {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
.mastfooter{
	text-align: center;
	width: 100%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/mastfooter.jpg);
	background-repeat: repeat;
}
.container{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-height: 100%;
	min-height: 750px;
	background-color: White;
}
.content{
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: White;
	max-height: 100%;
	min-height: 650px;
	
	}
.headline{
	text-align: center;
	font-size: 28pt;

	
}
.column1 {
	text-align: center;
	background-color: white;
	float: left;
	width: 700px;
	height: 100%;
	vertical-align: top;

}
.column2 {
	text-align: center;
	background-color: white;
	float: left;
	width: 200px;
	height: 100%;
	vertical-align: top;
	font-size: 12pt;
}
.disclaimerContent{
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	background-color: White;
    color:Gray;	
    font-size:smaller;
 }