@media screen, print {

	
a:link, a:visited
	{
	color:#243d85;
	text-decoration:underline;
	}

.wrapper
	{
	left:50%;
	margin-left:-372px;
	position:absolute;
	width:745px;
	}

.top
	{
	margin-bottom:10px;
	}

.left
	{
	float:left;
	margin-right:10px;
	vertical-align:top;
	width:177px;
	}

.left div
	{
	overflow:hidden;
	}

.center
	{
	background-color:#ffffff;
 font-size:12px;
	color:#243d85;
	float:right;
	margin:0px;
	text-align:left;
	vertical-align:top;
	width:557px;
	}

*html .center
	{
	width:557px;
	wi/dth:538px;
	}

.bodycopy
	{
	margin:10px 8px 20px 20px;
	}
	
h4
	{
	color:#782611;
	font-size:1.1em;
	}

h5
	{
	font-size:1.1em;
	margin:0;
	}

.subtitle
	{
	font-weight:bold;
	margin-bottom:2px;
	}

ul
	{
	margin:5px;
	width:90%;
	}	

li
	{
	margin-left:35px;
	}
	
.inset
	{
	background-color:#f4ded3;
	color:#782611;
	padding:5px 10px;
	width:202px;
	}

*html .inset
	{
	width:222px;
	}
	
.benefits-inset
	{
	background-color:#f4ded3;
	color:#782611;
	padding:5px 10px;
	width:500px;
	}
	
.legal
		{
		font-size:0.9em;
		}
	
	.legal a:link, .legal a:visited
		{
		color:#61AAD4;
		}
		
		
	#footer
		{
		position: static;
		clear:both;
		left:20px;
		top:20px;
		padding: 20px 0px 20px 0px;
		text-align:center;
		border: none;
		}
	
.bottomNav
	{
	font-size:11px;
	width:auto;
	}
	
.bottomNav a:link, .bottomNav a:visited
	{
	border-right:1px solid #6eafe8;
	clear:right;
	color:#6eafe8;
	display:block;
	float:left;
	padding:4px;
	text-decoration:none;
	}

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

.bottomNav a.last-item:link, .bottomNav a.last-item:visited
	{border:0;}
	
.faq td
	{
	color:#243d85;
	font-size:12px;
	vertical-align:top;
	}

.question
	{
	font-weight:bold;
	}

.promo input
	{
	background-color:#f8e1d8;
	border:1px solid #c9b7af;
	color:#243d85;
	font-size:12px;
	}

.promo td
	{
	padding:0 20px 10px 0;
	}

.promo label
	{
	color:#243d85;
	display:block;
	font-size:12px;
	}

sup
	{
	font-size:0.8em;
	}

}

@media screen {
	body
		{
		background-color:#243d85;
		color:#8298ea;
		font-family:arial,helvetica,sans-serif;
		font-size:11px;
		margin:0;
		/*text-align:center;*/
	}
		
	#screenImg { display: static; }
	#printImg { display: none; }
}
@media print {
	body
		{
		background-color:#fff;
		color:#61AAD4;
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		margin:0;
		/*text-align:center;*/
		}
	#screenImg { display: none; }
	#printImg { display: static; }
}
	

