/* 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;
	padding: 80px 40px 40px 40px; 
}

#logo {
	position: absolute;
	display: block;
	top: 17px;
	left: 40px;
}

#printicon {
	position: absolute;
	top: 43px;
	right: 40px;
}

#box {
	position: static;
	width: auto;
	margin: 0;
	background: none;
	border-top: 1px solid #009ddc;
	border-bottom: 1px solid #009ddc;
}

.layout1 #col2,
.layout2 #col2 {
	float: none;
	width: auto;
}

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

#currenturl {
	position: absolute;
	left: 40px;
	padding-top: 5px;
}

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

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