/* column widths for printing */
/* 8% : 62% : 30% */
/* 4% : 64% : 32% */
.threecol .colmid {
	right: 32%;			/* width of the right column */
}
.threecol .colleft {
	right: 64%;			/* width of the middle column */
}
.threecol .col1 {
	width: 60%;			/* width of center column content (column width minus padding on either side) */
	left: 102%;			/* 100% + left padding of center column */
}
.threecol .col2 {
	width: 0;			/* Width of left column content (column width minus padding on either side) */
	left: 38%;			/* width of right column + (center column left + right padding) + (left column left padding) */
}
.threecol .col3 {
	width: 28%;			/* Width of right column content (column width minus padding on either side) */
	left: 106%;			/* 100% - left column width + (center column left + right padding) + (left column left + right padding) + (right column left padding) */
}

header {
	height: 5em;
}
header h1 {
	display: block;
}
header .mast {
	display: block;
	font-size: 120%;
	color: #505050;
}
nav {
	display: none;
}

