body {font-family: tahoma, trebuchet ms, verdana, sans-serif; 
	color: black;
	background-color: #ff5113;
	font-size: 12pt; 
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 24pt;
	color: #0072cf; 
	text-align: center;
}
h2 {font-size: 18pt;
	color: #0072cf; 
	text-align: center;
}
h3 {font-size: 14pt;
	color: #0072cf; 
		text-align: center;
}


.header {
	text-align: center;
	height: 250px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/HeaderBGfade.png);
	background-repeat: repeat-x;
		background-color: white;
}

.headercontent {
	text-align: center;
	height: 250px;
	width: 900px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/HeaderBG.png);
	background-repeat: no-repeat;
		background-color: white;
}

.bodycopy {
	text-align: center;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.bodycopycontent {
	text-align: left;
	height: 100%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.headline {
	font-size: 24pt;
	padding-top: 60px;
	color: white;
	text-align: center;
}


.optin{
	text-align: left;
	height: 380px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/OptinBoxBG.png);
	background-repeat: no-repeat;
}

.optincontent{
	text-align: center;
	font-size: 10.5pt;
	color: white;
	height: 360px;
	width: 260px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;

}

.footer {
	text-align: center;
	height: 100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/FooterBG.png);
	background-repeat: repeat;
	background-color: white;
}

.footercontent {
	text-align: center;
	height: 100px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/FooterContentBG.png);
	font-size: 10pt;
	color: #0072cf;

}
.bulletbox {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
}
.testimonal {
	border: medium solid #003366;
	background-color: #EFEFEF;
}
.dashedred {
	border: thick dashed #FF0000;
}
