/* This style sheet provides layout for printing pages of the brochure */

body {
	background:#FFF
	}
	
#frame {
	border:2px solid #036;
	background:#FFF;
	}
	
#header {
	border-bottom:2px solid #036;
	background:#FFF;
	color:#036;
	}

#benefits {
	border:1px dashed #036;
	background:#FFF;
	color:#000;
	}

#bottomnav {
	display:none;
	}

#footer {
	color:#000;
	}
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration:none;
	}


a img {
	border:none
	}
a {
	text-decoration: underline;
	}


.inset-l, .inset-r, .inset-c {
	background-color:#FFF;
	border:1px solid #036;
	}
