body {font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif; 
	color: black;
	background-color: white;
	font-size: 11pt; 
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	background-image:url(images/BodyBG.png);
	background-repeat:repeat-x;
}
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;
}
.container {
	width: 100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	
	}
	
.content{
	width: 930px;
	height: 800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/MainBG.png);
	background-repeat: no-repeat;
	text-align: center;
	
	}
	
.leftcolumn {
	width: 600px;
	height: 100%;
	padding-top:20px;
	margin-left:auto;
	margin-right:30px;
	text-align:left;
	float: left;
	
	}
	
.rightcolumn {
	width: 300px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	float: left;
	padding-top: 360px;
	font-size: 10.5pt;
}

.subheader {font-size: 11pt;
	color: white; 
	font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
	text-align: left;
	font-weight: bold;
}

	
.headline {font-size: 25pt;
	color: white; 
	font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
	text-align: left;
	line-height: 120%;
	font-weight: bold;
}

	
.bullethdr {font-size: 13pt;
	color: green; 
	text-align: left;
	font-weight: bold;
}
.disclaimer {font-size: 8pt;
	text-align: center;
	
}


.box {
	font-size: 12pt;
	padding: 10px;
	width: 480px;
	height: 50px;
	font-family: georgia, times new roman, times, serif;
	text-align: left;
	border: thin dashed Red;
	background-color: #ededed;
}