body {
	color: #333;
	background-color: #ffffff;
	padding: 0;
	margin: 1em;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .75em;
	text-align: center;
}
h1  {
	color: #CC0000;
	font-size: 24px;
	font-weight: bold;
}
h2  {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align:center
}
ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}
ul li {
	min-height:40px;
	line-height:25px;
	background: transparent url("../images/Checkmark3.png") no-repeat;
	padding-left: 45px;
}
p {
	color: #000000;
	font-size: 14px;
	padding-left:1em;
}
.body_text {
	font-size: 16px;
}
.headlines {
	text-align:center !IMPORTANT;
}
.bullets
{
	margin-top: 9px;
}
div#container {
	width: 780px;
	min-height:640px;
	text-align: left;
//	border:thin #90C solid;
	clear:both;
	}
div#content-left {
	width: 490px;
	padding: 5px 0;
	float:left;
}
div#content-right {
	width: 290px;
	padding: 4px 0;
	float:right;
}
div#footer {
	width: 700px;
	margin: 0 auto;
}
div.content {
	color: inherit;
	background-color: #fff;
	border: 3px solid #000000;
}
div.content-in {
	padding: 20px;
}
.emailForm {
	text-align:	center;
}
.privacyNotice {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-style:italic;
	margin-top:.5em;
}
.submit {
	font-weight:bold;
	margin-top: 1em;
	background-color:#F00;
	border:thin #000 solid;
}
