/* This is the print style sheet */
body {
	background: white;
	color: black;
	margin: 0;
	padding: 80px 0 0 0;
	font-family: 'HelveticaNeue-Roman', Helvetica, Arial, Tahoma, Verdana, sans-serif; 
	font-size: 70%;
}

/* Stuff which hides on print */
.screen, #logo a, #wai, #nav, #related, #subnav, #supnav, #head fieldset, 
#head map, #crumb, #printlink, .wai {
	display: none;
}

/* To cancel out the JavaScript show/hide */
#mortgagepanel, #productpanel, #searchterms dd, #foldlist div {
	display: block !important;
}

p#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 363px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.2em 0;
	clear: both;
}
h1 {
	font-size: 160%;
	border-bottom: solid 0.1em #eee;
}
#searchterms dt, h2, caption {
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 100%;}

p {
	margin: 0 0 1em 0;
}
ul {
	list-style-type: square;
}
ul, ol {
	margin-bottom: 1em;
}
	ul ul, ul ol, ol ul, ol ol {
		margin-top: 1em;
	}

table {
	border-top: solid 0.1em #666;
	border-bottom: solid 0.1em #666;
	border-left: solid 0.1em #666;
	border-collapse: collapse;
	margin: 0 0 1em 0;
	width: 100%;
}

td, th {
	border-right: solid 0.1em #666;
	border-bottom: solid 0.1em #666;
	text-align: left;
	padding: 0.5em 0.2em 0 0.2em;
}
	table p {
		margin: 0 0 0.5em 0;
	}

/* self clearing rules */
dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html dl {height: 1%;}
dl {display: inline-block;}
/* !IE Mac \*/
dl {display: block;}
/* All definition lists are two column */
dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl {
	margin: 0 0 1em 0;
}
	dt, dd {
		width: 49%;
		float: left;
	}
	dt {
		clear: left;
	}

/* Weird IE bug */
#searchterms dt, #searchterms dd {
	width: auto;
	float: none;
}

#disclaimer {
	font-size: 90%;
	color: #333;
	clear: both;
	padding: 1em 0 0 0;
	border-top: solid 0.2em #eee;
}

a img {	border: none;}