body {
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#003366;
	margin:0px;
	padding:0px;
	min-width:770px;
	font-size:70%;
}
table {
	font-size:100%;
}
.pageWidth {
	text-align:left;

}

.contentWidthNoLimit {
	text-align:left;
}

.contentFloat {
	width:100%;
	overflow:hidden;
	font-size:110%;
}

form {
	margin:0px;
	padding:0px;
}
@media screen {
* html .ieWidthFix1 {
	border-left:500px solid #fff; 
	position:relative; 
	float:left; 
	z-index:1;
}
* html .ieWidthFix2 {
	margin-left:-500px; 
	position:relative; 
	float:left; 
	z-index:2; 
	text-align:left;
}
}
@media print {
* html .ieWidthFix1 {
	border-left:0px solid #fff; 
	position:relative; 
	float:none; 
	z-index:1;
}
* html .ieWidthFix2 {
	margin-left:0px; 
	position:relative; 
	float:none; 
	z-index:2; 
	text-align:left;
}
}
.pageBody {
	position:relative;
	width:100%;
}
.pageBody div.hr {
	height: 1px;
	background: url(home_horizontal_divider.gif) repeat scroll center;
	margin-left:0px;
	margin-top:4px;
	margin-bottom:5px;
}
.pageContent3Column div.hr {
	margin-bottom:13px;
}

.pageBody div.hrBlue {
	height: 1px;
	background: #71BDD4;
	margin-left:0px;
	margin-top:4px;
	margin-bottom:3px;
}
.pageBody div.hr hr {
	display: none;
}
.pageBody div.hrBlue hr {
	display: none;
}

.pageContent1Column {
	position:relative;
	margin-left:15px;
	margin-right:15px;
}
* html .pageContent1Column {
	width:100%;
}
.pageContent1Column a:visited {
	color:#551A8B;
}
.pageContent2Column {
	position:relative;
	top:0px;
	margin-left:220px;
	margin-right:15px;
	text-align:center;
}

.pageContent2Column .contentWidth {
	text-align:left;
	max-width:750px;
	margin:auto;
	width:expression(Math.min(750,Math.max((document.body.clientWidth/1.5),537)));
}



.pageContent2Column a:visited {
	color:#551A8B;
}
* html .pageContent2Column {
	width:100%;
}
.pageContent2ColumnRight {
	position:relative;
	top:0px;
	margin-left:15px;
	margin-right:221px;
	text-align:center;
}
.pageContent2ColumnRight .contentWidth {
	text-align:left;
	max-width:650px;
	margin:auto;
	width:expression(Math.min(650,Math.max((document.body.clientWidth/1.5),500)));
}
.pageContent2ColumnRight a:visited {
	color:#551A8B;
}
* html .pageContent2ColumnRight {
	width:100%;
	height:485px;

}
.pageContent2ColumnRight ul {
	margin-top:5px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:5px;
	position:relative;
}
.pageContent2ColumnRight li {
	list-style-type: none;
	background: url(li_square.gif) no-repeat 0px 5px;
	display: block; 
	padding-left:10px;
	padding-bottom:0px;
}
.contentWidthLeft {
	text-align:left;
}
.contentWidthLeft .contentWidth{
	margin:0;
}
.pageContent3Column {
	position:relative;
	top:0px;
	margin-left:220px;
	margin-right:221px;
	text-align:center;
}

.pageContent3Column .contentWidth {
	text-align:left;
	max-width:550px;
	margin:auto;
	width:expression(Math.min(550,Math.max(((document.body.clientWidth-325)/1.5),320)));
}


.pageContent3Column a:visited {
	color:#551A8B;
}
.innerContentLeftColumn {
	float:left;
	width:65%;
}
.innerContentRightColumn {
	float:right;
	width:32%;
}
* html .pageContent3Column {
	width:100%;
}
a	{
	color:#CC0000;
	/* cursor defined so that divs will appear as hyperlinks when surrounded by <a> tags */
	cursor:pointer;
}
a.white	{
	color:#797979;
	text-decoration:none;
	font-size:11px;
}
a.blue	{
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}
.lightBlue {
	color:#003366;
	text-decoration:none;
}

h1 {
	font-weight: bold;
	color:#003366;
	font-size:130%;
	margin:0px;
	margin-bottom:5px;
}
.pageIntro h1, .searchIntro h1 {
	color:#CC0000;
	font-size:160%;
}

h3 {
	font-size:110%;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}
h4 {
	font-size:110%;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h3.blue {
	color:#003366;
}
.global {
	position:relative;
	background: #FFFFFF url(global_background2.gif) bottom;
	height:70px;
	color:#CCCCCC;
}

.global_logo {
	position:absolute;
	top:12px;
	left:17px;
}
.global_tabs {
	position:absolute;
/*	top:68px; */
	bottom:0px;
	left:15px;
	height:30px;
	color:#003366;
	font-weight:bold;
}
* html .global_tabs {
	bottom:-1px;
}
.global_tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}
.global_tabs li {
	background: url(global_tab_left.gif) no-repeat left top;
	height:31px;
	float:left;
	margin-right:2px;
	padding:0 0 0 7px;
}
.global_tabs a {
	display:block;
	float:left;
	background:url(global_tab_right.gif) no-repeat right top;
	padding:9px 19px 4px 11px;
	height:31px;
	text-decoration:none;
	color:#003366;
	font-size:12px;
    }
.global_tabs a:hover {
	text-decoration:underline;
}
.global_tabs a.current:hover {
	text-decoration:none;
	cursor:default;
}
.global_tabs .current {
	background-image:url(global_tab_selected_left.gif);
}
.global_tabs .current a {
	background-image:url(global_tab_selected_right.gif);
}
.global_tools {
	position:absolute;
	top:6px;
	right:8px;
	font-size:100%;
	padding-top:5px;
	color:#797979;
}	

.global_tools a{
	font-size:11px;
}	

