@charset "utf-8";
/* Main Layout Styles */

body {
	margin-top:0px;
	background: #ffffff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
#MainFrame {
	width:725px;
	margin-right:auto;
	margin-left:auto;
}
#Header {
	width:725px;
	height:92px;
}
#NavBlock {
	width:725px;
	height:52px;
	padding:0px;
	margin:0px;
	background-color:#151515;
	text-align:left;
}
#Banner {
	width:725px;
	height:50px;
}
#Splash {
	width:725px;
	height:255px;
}
#SubNav {
	width:725px;
	height:25px;
	background-image: url(images/SubNavBG.png);
	background-repeat: no-repeat;	
}
#ContentBlock {
	width:723px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#FooterHP {
	width:725px;
	height:60px;
	background-image:url(images/HomeBenefitGroup-FooterBG.png);
	background-repeat:no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#Footer {
	width:725px;
	height:95px;
	background-image:url(images/Foot-BigBG.png);
	background-repeat:no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/* Content Table Styles */
#ContentBlock table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0px;
}
#ContentBlock th {
	background-color: #222c2e;
	text-align:left;
}
#ContentBlock td {
	background-color: #ffffff;
	vertical-align:top;
}
.CellRightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#ContentBlock sup {
	font-size:8px;
	line-height:0; 
}

