html
{
  height: 100%;
}
body {
	background-color: #ccc;
	margin: auto, 0;
	padding: 0;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;

}
a: {
	text-decoration: none;
	color: 	#528BC4;
}
a:link {
	text-decoration: none;
	color: 	#528BC4;
}
a:active {
	text-decoration: none;
	color: 	#528BC4;
}

a:visited {  
	color: 	#528BC4;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}

div.container {
	background-color: #fff;
	align: center;
	width: 776px;
	height: 100%

}
table.container-inner {
	width: 776px;
	padding: 0px;
	height: 100%

}
td.nav-area {
	width: 220;
	padding: 0px;
	padding-top: 85px;
	vertical-align: top;
	height: 100%;
	background-color: #528bc4;
	background-image: url("../images/nav_bg.jpg");
	background-repeat: repeat-x;



}
td.body-area {
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 15px;
	padding-top: 30px;
}
div.disclaimer {
	padding-top: 10;
	margin: 5;
	margin-top: 20;
	margin-bottom: 20;
	width: 500;
	height: 35;
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
	background-image: url("../images/disclaimer_bg.gif");
	background-repeat: no-repeat;
}
div.box-benefits {
	padding-top: 10;
	margin: 5;
	margin-top: 20;
	margin-bottom: 20;
	width: 195;
	height: 200;
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	background-image: url("../images/box_benefits_bg.jpg");
	background-repeat: no-repeat;
}
.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  background-color: red;
  color: white;
} 
table.header {
	width: 776px;
	align: center;
	background-image: url("../images/header_bg.gif");
	background-repeat: no-repeat; 
	padding: 0px;
}
td.header {
	cellpadding: 0;
}


.nav {
	font-variant : normal;
	letter-spacing : 15px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: 	#000000;
}

.small_bold {
	font-weight : bold;
	font-variant : normal;
	letter-spacing : 0px;
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
div.footer {
	margin-top: 40;
	margin-bottom: 20;
	font-weight : normal;
	font-variant : normal;
	color: gray; 
	font : 9pt Century Gothic, Arial, Helvetica, sans-serif;
}
.copyright {
	font-weight : normal;
	font-variant : normal;
	color: gray; 
	font : 7pt Century Gothic, Arial, Helvetica, sans-serif;
}

.bringfront {
	z-index : 999;
}