body {
	background-color: white;
	background-image: none;
	color: black !important;
}
div#container {
	border: 0;
	margin: 0;
	width: auto;	
}
h2#title {
	background-color: white;
	border: 0;
	line-height: 140%;
	margin: 0 0 1em 0;
	padding: 0
}
	h2#title a {
		color: black;
	}
		h2#title a img {
			display: none;
		}
	h2#title span {
		display: inline;
	}
ul#nav {
	display: none;
}
div#content {
	padding-bottom: 0;
}
	div#content h1 {
		background-image: none;
		color: #003366;
		margin: 0 0 1em 0;
		padding: 0;
		width: auto;
	}
		#content h1 a {
			color: black;
			display: inline;
			font-size: 100%;
			margin-top: 0;
		}
	div#content div#updates {
		clear: both;
		float: none !important;
		margin-left: 0 !important;
		width: auto !important;
	}
		div#updates ul {
			clear: both !important;
			float: none !important;
			margin-left: 0 !important;	
			width: auto !important;
		}
			#content #updates ul li {
				color: black;
				height: auto;
				margin: 0;
			}
	div#content div#involved {
		background-color: white !important;
		clear: both;
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}
		#content #involved h3 {
			margin-top: auto !important;
			padding-bottom: 0;
		}
	#content form label {
		display: inline-block !important;
	}
	#content form input {
		width: auto;
		margin-bottom: 0;
	}
	#content input.clickable {
		background-image: none !important;
		clear: none !important;
		float: none !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		text-indent: 0 !important;
		width: auto !important;
	}
	div#content div#main {
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
	}
	div#content div#main div.column {
		float: none;
		margin-left: 0;
		padding-left: 0;	
		width: auto;
	}
	div#content div#main div#left {
		margin-left: 0;
		padding-left: 0;
	}
	div#content div#side {
		display: none;	
	}
div#footer {
	display: none;	
}