/* Layout Stylesheet */ 

body
	{
	margin: 0; 
	padding: 0;  	
	background: #EEEEE7; 
	font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 170%;
	color: #333333;	
	} 

#outer
	{
	width: 810px; 
	margin: auto; 
	} 
 
#hdr
	{
	color:#333333;
	height: 110px;
	margin:0 0 0px 0;
	padding:0;
	}

#top
	{
	background:#FFFFFF; 
	width: 805px; 
	} 


#logo 
	{
	float: left;
	margin: 5px 5px 0px 5px;
	}
	 
#content
	{
	background: #FFFFFF; 
	margin: 0px 0px 0px 0px;
	background-image: url(/imagesHome/shadow.gif);
	background-repeat: repeat-y; 
	background-position: top right;
	}
 
#lh-col
	{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 10px 0px 0 12px;  
	clear: both;  
	position: absolute;
	top: 128px;
	}

/* =========================== */

#headerWrap
	{
	clear: both;  
	position: absolute;
	float: left;
	width:776px;
	height:100px;
	background-color:transparent;
	top:0px;
	margin-left:12px;
	}

#tlLogo
	{
	clear: both;  
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width:170px;
	height:100px;
	margin-left:-2px;
	margin-top:1px;
	background-color:transparent;
	background-image:url("/imagesHome/logo.jpg");
	}

#recLogo
	{
	float: right;
	margin: 0px;
	top: 15px;
	position: absolute;
	padding-left: 695px;
	}

#topBanner
	{
	/* clear: both;   */
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;  
	width:505px;
	height:100px;
	background-color:transparent;
	}

#topBannerImageWrap
	{
	position: relative;
	/* background-image:url("/images/banners/200IntroSmall.png"); */
	/* width:505px;
	height:100px; */
	width:500;
	height:64px;
	margin-top:20px;
	margin-left:12px;
	}

#extraNav
	{
	/* clear: both;   */
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;  
	width:100px;
	height:100px;
	margin-right:2px;
	background-color:transparent;
	}

#extraNavList
	{
	margin-top:15px;
	}

/* =========================== */

#header
	{ 
	height: 23px;
	margin: 4px 15px 8px 12px;
	padding: 0px; 
	text-align: left; 
	position: absolute;
	top: 100px;
	z-index:10000;
	background-color:transparent;
	}

#c-col
	{
	margin: 0 0px 0px 217px;
	width: 563px;   
	padding: 0px 10px 1px 10px;
	background: #FFF;  
	}

#c-col-full-span
	{
	margin: 0 0px 0px 0px;
	width: 783px;

	padding: 0px 10px 1px 10px;
	background: #FFF;  
	}

#bottom
	{
	margin: 0 0 0 0;
	height: 25px;
	background-image: url(/imagesHome/bottom.gif);
	background-repeat: no-repeat; 
	background-position: top left;
	clear: both;
	}
 
#ftr
	{
	background: #EEEEE7; 
	color:#555;
	margin:0 0 5px 0;
	padding:2px 10px 0px 10px;
	text-align: left; 
	font-size: 11px;
	}
 