/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

html, body {
	height: auto;
}
 
body {
	background: none;
}

#logo {
	display: block;
}

#title, #subtitle, #header, #col1, #rootline, #col3, #footer {
	display: none;
}

#box {
	position: static;
	width: auto;
	margin: 0 20px;
	background: none;
}

#printHeader {
	position: relative;
	display: block;
	height: 120px;
	border-bottom: 1px solid #000;
}

	#logo {
		position: absolute;
		bottom: 10px;
		left: 0;
	}
	
	#printicon {
		position: absolute;
		bottom: 10px;
		right: 0;
	}

#col2 {
	float: none;
	width: auto;
}

	#mainContent {
		padding: 20px 0;
	}

#printFooter {
	position: relative;
	display: block;
	height: 60px;
	padding-top: 10px;
	border-top: 1px solid #000;
}

	#printAddress {
		
	}
	
	#currenturl {
		
	}

/* Content */

.content ul {
	list-style: disc;
	margin: 5px 0 5px 14px;
}

.content ul li {
	padding-left: 0;
	background: none;
}
