/* Print styles */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

label {clear: both; font-size: 20pt}

.header,
.skiplink,
.columnLeft,
.footer {
	display: none !important;
}


.print_logo {
	display: block;
}


/* content columns */

.content .contentLeft {
	float: left;
}

.content .contentRight {
	float: left;
	margin: 30pt 0pt 0pt 20pt;
}

.columns_home .contentLeft {
	width: 233pt;
}

.columns_home .contentRight {
	width: 179pt;
}

.columns_wideNarrow .contentLeft {
	width: 320pt;
}

.columns_wideNarrow .contentRight {
	margin: 30pt 0pt 0pt 20pt;
	width: 90pt;
}

.columns_narrowWide .contentLeft {
	width: 97pt;
}

.columns_narrowWide .contentRight {
	padding-top: 0;
	width: 315pt;
}

.columns_even .contentLeft, .columns_even .contentRight {
	width: 206pt;
}
