body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColElsCtrHdr #container {
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	background-color: #FFF;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.oneColElsCtrHdr #header img {
	margin-top: 40px;
}
.oneColElsCtrHdr #mainContent {
	background-image: url(images/background_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #005FAE;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #D11E2E;
}
#mainContent #intro {
	float: left;
	width: 360px;
}
h1   {
	color: #D11E2E;
	font-size: 1.9em;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 35px;
}
h2   {
	color: #005FAE;
	font-size: 1.4em;
	margin-top: 0px;
}
#mainContent .button {
	background-color: #D11E2E;
	border: 1px solid #FFF;
	font-size: 1.0em;
	color: #FFF;
	padding: 10px;
	text-align: center;
	line-height: 1.5em;
	margin-top: 30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	letter-spacing: 0.1em;
}
#mainContent .button a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 0em;
}
#mainContent #benefits {
	background-color: #FFF;
	border: 1px solid #000;
	width: 325px;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float: right;
	padding-left: 30px;
}
#mainContent #benefits h3 {
	text-align: center;
	color: #27609C;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent #benefits ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainContent #benefits ul li {
	line-height: 1.8em;
	font-size: 0.9em;
}
#mainContent #benefits img {
	margin-top: 20px;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
#mainContent #features {
	padding-top: 40px;
	color: #FFF;
	height: 275px;
	clear: both;
}
#features .levels {
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
}
#features .levels ul {
	padding-left: 25px;
}
#features .levels ul li {
	line-height: 1.6em;
	font-size: 0.9em;
}
#mainContent #list {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.0em;
	color: #FFF;
}
#mainContent #list a {
	color: #FFFF80;
}
.oneColElsCtrHdr #footer {
	background-color: #FFF;
	text-align: center;
	margin-top: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 25px;
} 
.oneColElsCtrHdr #footer p {
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColElsCtrHdr #footer p a {
	font-size: 0.9em;
	color: #005FAE;
	text-decoration: none;
	padding-left: 10px;
}

@media only screen and (max-width: 900px) {
  /* For mobile phones: */
  .oneColElsCtrHdr #container {width: 90%;}
  #mainContent #intro {float: none;	width: 100%;}
  #mainContent .button {font-size: 0.9em; padding: 5px; letter-spacing: 0.1em;}
  #mainContent .button a {font-size: 0.8em;}
  #mainContent #benefits {width: 95%; float: none; margin-left:auto; margin-right:auto; margin-top:50px; padding:10px;}
  #mainContent #features {padding-top: 40px; height: auto;}
  #mainContent #benefits img {max-width: 60%; height:auto; m}
  #features .levels {float: none; width: 80%; margin-left:auto; margin-right:auto; margin-bottom:20px; padding:10px; text-align:center; background-color:#004680;}
  #features .levels ul {padding-left: 0px; list-style-type: none;} 
  #mainContent #list {margin-top: 40px; font-size: 0.9em;}
  
}
