body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#OutermostLayer 
{
	position: relative;
	margin-top: 3px;
	margin-left: 7px;
	width: 784px;
}

#BannerArea
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 61px;
	width: 784px;
	background-color:#ffffff;
}

#BodyArea
{
  position: absolute;
  width: 784px;
  top: 70px;
  left: 0px;
}

#LeftNavigationBlock
{
  position: relative;
  margin-top: 8px;
  margin-right: 22px;
  width:141px;
  height: 220px;
  background-color: #ffffff;
}

#TopSideLink
{
  width:inherit;
  height: 20px;
}
  
.LogIn
{
  position: absolute;
  width: 66px;
  height: 18px;
  background-image:url(../Images/Background/LoginRegisterBackground.gif);
  padding-top: 3px;
  top: 2px;
}