@media screen {
	.global_search {
		width:110px;
		height:18px;
		margin-left:15px;
		margin-right:5px;
		vertical-align:middle;
		font-size:90%;
	}
	.global_go {
		vertical-align:middle;
		margin:0px;
	}
}
@media print {
	.global_search {
		display:none;
	}
	.global_go {
		display:none;
	}
}
.global_tertiary {
	position:absolute;
	width:24%;
	bottom:7px;
	right:2.5%;

	font-size:11px;
	clear:both;
}
.global_tertiary div.hr {
	height: 1px;
	background: url(global_tertiary_divider2.gif) repeat scroll center;
	margin-top:4px;
	margin-bottom:3px;
}
.global_tertiary div.hr hr {
	display: none;
}

a.largeBullet {
	position:relative;
	background: transparent url(a_large.gif) no-repeat 0px 3px;
	text-decoration:none;
	color:#003366;
	padding-left:8px;
	font-size:100%;
	display:block;
}

a.smallBullet {
	margin:0px;
	padding:0px;
	position:relative;
	display:block;
	text-decoration:none;
	padding-left:8px;
	color:#003366; /*was black */
	padding-top:2px;
	font-size:100%;
	background: url(a_small.gif) no-repeat 0px 6px;

}
.smallBullet {
	margin:0px;
	padding:0px;
	position:relative;
	display:block;
	text-decoration:none;
	padding-left:8px;
	color:#003366; /*was black */
	padding-top:2px;
	font-size:100%;
	background: url(a_small.gif) no-repeat 0px 6px;
}

