body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#header h1.hide, #header h2.hide {
	display: none !important;
}

.hide {
	display: none;
}

#container {
	padding: 0;
	margin: 0;
	background-image: none;
	background-color: #fff;
}

#topnav, #header #pagehead, #navigation, #right, #footer {
	display: none;
}

#header {
	width: auto;
	background-image: none;
	border-bottom: none;
	height: auto;
}

	#header #pagetitle {
		position: relative;
		border: none;
		top: 0;
		left: 0;
	}

		#header #pagetitle h1 {
			margin-left: 0;
			padding-left: 0;
			display: block;
			background-color: transparent;
			margin-left: 0;
			text-indent: 0;
			width: auto;
			border: none;
			color: #000;
		}

#content, #container {
	border: none;
	width: auto;
}

	#content .mainimage img {
		width: 466px;
		border: none;
	}

	#content .bodyimage {
		float: right;
		width: 140px;
		margin: 0px 10px 10px 10px;
		padding: 5px;
	}

		#content .bodyimage p {
			font-size: 70%;
			margin: 0;
		}

		#content .bodyimage img {
			margin-bottom: 5px;
			clear: both;
		}

	#content h2, #content p, #content hr {
		margin: 10px 10px 1em 10px;
	}

	#content h2 {
		font-size: 105%;
		margin-left: 0;
	}

	#content p {
		font-size: 80%;
		line-height: 1.6em;
		margin-left: 0;
	}

	#content ul {
		margin-left: 5px;
		padding-left: 5px;
	}

	#content ul li {
		list-style-type: none;
		font-size: 75%;
		padding-left: 13px;
		margin-bottom: 10px;
		margin-right: 10px;
		background-image: url(images/bullet.gif);
		background-repeat: no-repeat;
		background-position: 0 0.3em;
	}

		#content ul.missing li img {
			border: 1px solid #ccc;
			margin-left: 10px;
		}

	#content .error {
		color: #f00;
	}

	#content div.panel {
		background-color: #F0F2F9;
		margin-left: 10px;
		width: 210px;
		float: left;
		border: 1px solid #ccc;
	}

		#content div.panel h3 {
			background-color: #7686C0;
			margin: 0;
			padding: 5px;
			font-size: 90%;
			color: #fff;
		}

		#content div.panel ul {
			margin: 0;
			margin-left: 5px;
			padding: 5px 2px 5px 0px;
		}

		#content div.panel ul li {
			list-style-type: none;
			font-size: 75%;
			padding-left: 13px;
			background-image: url(images/bullet.gif);
			background-repeat: no-repeat;
			background-position: 0 0.4em;
		}