/* 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: #fff;
}

#logo {
	display: block;
}

#title {
	display: none;
}

#subtitle {
	display: none;
}

#box {
	position: static;
	width: auto;
	margin: 0;
	background: #fff;
}

#header {
	display: none;
}

#leftCol {
	display: none;
}

#midCol {
	float: none;
	width: auto;
}

#mainContent {
	height: auto !important;
	height: 1px;
	padding: 20px 0 0 0;
	border: 1px solid #000;
	border-width: 1px 0;
}

#mainContent ul {
	list-style: disc;
	margin: 5px 0 5px 14px;
}

#mainContent ul li {
	padding-left: 0;
	background: none;
}

#printLink {
	display: none;
}

#rightCol {
	display: none;
}

#footer {
	background: none;
}
	
#footer * {
	color: #000;
}

#copyright {
	left: auto;
	right: 0;
}
	
#address {
	left: 0;
}