.smallBullet a {
	text-decoration:none;
	color:#003366;
}
.smallBullet a:hover {
	text-decoration:underline;
	
}
* html a.smallBullet {
	height:9px;
}
a.homeBullet {
	position:static;
	display:block;
	background: url(spacer.gif) no-repeat 0px 0px;
	text-decoration:none;
	padding-left:22px;
	margin-top:0px;
	font-size:110%;
	font-weight:bold;
}
a.bookmarkBullet {
	position:static;
	display:block;
	background: url(a_bookmark.gif) no-repeat 0px 0px;
	text-decoration:none;
	padding-left:22px;
	margin-top:5px;
	font-size:100%;
}
a.printBullet {
	position:static;
	display:block;
	background: url(>>>/a_print.gif) no-repeat 0px 0px;
	text-decoration:none;
	padding-left:22px;
	margin-top:5px;
	font-size:100%;
}
a.smallDownload {
	position:relative;
	display:block;
	background: url(>>>/a_download.gif) no-repeat -1px 4px;
	text-decoration:none;
	padding-left:8px;
	color:#003366; /*was black */
	margin-top:2px;
	font-size:100%;
}
a.download {
	position:relative;
	display:block;
	background: url(>>>/a_download.gif) no-repeat 0px 4px;
	text-decoration:none;
	padding-left:15px;
	color:#003366; /*was black */
	margin-top:2px;
	font-size:100%;
}
a.browse {
	position:relative;
	display:block;
	background: url(a_browse.gif) no-repeat 0px 0px;
	text-decoration:none;
	padding-left:15px;
	padding-bottom:1px;
	color:#003366; /*was black */
	margin-top:2px;
	font-size:100%;
}
a.smallChevron, a.smallChevronRight {
	position:relative;
	background: url(a_chevron.gif) no-repeat left center;
	text-decoration:none;
	padding:0px;
	padding-left:14px;
	color:#CC0000;
	margin-top:0px;
	margin-bottom:0px;
	display:block;
	font-size:100%;
	font-weight:bold;
}
a.smallChevronRight {
	float:right;
}
a.doubleChevron {
	background: transparent url(a_doublechevron.gif) no-repeat right center;
	text-decoration:none;
	color:#CC0000;
	margin:0px;
	padding:0px;
	padding-right:15px;
	font-weight:bold;
	font-size:100%;
	text-align:right;
	clear:both;
	display:table;	
	width:100%;
	margin-left:-15px;
}
a.smallChevronHome {
	position:relative;
	background: url(a_chevron.gif) no-repeat left center;
	text-decoration:none;
	padding:0px;
	padding-left:14px;
	color:#CC0000;
	margin-top:5px;
	margin-bottom:0px;
	display:block;
}
a.endChevron {
	clear:both;
	background: url(a_doublechevron.gif) no-repeat right;
	text-decoration:none;
	color:#003366;
	margin:0px;
	padding:0px;
	padding-right:15px;
	font-weight:bold;
}
a.endChevronCurrent {
	clear:both;
	background: url(a_doublechevron_blue.gif) no-repeat right;
	text-decoration:none;
	color:#003366;
	margin:0px;
	padding:0px;
	padding-right:15px;
	font-weight:bold;
}
a.endChevronOnRed {
	clear:both;
	background: url(a_doublechevron_red.gif) no-repeat bottom right;
	text-decoration:none;
	color:#003366;
	margin:0px;
	padding:0px;
	padding-right:15px;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
.homeIntro {
	font-size:120%;
	color:#cc0000;
	font-weight:bold;
	margin-bottom:10px;
}
.homeIntro h1 {
	font-size:120%;
	color:#003366;
}
select {
	font-size:100%;
	color:#003366;
	background-color:#D2EEF9;
	border:#71BDD4; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	padding:0px;
	margin:0px;
	margin-right:5px;
	width:220px;
}
.homeTopColumn1 {
	color:#003366; /*was black */
	font-size:100%;
	padding:0px;
	width:20.5%;
}
.homeTopColumn1 div.hr {
	margin-bottom:5px;
}
.homeTopColumn2 {
	color:#003366; /*was black */
	font-size:100%;
	padding:0px;
	width:25.5%;
}
.homeTopColumn2 h2 {
	font-size:110%;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:0px;
	color:#003366;
}
.homeTopColumn1 a {
	text-decoration:none;
	color:#CC0000;
}
.homeTopColumn2 a {
	text-decoration:none;
	color:#003366;
}

.homeTopColumn1 a:hover, .homeTopColumn2 a:hover {
	text-decoration:underline;
}
.alignBottom {
	vertical-align:bottom;
}
.promoCell {
	height:70px;
}
.homeTable {
	padding:0px;
	spacing:0px;
	border:none;
	width:100%;
}
.homeTable td {
	padding:0px;
}
.homeTableColumn {
	width:30%;
	background:#ffffff;
	padding:0px;
	border:none;
}
.homeTableOuterColumn {
	width:2%;
	padding:0px;
	border:none;
}
.homeTableInnerColumn {
	width:3%;
	padding:0px;
	border:none;
}

.homeColumns {
	position:relative;
	width:100%;
	background: url(home_column_background.gif);
}
.homeColumnContent a:visited {
	color:#551A8B;
}
.homeColumnsContainer {
	padding-top:15px;
	padding-bottom:15px;
/*	padding:15px;*/
	text-align:center;
}
* html .homeColumnsContainer {
	margin-right:0px;
	width:100%;
}

.homeColumnsBanner {
	position:relative;
	width:100%;
	background: #D2EEF9;
}
.homeColumn {
	top:0px;
	width:100%;
	font-size:100%;
	text-align:left;
}
.homeColumn1, .homeColumn2, .homeColumn3{
	float:left;
	top:0px;
	width:30%;
	font-size:100%;
	margin:0%;
	max-width:300px;
	width:expression(Math.min(300,Math.max((document.body.clientWidth/3-20),240)));
	/*width:expression(document.body.clientWidth > 1000? "300px": this.width );*/
	text-align:left;
}
.homeColumn1 {
	position:absolute;
	top:15px;
	right:67.5%;
}
.homeColumn2 {
	float:none;
	width:32%;
	width:expression(Math.min(300,Math.max((document.body.clientWidth/3-20),240)));
	/*width:expression(document.body.clientWidth > 1000? "300px": this.width );*/
	margin-left:auto;
	margin-right:auto;
}
.homeColumn3 {
	position:absolute;
	top:15px;
	left:67.5%;
}
.homeColumnTitle {
	height:29px;
	padding:0px;
	padding-top:8px;
	padding-left:7px;
}
.homeColumnTitleRetire {
	background: url(home_column_retire_image.gif) right;
}
.homeColumnTitleSave {
	background: url(home_column_save_image.gif) right;
}
.homeColumnTitleInsure {
	background: url(home_column_insure_image.gif) right;
}

* html .homeColumnTitle {
	height:37px;
}
.homeColumnTitle h1 {
	display:inline;
	margin:0px;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	padding-right:18px;
	background: url(a_home_chevron.gif) no-repeat right;
}
.homeColumnIntro {
	font-size:110%;
}
.homeColumnBanner {
	height:73px;
}
.homeColumnContent {
	position:relative;
	background-color:#FFFFFF;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	color:#003366; /*was black */
/*	min-height:210px;*/
}
* html .homeColumnContent {
/*	height:225px;*/
}

.homeColumnContent a {
	font-size:110%;
	text-decoration:none;
	color:#CC0000;
	padding-bottom:5px;
}
.homeColumnContent a.largeBullet {
	text-decoration:underline;
}
.homeColumnContent a:hover {
	text-decoration:underline;
}
.homeColumnIntro a {
	color:#003366;
	font-size:100%;
}
.homeColumnImage {
	position:relative;
	float:left;
	margin-right:5px;
}
.homeColumnContent div.hr {
	height: 1px;
	background:none;
	background-color:#FFFFFF;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
}
.homeColumnContent div.hr hr {
	display: none;
}
.homeColumnContent h2 {
	font-size:100%;
	margin:0px;
	color:#003366;
}
.homeColumnPromo {
	position:relative;
	height:70px;
}

.promoItem {
	position:relative;
	width:100%;
	height:70px;

}
.terms {
	position:relative;
	margin-top:15px;
	font-size:100%;
	color:#003366;
}
.footer {
	border-top:50px solid #ffffff;
	background:#dfdfdf;

	text-align:right;
	font-size:95%;
	color:#767676;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:15px;
	clear:both;
}
.breadcrumbs {
	position:relative;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:15px;
	font-size:100%;
	color:#003366;
}
.breadcrumbs a {
	text-decoration:none;
}
.breadcrumbs a:hover {
	text-decoration:underline;
}
.LHSnavigation {
	float:left;
	top:0px;
	margin-left:15px;
	width:175px;
	font-size:110%;
	display: inline;
}

.LHSnavigation ul {
	margin: 0px;
	padding: 0px;
	position:relative;
}
.LHSnavigation li {
	list-style-type: none;
	background: transparent url(navigation_divider.gif) no-repeat bottom center;
	display: block; 
	padding-top: 6px; 
	padding-bottom: 6px;
	line-height: 110%;
}

.LHSnavigation div.hr {
	margin-bottom:0px;
}
.LHSnavigation li.current {
	font-weight:bold;
}
.LHSnavigation_current {
	position:relative;
	padding:0px;
	margin:0px;
	padding-top:5px;
}
.LHSnavigation_current li {
	list-style-type: none;
	background: none; 
	display: block; 
	padding-top: 0px; 
	padding-bottom: 3px;
	margin-left: 0px;
	font-size:90%;
	color:#003366;
	/* for some reason IE needs this, or else the padding is extreme */
	border:1px solid #FFFFFF;

}
.LHSnavigation_current li.current {
	background: url(li_current.gif) no-repeat 0px 4px;
	padding-left:10px;
	font-weight:bold;
}
.LHSnavigation a {
	text-decoration:none;
	color:#CC0000;
}
.LHSnavigation .current a {
	color:#003366;
}
.LHSnavigation a:hover {
	text-decoration:underline;
}
.LHSnavigation_current a {
	color:#003366;
	padding-left:10px;
	display:block;
	font-weight:normal;
}
.LHSnavigation_current a:hover {
	background: url(li_current.gif) no-repeat 0px 4px;
}
.LHSproductHeading, .LHSmenuHeading {
	font-weight:normal;
	padding-bottom:3px;
	font-size:100%;
}
.LHSproductHeading {
	border-bottom:5px solid #71BDD4;
}
.LHSproductHeading a {
	
}
.LHSmenuHeading {
	border-bottom:5px solid #40668C;
}
.LHSnavigation .endChevron{
	font-size:105%;	
}
.LHSnavigation .endChevronCurrent{
	font-size:105%;	
	color:#003366;
}
.productPromo {
	float:right;
	width:129px;
	height:111px;
	margin-left:10px;
}
.pageContent h1 {
	font-size:120%;
}
.RHSNavigation {
	width:185px;
	margin-right:20px;
	float:right;
	display:inline;
}
.RHSNavigation a:visited {
/*	color:#551A8B;*/
}
.RHSNavigationContainer {
	width:181px;
	background:url(rhs_navigation_background.gif) bottom right;
	margin-bottom:15px;
	position:relative;
}
.RHSNavigationHeader {
	height:15px;
	background:url(rhs_navigation_top.gif) no-repeat;
	padding:6px;
	font-size:100%;
}
* html .RHSNavigationHeader {
	padding-bottom:2px;
}
.RHSNavigationContent {
	padding:10px;
	padding-top:5px;
	font-size:100%;
	padding-bottom:15px;
}
.RHSNavigationContent a.smallBullet, a.download, a.browse {
	position:static;
	color:#003366;
	font-weight:bold;
}

.RHSNavigationContent a:hover {
	text-decoration:underline;
}

.RHSNavigationContent ul {
	margin: 0px;
	margin-top:-7px;
	padding: 0px;
	}
.RHSNavigationContent li {
	list-style-type: none;
	background: transparent url(rhs_navigation_divider.gif) no-repeat top center;
	display: block; 
	padding-top: 6px; 
	margin-bottom: 6px;
	line-height: 110%;
}
.RHSSearchContainer {
	margin-top:35px;
	width:181px;
	background:url(>>>>/search_background.png) bottom right;
	margin-bottom:15px;
	position:relative;
}
.RHSSearchContent {
	padding-left:10px;
	padding-top:5px;
	font-size:100%;
	padding-bottom:15px;
	padding-right:30px;
}
.RHSSearchContent h2 {
	margin:0px;
	font-weight:bold;
	font-size:110%;
	padding-bottom:8px;
}
.divider {
	background-color:#D2EEF9;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
}
.RHSSearchContainer .divider {
	background-color:#FFFFFF;
	height:1px;
	margin-top:5px;
	margin-bottom:2px;
	padding:0px;
}
.searchCriteria {
	position:relative;
	margin-top:-17px; 
	left:20px;
}
.introImage {
	width:74px;
	height:100px;
	position:relative;
	float:right;
}
.banner {
	height:60px;
	padding:0px;
	margin:0px;
}
.spacer {
	position:static;
	padding:0px;
	margin:0px;
	clear:both;
	height:1px;
}

.pageIntro {
	font-size:100%;
	color:#003366;
/*	min-height:30px;*/
}
* html .pageIntro {
/*	height:35px;*/
}
.pageContent3Column h2 {
	
	font-size:110%;
	padding:0px;
	margin:0px;
	margin-bottom:3px;
	color:#003366;
}
.pageContent2Column h2 {

	font-size:110%;
	padding:0px;
	margin:0px;
	margin-bottom:3px;
	color:#003366;
}
.pageContent2ColumnRight h2 {

	font-size:110%;
	padding:0px;
	margin:0px;
	margin-bottom:3px;
	color:#003366;
}
.pageContent3Column h3 {
	font-size:105%;
	padding:0px;
	margin:0px;
	font-weight:normal;
	color:#003366;
}
.pageContent3Column ul {
	margin-top:5px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:5px;
}
.pageContent3Column li {
	list-style-type: none;
	background: transparent url(li_square.gif) no-repeat 0px 5px;
	display: block; 
	padding-left:10px;
	padding-bottom:0px;
}
* html .pageContent3Column li {
	background: transparent url(li_square.gif) no-repeat 0px 8px;
}
.blueBlock {
	padding:5px;
	background-color:#E8F6FC;
	position:relative;
	margin-bottom:5px;

}
.blueBlockWithShadow {
	padding:5px;
	background:#D2EEF9 url(campaign_background.gif) bottom right;
	position:relative;
	margin-bottom:5px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
}
.blueBlockIndent {
	background:#D2EEF9 url(campaign_background.gif) bottom right;
	position:relative;
	height: 181px;
	margin-bottom:5px;
}
.pageIntro ul {
	font-size:100%;
	padding:0px;
	margin:2px;
	margin-top:5px;
}
.pageIntro li {
	position:relative;
	list-style-type: none;
	background: url(li_square.gif) no-repeat 0px 5px;
	padding-left:10px;
	padding-bottom:5px;
}
.blueBlockContent {
	float:right;
}
.blueBlockWithBorder {
	padding:5px;
	background-color:#E8F6FC;
	border:1px solid #B2E3F3;
	position:relative;
	padding-left:10px;
	padding-right:10px;
}
.blueBlockHeader {
	position:relative;
	background-color:#B2E3F3;
	font-weight:bold;
	height:18px;
	padding-left:5px;
	border:0px;
	padding-top:2px;
	margin-bottom:3px;
}
.blueBlockContainer {
	position:relative;
	width:100%;
	padding-left:5px;
	padding-right:5px;
}
.blueBlockLeft {
	padding:0px;
	width:49%;
	position:relative;
	float:left;
	top:0px;
}
.blueBlockRight {
	padding:0px;
	width:49%;
	position:relative;
	float:left;

}
.pageTerms {
	border:none;
	font-size:100%;
	color:#003366;
}
.homeBanner {
	height:89px;
	margin-bottom:15px;
	margin-top:15px;
}
table.standardTable {
	color:#003366;
	font-size:100%;
	border-collapse:collapse;
	width:100%;
}
table.freeWidthTable {
	color:#003366;
	font-size:100%;
	border-collapse:collapse;
}
table.standardTable ul {
	margin-top:5px;
	margin-left:20px;
	padding-left:0px;
	margin-bottom:5px;
}
table.standardTable li {
	list-style-type: none;
	background: transparent url(li_square.gif) no-repeat 0px 5px;
	display: block; 
	padding-left:10px;
	padding-bottom:0px;
}
table.freeWidthTable ul {
	margin-top:5px;
	margin-left:20px;
	padding-left:0px;
	margin-bottom:5px;
}
table.freeWidthTable li {
	list-style-type: none;
	background: transparent url(li_square.gif) no-repeat 0px 5px;
	display: block; 
	padding-left:10px;
	padding-bottom:0px;
}
table.freeWidthTable ul li ul {
	margin-top:0px;
}
table.freeWidthTable ul li ul li {
	list-style-type: none;
	background: transparent url(a_small.gif) no-repeat 0px 5px;
}

* html .pageContentCenter li {
	background: transparent url(li_square.gif) no-repeat 0px 8px;
}
th {
	height:20px;
	background-color:#003366;
	color:#FFFFFF;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	vertical-align:top;
}
td {
	border-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
}
.leftColumn {
	height:20px;
	background-color:#B2E3F3;
	width:33%;
	padding-left:5px;
}
.rightColumn {
	height:20px;
	background-color:#D2EEF9;
	width:67%;
	padding-left:5px;
}
.leftColumn1 {
	height:20px;
	background-color:#B2E3F3;
	width:134px;
	padding-left:5px;
}
.rightColumn1 {
	height:20px;
	background-color:#D2EEF9;
	padding-left:5px;
}
.leftColumnFactSheet {
	height:20px;
	background-color:#B2E3F3;
	width:67%;
	padding-left:5px;
}
.rightColumnFactSheet {
	height:20px;
	background-color:#D2EEF9;
	width:33%;
	padding-left:5px;
	text-align:center;
}
.freeWidthColumnDark {
	height:20px;
	background-color:#B2E3F3;
	padding-left:5px;
}
.freeWidthColumnLight {
	height:20px;
	background-color:#D2EEF9;
	padding-left:5px;
}
.firstColumnLiterature {
	height:20px;
	background-color:#B2E3F3;
	width:30%;
	padding-left:5px;
}
.secondColumnLiterature {
	height:20px;
	background-color:#D2EEF9;
	width:40%;
	padding-left:5px;
}
.thirdColumnLiterature {
	height:20px;
	background-color:#D2EEF9;
	width:15%;
	padding-left:5px;
}
.fourthColumnLiterature {
	height:20px;
	background-color:#D2EEF9;
	width:15%;
	padding-left:5px;
}
.topLink {
	position:static;
	margin:0px;
	display:table;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	font-size:100%;
}
.rightImage {
	float:right;
	top:0px;
	right:0px;
	padding:0px;
	margin:0px;
	padding-left:15px;
	margin-bottom:10px;
}
.leftImage {
	float:left;
	top:0px;
	right:0px;
	padding:0px;
	margin:0px;
	padding-right:15px;
	padding-bottom:10px;
}
.searchResultTitle {
	color:#CC0000;
	font-size:110%;
}
.red {
	color:#CC0000;
}
.searchBar {
	position:relative;
	background:url(>>>/searchbar_background.png);
	height:20px;
	padding:8px;
	font-size:110%;
}
* html .searchBar {
	height:36px;
}
.searchBarJoin {
	position:absolute;
	top:0px;
	left:-20px;
}
.sponsoredLink {
	background-color:#E8F6FC;
	padding:10px;
	padding-top:5px;
	padding-bottom:7px;
	font-size:105%;
	line-height:3ex;
}
.searchIntro {
	font-size:110%;
	color:#003366;
	height:35px;
}
.anchorLinksLeft, .anchorLinksRight, .anchorLinksFarLeft, .anchorLinksFarRight, .anchorLinksMiddle {
	line-height:2.5ex;
}
.anchorLinksMiddle {
	float:left;
	padding-left:10px;
}
.anchorLinksLeft {
	float:left;
	width:50%;
}
.anchorLinksFarLeft {
	float:left;
	width:35%;
}
.anchorLinksFarRight {
	float:left;
	width:30%;
	padding-left:10px;
}
.anchorLinksFarRightWithBorder {
	float:left;
	width:30%;
	padding-left:10px;
	background-image:url(home_vertical_divider.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;	
	padding-bottom:5px;
}
.anchorLinksMiddle {
	float:left;
	padding-left:10px;
	width:30%;
}
.literatureLinksMiddle {
	float:left;
	padding-top:19px;
	padding-left:10px;
	width:30%;
}
.literatureLinksMiddleWithBorder {
	float:left;
	padding-left:10px;
	background-image:url(home_vertical_divider.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;	
	padding-bottom:5px;
	width:30%;
}
.literatureLinksLeft {
	float:left;
	width:50%;
}
.literatureLinksFarLeft {
	float:left;
	width:35%;
}
.literatureLinksFarRight {
	float:left;
	width:30%;
	padding-left:10px;
	background-image:url(home_vertical_divider.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-bottom:5px;
}
.rightLink {
	position:static;
	margin:0px;
	display:table;
	width:100%;
	padding-top:10px;
	padding-bottom:5px;
	text-align:right;
	clear:both;
}
.rightBox {
	float:right;
	top:0px;
	right:0px;
	padding:0px;
	margin:0px;
	margin-left:15px;
	margin-bottom:5px;
	background-color:#E8F6FC;
	width:45%;
}
.leftBox {
	float:left;
	top:0px;
	right:0px;
	padding:0px;
	margin:0px;
	margin-right:15px;
	margin-bottom:5px;
	background-color:#E8F6FC;
	width:45%;
}
.boxHeader {
	background-color:#71BDD4;
	color:#FFFFFF;
	font-weight:bold;
	height:18px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	font-size:110%;
}
* html .boxHeader {
	height:21px;
}
.boxContent {
	position:relative;
	background-color:#E8F6FC;
	font-size:100%;
	padding:5px;
}
.redHeader {
	height:18px;
	background:#CC0000;
	padding-top:3px;
	padding-left:5px;
}
* html .redHeader {
	height:21px;
}
.redHeader h1 {
	display:inline;
	margin:0px;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	padding-right:18px;
	background: url(a_home_chevron.gif) no-repeat right;
}
.redHeader a {
	color:#FFFFFF;
	text-decoration:none;
}
.sitemapSection {
	clear:both;
}
.sitemapSection .endChevron {
	font-size:110%;
}
.sitemapSection .redHeader {
	margin-bottom:10px;
}
.sitemapSectionHeader {
	height:18px;
	background:#CC0000;
	padding-top:3px;
	padding-left:5px;
	margin-bottom:10px;
}
* html .sitemapSectionHeader {
	height:21px;
}
.sitemapSectionHeader h1 {
	display:inline;
	margin:0px;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	padding-right:18px;
	background: url(a_home_chevron.gif) no-repeat right;
}
.sitemapSectionHeader a {
	color:#FFFFFF;
	text-decoration:none;
}
.literatureSection .redHeader {
	margin-bottom:10px;
}
.literatureSection h2 {
	clear:none;
}
.sitemapLeftColumn {
	float:left;
	width:49%;
}
.sitemapRightColumn {
	float:right;
	width:49%;
}
.sitemapIndent {
	margin-left:10px;
}

.redButton {
	position:relative;
	width:180px;
	background:url(button_large_background.gif) bottom;
}
.redButtonTop {
	position:absolute;
	top:0px;
	left:0px;
	width:180px;
	height:3px;
	background:url(button_large_top.gif);
}
.redButtonContent {
	padding:5px;
	color:#ffffff;
	font-weight:bold;
	font-size:120%;
}
.redButtonContent a {
	color:#ffffff;
	text-decoration:none;
}
.redButtonContent a:visited {
	color:#ffffff;
}
.redButtonContent h2 {
	color:#ffffff;
}
.redContainer {
	background-color:#CC0000;
	padding:5px;
	font-size:100%;
	width:164px;
}
.redContainer h2 {
	margin:0px;
	padding:0px;
	font-size:110%;
}
.redContainer a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.redContainer a:visited {
	color:#FFFFFF;
}
/* MODULE CSS */

.moduleContainer {
	background-color:#E8F6FC;
	position:relative;
}
.moduleContainerStatic {
	background-color:#E8F6FC;
	position:static;
}
.moduleContainerHeader {
	/* Used: Customers, Retire */
	background-color:#71BDD4;
	color:#FFFFFF;
	font-weight:bold;
	height:18px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	font-size:110%;
}
* html .moduleContainerHeader {
	height:21px;
}
.moduleContent {
	padding:5px;
	position:static;	
}
.moduleContentExtraPadding {
	/* Used: Insure & Protect, Save & Invest */
	padding:5px;
	position:static;
	padding-left:10px;
	padding-right:10px;
}
.moduleContentWhite {
	background-color:#FFFFFF;
	padding:5px;
	position:static;

	
}
.moduleProduct {
	/* Used: Customer products */
	background-color:#E8F6FC;
	min-height:93px;
	width:49%;
	position:relative;
	padding:0px;
}
* html .moduleProduct {
	height:93px;
}
.module1Header {
	/* Used: Customer products */
	background-color:#B2E3F3;
	font-weight:bold;
	height:18px;
	padding-left:5px;
	border:0px;
	border-left:5px solid #E8F6FC;
	border-right:5px solid #E8F6FC;
	border-top:5px solid #E8F6FC;	
	font-size:110%;
	padding-top:3px;
}
* html .module1Header {
	height:26px;
}
.module1Content {
	/* Used: Customer products */
	font-size:100%;
	position:relative;
	margin-left:60px;
	margin-top:5px;
	display:block;
	padding:5px;
	padding-left:0px;
	padding-top:0px;
}
.module1Thumb {
	/* Used: Customer products */
	position:absolute;
	margin:0px;
	padding:0px;
	top:30px;
	left:5px;
}
.module1Image {
	float:left;	
	height:71px;
}
.module1Button {
	float:right;
	padding-right:10px;
	padding-top:10px;
}
.module1SafariHeight {
	/* Used: Customer products */
	float:left;
	width:0px;
	height:70px;
}
.module5, .module5Right {
	/* Used: Customers */
	background-color:#FFFFFF;
	position:relative;
	min-height:120px;
	width:47%;
	float:left;
}
.module5Right {
	/* Used: Customers */
	float:right;
}
* html .module5, .module5Right {
	height:120px;
}
.module5Content {
	/* Used: Customers */
	font-size:100%;
	color:#003366; /*was black */
	padding:5px;
}
.module5aContainer {
	width:32%;
	float:left;
	margin-right:2%;
}
.module5a {
	background-color:#E8F6FC;
	position:relative;
	padding:5px;
	min-height:150px;
}
* html .module5a {
	height:160px;
}
.module5HeaderLightBlue, .module5HeaderBlue, .module5HeaderRed {
	padding-right:50px;
	position:relative;
	font-weight:bold;
	height:34px;
	padding-left:5px;
	padding-top:3px;
	font-size:110%;
	margin-bottom:5px;
	background-position:right;
	background-repeat:no-repeat;	
}
.module5HeaderLightBlue  {
	background-color:#B2E3F3;
	color:#003366;
}
.module5HeaderBlue  {
	background-color:#003366;
	color:#FFFFFF;
}
.module5HeaderRed  {
	background-color:#CC0000;
	color:#FFFFFF;
}
* html .module5HeaderBlue, * html .module5HeaderLightBlue, * html .module5HeaderRed {
	height:37px;
}

.module2 {
	/* Used: Customers */
	background-color:#E8F6FC;
	padding:0px;
	/*margin-bottom:-5px;*/
}

.module2Header {
	/* Used: Customers */
	background-color:#003366;
	color:#FFFFFF;
	font-weight:bold;
	height:14px;
	font-size:110%;
	padding:4px;
}
* html .module2Header {
	height:22px;
	padding-left:5px;	
}
.module1a {
	background-color:#E8F6FC;
	width:49.5%;
	position:relative;	
}
.module1aHeader {
	position:relative;
	background-color:#B2E3F3;
	font-weight:bold;
	height:18px;
	padding-left:5px;
	border:0px;
	font-size:110%;
	padding-top:3px;
}
* html .module1aHeader {
	height:21px;
}
.module1Tag {
	padding:5px;
	color:#CC0000; /*was black */
	font-size:120%;
	font-weight:bold;
	margin-left:55px;
	min-height:45px;
	padding-right:10px;
}
* html .module1Tag {
	height:55px;
}
.moduleTag {
	float:left;
	padding:5px;
	color:#CC0000; /*was black */
	font-size:120%;
	font-weight:bold;
/*	min-height:45px;*/
	margin-left:10px;
	margin-top:5px;
}
* html .moduleTag {
/*	height:55px;*/
}
.guidesHeader {
	/* Used: Customers */
	background: url(guides_header_background.gif) no-repeat right;
	color:#FFFFFF;
	font-weight:bold;
	height:14px;
	font-size:110%;
	padding:4px;
}
* html .guidesHeader {
	height:22px;
	padding-left:5px;	
}
.guidesContent {
	padding:5px;
	position:relative;
	background: url(guides_content_background.gif) no-repeat top right;
}
.contactContainer, .contactContainerWithMargin {
	border:1px solid #71BDD4;
}
.contactContainerWithMargin {
	margin-right:5px;
}
.contactHeader {
	/* Used: Customer products */
	background-color:#B2E3F3;
	font-weight:bold;
	height:18px;
	padding-left:5px;
	font-size:110%;
	padding-top:3px;
}
* html .contactHeader {
	height:21px;
}
.contactContent {
	padding:5px;
}
.leftContainer {
	float:left;
	width:48.5%;
}
.rightContainer {
	float:right;
	width:48.5%;
}
.moduleShadowOnBlue {
	position:relative;
	padding-right:5px;
	padding-bottom:5px;
	background:#E8F6FC url(>>>>/shadow.png) no-repeat bottom right !important;
	background:#E8F6FC url(shadow.gif) no-repeat bottom right;
}
.moduleShadowOnWhite {
	position:relative;
	padding-right:5px;
	padding-bottom:5px;
	background:#FFFFFF url(>>>>/shadow.png) no-repeat bottom right !important;
	background:#FFFFFF url(shadow_onwhite.gif) no-repeat bottom right;
}
.module3 {
	background-color:#E5EAEF;
	min-height:181px;
	position:relative;
}
* html .module3 {
	height:181px;

}
.module3Header {
	position:relative;
	background-color:#40668C;
	font-weight:bold;
	height:19px;
	padding-left:5px;
	border:0px;
	font-size:110%;
	padding-top:3px;
	color:#FFFFFF;
}
* html .module3Header {
	height:22px;
}
.module3Thumb {
	/* Used: Customer products */
	float:left;
	display: inline;
}
.module3Content {
	/* Used: Customer products */
	font-size:100%;
	position:relative;
	margin-left:0px;
	padding:0px;
	padding-left:0px;
	padding-top:0px;
	margin-left:55px;

}
* html .module3Content {
	height: 1%;
}
.moduleContainer ul, .moduleContent ul {
	margin:0px;
	padding:3px;
	position:relative;

}
.moduleContainer li, .moduleContent li {
	list-style-type: none;
	background: transparent url(li_square.gif) no-repeat 0px 5px;
	display: block; 
	font-size:100%;
	padding-left:10px;
	padding-bottom:3px;
}
.moduleSearchContainer, .moduleSearchContainerLeft {
	margin-top:5px;
	padding:0px;
	width:32%;
	margin-left:1%;
	float:left;
	font-size:100%;
	background-color: #D1EEF8;
	min-height:114px;
}
* html .moduleSearchContainerLeft {
	margin-left:0.5%;
	height:114px;
}
.moduleSearchContent {
	margin:5px;
}
* html .moduleSearchContainer {
	height:114px;
}

.egg {
 	font-size:150%;
}



/*

Planners added 07/06/06 (RN)

*/

.planners {
	color: #003366;
	background-color: #FFFFFF;
	border: 1px solid #71bdd4;
	padding: 0px;
	margin: 5px 0px;
}

.planseccontainright {
	padding: 5px;
	float: left;
	width: 100%;
}

.plannerimg {
	position: absolute;
}


.planheader {
	font-size: 115%;
	color: #003366;
	width: 100%;
	margin-bottom: 10px;
	text-transform: none;
	background-color: #b2e3f3;
	padding: 5px;
	background-image: url(gradbgnd.gif);
	height: 30px;
}
.plannerleft {
	float: right;
	clear: none;
	width: 80%;
}
.plannerimage {
	position: fixed;
}

.plannerright {
	width: 150px;
	float: right;
	clear: left;
}
.plannersubheader {
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #71bdd4;
	width: 100%;
}
#plannerscontainer {
	width: 95%;
	padding-bottom: 20px;
	height: 115px;
}
.planredhead {
	font-size: 115%;
	color: #CC0000;
	margin-bottom: 10px;
	text-transform: none;
	font-weight: bold;
	padding-top: 5px;
}


.moduleShadowOnBlue2 {
	padding-right:5px;
	padding-bottom:5px;
	background:#E8F6FC url(>>>>/shadow.png) no-repeat bottom right !important;
	background:#E8F6FC url(shadow.gif) no-repeat bottom right;
}

#backtomag {
	background: #7f99b2;
	color: #FFFFFF;
	bottom: 0px;
	width: 100%;
	height: 40px;
	z-index: 500;
	position: relative;
	font-size: 110%;
}


/* css for middle sized buttons 155px wide version - no rollover */
.midButton2 {
	font-size:80%;
	background-image:url(mid_size_off.gif);
	background-repeat: no-repeat;
	border:#71BDD4;
	border-width:2px;
	border-style:solid;
	width: 155px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
    float:left;
}

#midButtonContainer2{
	width: 145px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	}

#midButtonContainerTop{
	font-weight:bold;
	width: 145px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	font-size: 9pt;
	}
