/* 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 {
	margin: 20px;
}

body,
body.level1 {
	background: none;
}

#title {
	position: static;
	padding: 0;
	background: none;
}

#title a {
	width: auto;
	height: auto;
	margin: 0;
	text-indent: 0;
	color: #000;
	font-weight: bold;
	font-size: 15px;
}

#box {
	position: static;
	width: auto !important;
	min-height: auto;
	height: auto; 
	border: none;
	background: none;
}

.level1 #box {
	background: none;
}

#leftCol {
	display: none;
}

#midCol {
	width: auto;
}

#mainContent {
	margin: 40px 0 0 0;
}

.printPage {
	display: none;
}

#footer {
	display: none;
}
