body, .MiddleShadow { 
	background: none !important;
}

.MiddleShadow {
	margin: 0;
	padding: 0;	
}

#PageContainer {
	width: auto !important;
}

.DoNotPrint, #LocalNav, #SiteNav, #MetaNav, #MainPic, #LeftSideBar, #RightSideBar   { 
	display: none !important;
}

a {
	text-decoration: none;
}


#MainContent, .Home #MainContent {
	width: auto;
	margin: 0;
	/*
	padding-right: 200px;
	
		For most browsers the padding right is enough , but IE
		was coughing on print (not screen), hence the next three lines
	
	padding-left: 20px;
	position:relative;
	left: -20px;
	*/
}

#Top {
	height: 93px;
	margin-bottom: 5px;
	border-bottom: 1px #999 solid;
}

#Tagline {
	top:50px;
}

ul, li, .ListWithArrow li  {
	background-image: none;
	list-style: disc;
	padding-left: 0;
	margin-left: 10px;
}


#Footer {
	clear:both;
}