#midButtonContainerBottom{
	width: 145px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	}
.midButton2 a{
	display: block;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	text-align: left;
}
.midButton2 a:hover{
	color:#003366;
	text-decoration:underline;
}

/* css for large sized buttons 155px wide version - no rollover */
.largeButton2 {
	background-image:url(button_327wide_off.gif);
	background-repeat: no-repeat;
	border:#71BDD4;
	border-width:2px;
	border-style:solid;
	width: 327px;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	min-height: 60px;
}

#largeButtonContainer2{
	width: 317px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	}

#largeButtonContainerTop{
	font-weight:bold;
	width: 317px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	font-size: 8pt;
	}
#largeButtonContainerBottom{
	width: 317px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
	font-size: 8pt;
	}
.largeButton2 a{
	display: block;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	text-align: left;
}
.largeButton2 a:hover{
	color:#003366;
	text-decoration:underline;
}

/* css for middle sized buttons 155px wide with background rollover */
.midButton {
font-size:80%;
	border:#71BDD4;
	border-width:2px;
	border-style:solid;
	width: 155px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.midButton a{
	background-image: url(mid_size_off.gif);
	display: block;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top;
}

.midButton a:hover{
	background-image: url(mid_size_on.gif);
	background-repeat: no-repeat;
	color:#cc0000;
	text-decoration:underline;
	background-position: top;
}

#midButtonContainer{
	width: 145px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	font-size: 8pt;
	}
	
	
	
