/*THis style sheet is for the home page which has three columns */
	body{
	
	font-size:10pt;
	}
	
	#main_nav{
		/* I don't like right now. On main page brown line between nav and content is done here.
			on all other pages it is a top border for the section and page titles. SHould be consistent */
		border-bottom:#996533 solid 1px;
	}

	/* frame div holds all content and sets fixed width */
	#frame{
		/* margin-left: 20px; */
		width: 800px;
		background-image:url(../images/bg_index3column.gif)
		
		
	}
	
	/* enclose holds the left and main columns */
	#enclose{
		float:left;
		width:400px;
	}
	
	#columnLeft{
		float:left;
		width:200px;
		background-color:#FFFFFF;
		
	}
	#contentLeft{
		padding: 10px 5px 10px 5px;
	}
	#columnMain{
		float:right;
		width: 200px;
		background-color:#D3EB8A;
	}
	#contentMain{
		padding: 10px 5px 10px 5px;
	}
	#columnRight{
		float:right;
		width:400px;
		background-color:#FFFFFF;
	}
	#contentRight{
		padding: 10px 10px 10px 5px;
		
	}
	#contentRight li{
		margin-bottom:3px;
	}
	
	#title{
	background-color:#D3EB8A;
	border-bottom:#B3B85A solid 1px;
	padding-left: 10px;
	padding-top: 1px;
	font-weight: bold;
	font-size:15px;
	color:#333333;
	line-height: 30px;
	height: 30px;
	clear:both;
	}
	
	
	#titleLeft{
	background-color:#D3EB8A;
	border-bottom:#B3B85A solid 1px;
	padding-left: 10px;
	padding-top: 1px;
	font-weight: bold;
	font-size:15px;
	color:#333333;
	line-height: 30px;
	height: 30px;
	}
	#titleMain{
	background-color:#A3AE40;
	border-bottom:#B3B85A solid 1px;
	padding-left: 10px;
	padding-top: 1px;
	font-weight: bold;
	font-size:15px;
	color:#333333;
	line-height: 30px;
	height:30px;
	}
	#titleRight{
	background-color:#D3EB8A;
	border-bottom:#B3B85A solid 1px;
	padding-left: 10px;
	padding-top: 1px;
	font-weight: bold;
	color:#333333;
	font-size:15px;
	line-height: 30px;
	height:30px;
	}
	
	#footer_inColumns{
		clear:both;
		padding-top: 1em;
		text-align:center;
		/* background-color: #98AACC; 
		background-color:#D3EB8A;*/
		background-color:#FFFFFF;
		/* border-top:#996533 solid 1px; */
		border-top:#B3B85A solid 1px;
		border-bottom:#996533 solid 1px; 
	}
	
	
#results{
background-color:#FFFFFF;
padding: 5px 10px;
}