/* CSS Document */
body{
background-color:#f0f6df;
text-align:center;
}

#header
{

}
#flashBanner
{
margin-top:17px;
float:left;
}
#mainWrapper
{
width:843px;
height:100%;
margin: 0px auto;
}
#container
{
width:843px;
margin-top:15px;
overflow:visible;
float:left;
text-align:left;
clear:both;
background-image:url(../images/new_background.jpg);
background-repeat:no-repeat;
background-color:#e9f3e2;
border:1px solid #0c5a26;
}
#contentBase
{
clear:both;
height:7px;
background-color:#0c5a26;
}
#main_content{
float:left;
width:843px;
height:635px;
padding:0px 0px 0px 0px;
}
#nav
{
float:left;
height:44px;
width:718px;
margin-left:19px;
background-repeat:repeat-y;
}
		#home_search
		{
		
		width:145px;
		height:76px;
		padding-left:13px;
		background-image:url(../images/2008/search_back.jpg);
		background-repeat:no-repeat;
		padding-top:21px;
		float:left;
		/*display:none;  hide search until functionality complete - tom */
		}
		#searcher{
		font-size:10px;
		border:0px;
		height:13px;
		width:99px;
		}
		
		#home_search a:link, #home_search a:visited, #home_search a:active{background-image:none; border:thick;}
		
		
#leftColumn
{
float:left;
width:393px;
height:620px;
margin-left:19px;
border:1px solid black;
background-color:#FFFFFF;
background-image:url(../images/2008/lcBottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
}	
	
	#lcContent
	{
	padding-left:13px;
	padding-top:13px;
	font-size:12px;
	
	}
	
	#lcContent h1
	{
	color:#003300;
	margin:0px;
	padding:0px;
	font-size:12px;
	}
	#lcContent a:link, #lcContent a:visited, #lcContent a:active, #rcContent a:link, #rcContent a:visited, #rcContent a:active
	{
	margin:0px;
	padding:0px;
	background-image:none;
	font-weight:bold;
	}
	.lcContentHighlight
	{
	color:#003300;
	font-weight:bold;
	}
	
#rightColumn
{
float:left;
width:393px;
/*height:560px;*/
height:620px;
margin-left:10px;
border:1px solid black;
background-color:#FFFFFF;
background-image:url(../images/2008/lcBottom.jpg);
background-position:bottom;
background-repeat:no-repeat;
}	
#rcContent
	{
	padding-left:13px;
	padding-top:13px;
	padding-right:10px;
	font-size:12px;
	
	}
#rcContent h1
	{
	color:#131e41;
	margin:0px;
	padding:0px;
	font-size:12px;
	}	
	#rcContent h2
	{
	color:#131e41;
	margin:0px;
	padding:0px;
	font-size:12px;
	}
	.rcContentHighlight
	{
	color:#131e41;
	font-weight:bold;
	}	
#bottom{
background-repeat:repeat-y;
}