/* CSS for when a page is printed */
html, body {
	margin:0;
	padding:0;
	background:white;
	color:black;
}

body {
	padding:20px;
}

a {
	color:black;
	text-decoration:underline;
}

p {
	font-size:100%;
}

/************************ Layout */
#wrapper {
	padding:0;
	margin:0;
	width:100%;
}

#wrapper .top {
	display:none;
}

#wrapper .colSet {
	background:transparent;
}

#wrapper .colSet .col.one.subNav {
	display:none;
}

#wrapper .colSet .col.two.pic {
	display:none;
}

#wrapper .colSet .col.three.rightPanel {
	display:none;
}

#wrapper .colSet .col.four.content {
	background:transparent;
	width:100%;
	padding:0;
	clear:none;
	float:none;
}

/************************ Menu */
#wrapper .menu {
	display:none;
}

/************************ Columns */
.colSetTwo .col, .colSetThree .col {
	float:left;
}

.colSetTwo .col.one {
	width:20%;
	margin:0;
}

.colSetTwo .col.two {
	width:75%;
	margin-left:20px;
}

.colSetThree .col.one {
	width:20%;
	margin:0;
}

.colSetThree .col.two {
	width:40%;
	margin-left:0;
}

.colSetThree .col.three {
	width:35%;
	margin:53px 0 0 20px;
	margin-top:53px;
}