/* CSS Document */
#LeftNav {
	display:none;
}
#MainSection {
	background:none;
	width:100%;
	margin:0;
	padding:0;
}
#Content {
	width:100%;
	margin:0;
	padding:0;
}
p#Slogan {
	display:none;
}
#TopNav {
	display:none;
}
#Header {
	background:none;
	padding:0;
	border-bottom:3px solid #dad086;
	margin-bottom:20px;
}
#Header h1 {
	color:#135a1c;
	margin:0;
	font-size:3em;
	font-family:"Times New Roman", Times, "New York", serif;
	letter-spacing:.05em;
}
#Content p.quote {
	margin-left:20px;	
}

#Content div#pageHeading {
	width:100%;
	background-image:none;
	margin-bottom:0px;	
}
#Content div.shorter#pageHeading  {
	background-image:none;
}
#Content div#pageHeading h1 {
	padding:0 10% 0 10%;
	width:80%;
}
table.dataTable {
	width:460px;
	margin-left:auto;
	margin-right:auto;
}