/* 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;
	background: #fff;
}
 
body {
	background: none;
	margin: 10px;
	padding: 0;
	font-size: 1em !important;
}

#logo {
	display: block;
}

#title {
	display: none;
}

#subtitle {
	display: none;
}

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

#header {
	display: none;
}

#col1 {
	display: none;
}

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

ul#rootline, 
p.printPage {
	display: none;
}

#rootline li {
	margin-top: 4px;
}

#rootline li a {
	font-size: 11px;
	line-height: 13px;
}

#rootline li.first a {
	padding-left: 0;
}

#mainContent {
	padding: 0 0 20px 0;
	border-top:1px solid #CCCCCC;
}

.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;
	margin-bottom: 20px;
}

ul#footerNavigation {
	display: none;
}

#address {
	position: absolute;
	top: 50px;
	left: 0px;
	bottom: auto;
	left: auto;
	font-size: 11px;
	/*text-align: right;*/
}

#copyright {
	position: static;
	margin-top: 4px;
}