/* 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;
	margin: 30px;
}

#logo {
	display: block;
}

#title {
	display: none;
}

#subtitle {
	display: none;
}

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

#header {
	display: none;
}

#col1 {
	display: none;
}

#col2 {
	float: none;
	width: auto !important;
	width: 100%;
	margin-top: 30px;
}

#mainContent {
	padding: 40px 0 20px 0;
}

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

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

#col3 {
	display: none;
}

#footer {
	position: static;
	border-top: 1px solid #ccc;
	background: none;
}

	#footerNavigation {
		display: none;
	}

	#copyright {
		position: static;
		margin-top: 4px;
	}
	
	.printPage {
		display: none;
	}