html body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}


#OutermostLayer 
{
	margin:0 auto;
	margin-top: 10px;
	position:relative; 
	width:784px;
	border: 0px;
	/*border: thick solid 1px; */
	min-height:100%;
	height: 100%;
	height: auto;
	background-color: #ffffff;
}

/* This layer is only for the front page for the height with the rotating graphics */
#Banner
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 300px;
	width: 784px;
	background-color:#ffffff;
	
}

#BannerSpacer
{
  height: 12px;
  width: 784px;
  position: absolute;
  top: 278px;
  left: 0px;
}

#BannerPhoto
{
  position: absolute;
  width: inherit;
  left:0;
  top: 62px;
  height: 216px;
}

#ColumnLayer
{
  position: absolute;
  top: 300px;
  left: 0px;
  width: 784px;
  background-color:#00FFFF;
}

#BodyLayer {
	position:absolute;
	width:200px;
	top: 290px;
	left: 0px;
	z-index:1;
	width: 784px;
}


#LeftColumn
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 254px;
}  

#LeftSpacer
{
  position: absolute;
  top: 0px;
  left: 254px;
  width: 12px;
  background-color: #ffffff;
}  

#MiddleColumn
{
  position: absolute;
  top: 0px;
  left: 266px;
  width: 254px;
}
  
#RightSpacer
{
  position: absolute;
  top: 0px;
  left: 520px;
  width: 12px;
  background-color: #ffffff;
}  

#RightColumn
{
  position: absolute;
  top: 0px;
  left: 532px;
  width: 254px;
}

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



.Spacer19
{
  height: 19px;
}

.OliveBorder
{
  background-color: #999966;
  position: absolute; 
  bottom: 0px; 
  width: 784px;
  height: 21px;

}

.ColumnHead
{
  width: 254px;
  height: 21px;
  background-color: #999966;
}

.CalloutLayer
{
  width: 254px;
  height: 154px;
  background-color:#000000;
}

