body { 
	margin: 0px; 
	padding: 0px; 
	background-color: #99B1DA;
	}

p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 20px;
	}

h1 { 
	color: #CC0000; 
	font-size: 24px; 
	font-family: georgia, serif; 
	font-style: bold; 
	line-height: 28px; 
	text-align: center; 
	padding-top: 20px; 
	}
	
h2 { 
	color: #333399; 
	font-size: 18px; 
	font-family: georgia, serif; 
	text-align: center; 
	line-height: 22px; 
	}
	
h3 { 
	font-size: 16px; 
	font-family: georgia, serif; 
	font-weight: bolder; 
	text-align: center; 
	}

	
ol { 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 20px; 
	text-align: justify; 
	list-style-type: decimal; 
	margin: 0 40px 0 40px; 
	}
	
ul { 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 18px; 
	text-align: justify; 
	margin: 0 60px 0 10px; 
	}
	
li {
	margin-bottom: 7px;
	}

a { 
	color: #0000FF; 
	text-decoration: underline; 
	font-weight: bold;
	}

#container {
	width: 701px;
	background-color: #ffffff;
	border: 2px solid #000000;
	margin-left:auto; 
	margin-right:auto;
	margin-top: 20px;
	}
	
#banner {
	width:701px; 
	height:250px; 
	margin-left:auto; 
	margin-right:auto;
	}
	
	
/*Content*/

#content { 
	text-align: left; 
	width: 641px; 
	height: auto;
	padding: 0 30px 0 30px;
	}
	
#content a img {
    border: 0;
	}
	
.center {
	text-align: center;
	}	
	
.testimonial {
	width: 485px;
	margin-left:auto; 
	margin-right:auto;
	text-align: left;
	background-color: #ccccff;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	padding: 20px 20px 20px 20px;
	}
	
.gift {
	width: 550px;
	margin: 20px auto 20px auto;
	text-align: left;
	font-size: 14px;
	background-color: #97b0d9;
	border: 2px solid #000000;
	padding: 10px;
	}
	
.gift_title {
	font-size: 16px;
	font-weight: bold;
	}
	
.bluetxt { 
	color: #333399; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
.sectionhd {
	color: #172D5A; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
	
.bold { 
	color: #434343;
	font-size: 16px;
	font-weight: bold;
	}
	
.tablegreen {
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	border-top: 4px solid #A1D161;
	border-right: 1px solid #A1D161;
	border-bottom: 1px solid #A1D161;
	border-left: 1px solid #A1D161;
	font-size: 11px;
	color: #192F5C;
}

.boxtitle {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: #D21C2A;
}

.benefitstable {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	padding: 10px 40px;
	font-family: arial, helvetica, sans-serif;
	line-height: 26px;
	}

.benefitstable ul li {
	margin-bottom: 10px;
	line-height: 50px;
	}
	
.redcenter {
	font-size: 18px;
	text-align: center;
	color: #CC0000;
	}
	
.red{
	font-size: 18px;
	color: #CC0000;
	}
	
.blackctrbld {
	font-size: 18px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	}
	
.legal {
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	}
	
	
	
	
/*FOOTER*/

#footer {
	background-color: #ffffff; 
	width: 701px; 
	height: auto; 
	margin-left:auto; 
	margin-right:auto; 
	padding-top: 5px; 
	padding-bottom: 5px;
	}
