

body {
	text-align : center;
	background-color : #F1EADE;
}

body, p, td, th, li {
	font-family : Times New Roman, Times, Serif;
	font-size : 13px;
	line-height : 19px;
}

#Layout {
	width : 800px;
	height : 600px;
	margin : 0px auto;
	text-align : left;
	background-color : #FFFFFF;
	border : 1px #563226 solid;
}

#TopBar {
	height : 114px;
}

#ContentTable {
	width : 100%;
	height : 100%;
}

#NavBar {
	width : 172px;
	background-image : url("images/nav_bkg.jpg");
}

#Address {
	padding-top : 6px;
	text-align : right;
	padding-right : 18px;
	font-family : Times New Roman, Times, Serif;
	font-size : 11px;
	line-height : 20px;
	color : #000000;
}

#Content {
	
		padding : 14px 26px;
	
}

#Content iframe {
	width : 100%;
	height : 100%;
}

#NewsBar {
	width : 242px;
	background-color : #612C1C;
}

#NewsSpace {
	height : 168px;
	background-image : url("images/farmNewsBkg.jpg");
}

#SidebarImage {
	text-align : center;
	font-size : 12px;
	background-color : #D7BF9B;
	border-width : 1px;
	border-color : #612C1C #D7BF9B #D7BF9B #612C1C;
	border-style : solid;
	padding : 24px 34px 10px 34px;
}

#SidebarImage a:link,
#SidebarImage a:active,
#SidebarImage a:visited {
	font-style : italic;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

#SidebarImage a:hover {
	text-decoration : underline;
}

#SidebarImage a img,
#SidebarImage img {
	margin-bottom : 8px;
}









