﻿/* PAGE SECTIONS - GENERAL */ 
html, body{ 
 
 
	behavior:url("/csshover.htc");
 } 
 a.force-hand  {cursor: pointer;} 
 /*
#pagewidth{ 
	width:765px;
	background-image: url(../images/home/sliceLanding.gif);
	background-repeat:repeat-y;		
} 


#header{
	position:relative; 
	
	background-repeat:no-repeat;
	width:100%;
	font-size:11px; 
	color:#fff;
	line-height:24px;
}

#header a { 
	font-weight:bold;
	color:#fff;	
	text-decoration:none;
}

#header a:hover { 
	color:#ffcc00;	
}

#header .selected { 
	color:#ffcc00;	
	border-bottom: 1px dashed #ffcc00;	
}


#mainContent{  
	display:inline; 
	position: relative; 
	float:left;
	width:650px;
	left:43px;
	background-image: url(../images/home/farmer_home.jpg);
	background-repeat:no-repeat;	
	background-position:98% 0%;	
}

#mainContent p, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
}

#mainContent a {
	color:#4a3416;
	text-decoration:underline;
}


#footer{
	display:inline; 
	position: relative; 
	width:100%; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ab9b83;
	padding-top:60px;	
}

#footer a { 
	font-size:10px; 
	color:#ab9b83;	
	text-decoration:underline;
	padding-left:5px;
	padding-right:5px;
	line-height:30px;
}

#footer a:hover { 
	color:#746959;	
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}


* html .clearfix{height: 1%;}
.clearfix{display: block;}
 


@media print
{

	#leftcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}

*/  