#flashGraph{
width:320px;
height:300px;
border:#003366 solid 1px;
}


/* CSS Document */
#ctaTelephoneContainer{
	margin-left:185px;
	background-color:#ecfaff;
	padding: 10px 10px 10px 10px;
	border: 1px solid #71bdd4;
	background-repeat: repeat-x;
}
.telephoneNumber{
color:#cc0000;
font-weight:bold;
font-size:150%;
}

#RNContainer{
	width:185px;
	float:right;
	margin: 17px 0px 10px 10px;
}
#blueBlockRN {
	width: 175px;
	padding: 8px 5px 5px 5px;
	border: 1px solid #71bdd4;
}
#blueBlockRN a {
	display: block;
	border-bottom: 1px dashed #71bdd4;
	text-decoration: none;
	color: #003366;
	background-image: url(orangearrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#blueBlockRN a:hover {
	display: block;
	text-decoration: underline;
	color: #CC0000;
}
#headerRN {
	width: 175px;
	padding: 5px 5px 5px 5px;
	background-color:#d2eef9;
	border-bottom: 3px solid #71bdd4;
	font-weight:bold;
	border-top: 1px solid #71bdd4;
	border-left: 1px solid #71bdd4;
	border-right: 1px solid #71bdd4;
}


/* Quote Style */
#blockquoteContainerLeft{
	width:50%;
	border-bottom:2px solid #cc0000;	
	border-top: 2px solid #cc0000;
	float:left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom:10px;
}
#blockquoteLeft {
	float:left;
	margin: 10px 5px 0px 5px;

} 
#blockquoteLeft p{
	font-size:105%;
	line-height:1.5ems;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
}
#blockquoteContainerWithQuotesLeft{
	background: url(cc0000_unquote2.gif) no-repeat 170px bottom;
	width:190px;
	border-bottom:3px solid #cc0000;
	border-top: 3px solid #cc0000;
	float:left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#blockquoteWithQuotesLeft {
	background: url(cc0000_quote2.gif) no-repeat left top;
	float:left;
	line-height:16px;
	text-indent:20px;
	margin: 0px 5px 0px 5px;
	padding-top: 10px;
	padding-bottom: 10px;

} 
#blockquoteWithQuotesLeft p{
	font-weight:bold;
	font-size: 105%;
	line-height: 1.5ems;
	font:Arial, Helvetica, sans-serif;
}
/* Right aligned block quotes */
#blockquoteContainerRight{
	width:50%;
	border-bottom:2px solid #cc0000;
	border-top: 2px solid #cc0000;
	float:right;
	margin-bottom: 10px;
	padding-bottom:10px;
	margin-left: 10px;
}
#blockquoteRight {
	float:right;
	margin: 10px 5px 0px 5px;

} 
#blockquoteRight p{
	font-size:105%;
	line-height:1.5ems;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
}
#blockquoteContainerWithQuotesRight{
	background: url(cc0000_unquote2.gif) no-repeat 170px bottom;
	width:190px;
	border-bottom:3px solid #cc0000;
	border-top: 3px solid #cc0000;
	float:right;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
