#PageHeader {
	position: relative;
	width: 100%;
	}
	#SitePanel {
		position: absolute; left: 0px; top: 0px;
		height: 60px; width: 340px;
		z-index: 1;
		background-image: url(/assets/images/HeaderBackgroundWave.jpg);
		}
	#SiteLogo {
		position: absolute; left: 7px; top: 7px;
		height: 46px; width: 48px;
		background-image: url(/assets/images/Seal.gif);
		}
	#SiteTitle, #MainSiteTitle, #SubSiteTitle {
		position: absolute;
		font-weight: 600;
		line-height: 1.5em;
		color: #EEEEEE;
		filter: shadow(color:#333333 direction:135 strength:4);
		}
	#SiteTitle, #SubSiteTitle {
		font-size: 20px;
		}
	#SiteTitle {
		left: 65px; top: 14px;
		}
	#MainSiteTitle {
		color: #AFE0FF;
		left: 65px; top: 3px;
		font-size: 12px;
		}
	#SubSiteTitle {
		left: 65px; top: 20px;
		}

#HeightFill { display:none; }

#PageBody {
	margin-left: 0px;
	}

#Headline .PageListHeading, #Headlines .PageListHeading, #Headline h2 .PageListHeading, #Headlines h2 .PageListHeading {
	display: none;
	}
#phPanels {
	position: static;
	width: 100%;
	}
#SiteNav span {
	margin-right: 5px;
	}
#Footer {
	margin-left: 0px;
	}
#EditConsole {
	display: none;
	}
