﻿body
{
	height: 100%; /*gives child divs something to inherit*/
	margin: 0;
	padding: 0;
}
form
{
	margin: 0;
	padding: 0;
}
#Layout_Main
{
	/*centered layout*/
	position: relative;
	margin: 0 auto;
	
	/*left justified layout
	position: absolute;
	*/
	
	width: 770px; /* 771 - border width */
	/*border: solid 0px ;*/
}

#Layout_Header, tr.Layout_HeaderPlaceHolder, #Header
{
	height:163px; 
}
tr.Layout_HeaderPlaceHolder
{
background-color:Lime;
}
tr.Layout_SitemapPlaceHolder
{
	height:0px;
}
#Layout_Sitemap
{
	position:absolute;
	left:0px;
	top:165px;
	z-index:400;
	height:25px;
}

#Layout_Header
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
	height:236px; 
}

#Footer, #Layout_Footer
{
	/*height:50px;*/
}
#FooterHome
{
	/*the footer on the home page is absolutly positioned
		if the content for the home page or "news you can use"
		changes - then change the "top" attribute */
	position:absolute;
	top:520px; 
	z-index:200;
	left:0px;
	/*this is set in the other style sheet - its used to cover up "spill-over" from Lef nav
	background-color:White;	*/
	
}

#Layout_LeftNavPlaceHolder, #Layout_LeftNav, #LeftNav
{
	/* caution: bug in ie will ignore this if content inside the td exceeds this
	(even if it wraps);
	*/
	width:207px;
	max-width:207px;
}
.Layout_LeftNavBrace
{
	height:1px;
	width:206px;
	border-color:White;
	
}

#Layout_ContentHomePage
{

	z-index:100;
	padding-left: 25px;
	width:544px;
	vertical-align:top;
	
}

#Layout_LeftNav
{
	position:absolute;
	left:0px;
	top:163px; /*  height of left nav */
	z-index:100;
}


#Layout_Middle
{
	min-height:500px;
	height:500px;
}
#Layout_Middle_Home
{
	min-height:600px;
	height:600px;
}

/* for visualization only, can be deleted */

td.Layout_HeaderPlaceHolder
{
	background-color:white;
}
#Layout_Main
{
	background-color:white;
}
#Layout_Footer
{
	background-color:white;
}




