#BodyContainer
	{
	height: auto;
	margin: 0px;
	padding: 0px;
	}

#Banner
	{
	display: none;
	position: absolute;
	z-index: 0;
	height: 90px;
	margin: 0px;
	margin-top: 190px;
	padding: 0px;
	padding-top: 10px;
/*	background-position-y: 10px;*/
	}

#BannerPage
	{
	margin-top: -10px;
	}

#BannerPageTitle
	{
	margin-top: -10px;
	right: 161px;
	}

#Sidebar
	{
	display: none;
	}

#Content
	{
	display: block;
	height: 700px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	background-image: url('Welcome.gif');
	background-repeat: no-repeat;
	}

* html #Content
	{
	height: 700px;
	}

#Content ul.MenuWelcome
	{
	margin-top: 280px;
	margin-left: 270px;
	}

#Content ul.MenuWelcome li
	{
	display: inline;
	margin-right: 10px;
	}

#Content ul.MenuWelcome li a
	{
	margin-right: 10px;
	}

#Content div.FeatureImage
	{
	margin-top: 30px;
	margin-left: 390px;
	}

#Content h3
	{
	margin-top: 30px;
	margin-left: 270px;
	color: white;
	}

#Content p
	{
	margin-left: 270px;
	}

#Footer
	{
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	height: 50px;
	}

#FooterClear
	{
	display: none;
	}
