﻿body
{
	height: 100%; /*gives child divs something to inherit*/
	margin: 0;
	padding: 0;
}
#Layout_Main
{
	/*centered layout*/
	position: relative;
	margin: 0 auto;
	
	/*left justified layout
	position: absolute;
	*/
	
	width: 770px; /* 760 - border width */
	border: solid 1px black;
}

#Layout_Header, tr.Layout_HeaderPlaceHolder, #Header
{
	height:200px;
}


#Layout_Header
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
}

#Footer, #Layout_Footer
{
	height:48px;
}

/*#Layout_Title
{
	height: 78px;
	padding-top: 10px;
	background-image: url(../Images/titlebackground.jpg); 
	background-repeat: no-repeat;
}
*/
#Layout_LeftNavPlaceHolder, #Layout_LeftNav, #LeftNav
{
	/* caution: bug in ie will ignore this if content inside the td exceeds this
	(even if it wraps);
	*/
	width:400px;
}

#Layout_Content
{
	width: 500px;
	padding-left: 10px;
	padding-top:50px;

}

#Layout_ContentHomePage
{
	width: 350px;
	padding-top:30px;
	padding-left: 20px;
	padding-right:10px;
}

#Layout_LeftNav
{
	position:absolute;
	left:0px;
	top:246px; /* height of left nav */
	z-index:100;
}


#Layout_Middle
{
	height:348px;
}

/* for visualization only, can be deleted */

td.Layout_HeaderPlaceHolder
{
	background-color:white;
}

#Layout_LeftNavPlaceHolder
{
	background-color:white;
}

#Layout_Main
{
	background-color:white;
}

#Layout_LeftNav
{
	background-color:white;
}
#Layout_Footer
{
	background-color:white;
}

#Layout_Content H1
{
	color:#B21A1A;
	font-size:14pt;
	font-weight:bold;
}


#Layout_Content H2
{
	color:#B21A1A;
	font-size:12pt;
	font-weight:bold;
}


#Layout_ContentHomePage H1
{
	color:#B21A1A;
	font-size:14pt;
	font-weight:bold;
}


#Layout_ContentHomePage H2
{
	color:#B21A1A;
	font-size:12pt;
	font-weight:bold;
}
