
body {
	font-size: 11pt;
	line-height: 1.5;
}
#printlogos {
  display: block;
}
#printlogos img {
	width: 88px;
	height: 113px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#titlebar img {
  position: absolute;
	top: 0px;
	width: 100%;
	height: 113px;
	left: 88px;
}
#wesleybar {
	display: none;
}
#breadcrumbs {
	display: none;
}
#titlebar .actionimg,
#titlebar .action-link {
	display: none;
}

#titlebar h1, #titlebar p {
	display: none;
	color: #888;
}
#titlebar h1 {
	font-size: 14pt;
}
#titlebar p {
  font-size: 10pt;
}
#container {
	width: 100%;
	margin: 0;
	background: #fff;
}

#actionbar {
	display: none;
}
#navbar {
	display: none;
}
#footer {
  display: none;
}

#outer {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Content wrapper */
#wrapper {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Content */
#content {
	float: none;
	width: 100%;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: .95em;
	overflow: visible;
}
#content ul {
  list-style-type: disc;
	margin: .5em 0 0 1em;
	padding: 0;
}
#content ul li {
	margin: 0.2em 0;
	padding: 0 0 0 8px;
	background: #fff;
	list-style: disc;
}
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
}
