/* 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
 *
 */

#col1,
#col3 {
	display: none;
}

html, body {
	height: auto;
	padding: 20px 20px 0 15px;
	background: #fff;
}
 
body {
	background: none;
}

#logo {
	display: block;
}

#title {
	position: absolute;
	top: 40px;
	left: 30px;
	z-index: 1;
}

	#title a {
		display: block;
		text-indent: -9999px;
	}

#printicon {
	display: block;
	padding: 0 0 10px 0;
	text-align:right;
}

#contentImage,
#printPage,
#gotoTop,
#header,
#col1,
#subtitle,
#rootline,
#col3,
#footer {
	display: none;
}

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

#col2 {
	width: 100%;
	float: none;
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding: 0 0 10px 0;
	margin-top: 0;
}

#mainContent {
	padding: 20px 0 0 0;
	width: 100% !important;
	width: 100%;
	overflow: visible;
}

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

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