@import url(_fonts.css);
@import url(_layout.css);


/* Page Feature */
#pagefeatureWrapper {
	width: 980px; height: 142px;
	}
	
	#pageFeature {
		float: left;
		width: 755px; height: 142px;
		}
		
	#pageAd {
		float: left;
		width: 225px; height: 125px;
		padding: 8px 0px 7px 0px;
		text-align: center;
		}
		
		
/* Page Main Navigation */
		
#pageMainNav {
	width: 980px; height: 26px;
	text-align: left;
	background-image: url(../images/global/mainMenu/mainMenu-background.jpg);
	background-repeat: repeat-x;
	}
	
/*Content*/

#pageContentWrapper {
	width: 980px;
	background-color: #FFFFFF;
	padding: 10px 0px;
	}
	
#pageContent {
	float: left;
	width: 754px;
	padding: 0px 20px;
	line-height: 1.6em;
	font-size: 11px;
	color: #666666;
	overflow: hidden;
	}
	
	#pageLogin {
		width: 754px;
		text-align: right;
		padding: 0px 0px 5px 0px;
		}
	
/* Farm Form */		

.Divider {
	margin: 10px 0px;
	height: 1px;
	background-color: #CCCCCC;
	line-height:0px;
	font-size:0px;
	width: 568px;		
}

.FarmInformation {
}

.FarmInformation td {
	padding: 2px;
}

.FarmInformation tr.title td {
	background-color: #AAAAAA;
	color:#FFFFFF;
	font-weight:bold;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.FarmInformation tr.submit td {
	color:#FFFFFF;
	font-weight:bold;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.Table {
}

.Table td {
	padding: 1px;
}