#blockquoteWithQuotesRight{
	background: url(cc0000_quote2.gif) no-repeat left top;
	float:right;
	line-height:16px;
	text-indent:20px;
	margin: 0px 5px 0px 5px;
	padding-top: 10px;
	padding-bottom: 10px;

} 
#blockquoteWithQuotesRight p{
	font-weight:bold;
	font-size: 105%;
	line-height: 1.5ems;
	font:Arial, Helvetica, sans-serif;
}


#global_tertiary white a{
	
	color:#cccccc;
	font-size:11px;

}
/* Container of bottom navigation */

	div.bottom-nav {
		border-top			: 3px solid #CC0000;
		float 				: left;
		padding				: 10px 0;
		width				: 560px;
		/* see ltie70.css */
	}
	
		
	
		a.previous {
			background 		: transparent url("btn_previous_plain.gif") no-repeat;
			/*width:84px;*/
			height 			: 21px;
			padding 		: 3px 31px 5px 25px;
			font-size 		: 70%;
			color 			: #FFFFFF !important;
			text-decoration	: none;
			float 			: left;
		}

		.next {
	background 		: transparent url("submit.gif") no-repeat;
	/*width:84px;*/
			height 			: 21px;
	font-size		: 90%;
	color 			: #FFFFFF !important;
	text-decoration	: none;
	border:0px solid #fff;
	font-weight:bold;
	margin:0;
	text-align: left;
	padding-top: 3px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 15px;
		}
			.next a {
			background 		: transparent url("submit.gif") no-repeat;
			/*width:84px;*/
			height 			: 21px;
			padding 		: 3px 24px 5px 15px;
			font-size		: 70%;
			color 			: #FFFFFF !important;
			text-decoration	: none;
			float 			: right;
			border:0px solid #fff;
			font-weight:bold;
			margin:0;
			text-align: left;
		}

	.submit {
		background 		: transparent url("btn_submit.gif") no-repeat;
		height 			: 21px;
		padding 		: 3px 44px 0px 11px;
		font-size		: 70%;
		color 			: #FFFFFF !important;
		text-decoration	: none;
		float 			: right;
	}
		.submit a {
		background 		: transparent url("btn_submit.gif") no-repeat;
		height 			: 21px;
		padding 		: 3px 44px 0px 11px;
		font-size		: 70%;
		color 			: #FFFFFF !important;
		text-decoration	: none;
		float 			: right;
	}
	
	.termandconbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6f7283;
	float: none;
	padding-top: 20px;
	padding-left: 25px;
	background-color: #f4efe6;
	display: table;
}
.pdf_box{
	background: #D9F0F8 url(pdf_icon.gif) no-repeat 98% 50%;
	border: 1px solid #71BDD4;
	line-height: 1em;
	padding-right: 55px;
	width: 350px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 70px;
}
/* for understanding browsers */
.boxhight {
padding:0.5em;
min-height:9em; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .boxhight {
height: 9em;
}
/**/
/* for understanding browsers */
.boxhight2 {
padding:0.5em;
min-height:10em; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .boxhight2 {
height: 10em;
}
/**/

