@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #018640;
	margin: 10px 0 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #fde2b8;
}
a:active {
	text-decoration: none;
}

#container {
	width: 780px;  
	background: url(images/background.gif) repeat-y left top;
	margin: 0 auto;
	text-align: left;
	border: 5px solid #007036;
} 
#header {
	padding: 0;
	background: #ffe6cc;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 5px; 
	color: #FFFFFF;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	margin-top: 40px;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	border: 2px dotted #FFE6CC;
	margin-bottom: 10px;
	padding: 0px 6px 10px;
	line-height: 1.3em;
}
#sidebar2 a:link {
	font-weight: bold;
	color: #007036;
	text-decoration: none;
}
#sidebar2 a:visited {
	font-weight: bold;
	color: #007036;
	text-decoration: none;
}
#sidebar2 a:hover, a:active, a:focus {
	font-weight: bold;
	color: #ff9933;
	text-decoration: underline;
}
#mainContent {
	margin: 0 200px; 
	padding: 20px 10px 0; 
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	vertical-align: top;
	background: #FFFFFF;
} 
#mainContent a:link {
	font-weight: bold;
	color: #007036;
	text-decoration: none;
}

#mainContent a:visited {
	font-weight: bold;
	color: #007036;
	text-decoration: none;
}
#mainContent a:hover, a:active, a:focus {
	font-weight: bold;
	color: #ff9933;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0 10px; 
	font-size: 12px;
	line-height: 16px;
} 
i {
	font-style: italic;
}

h1 {
	font: bolder 22px/normal Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #ff9933;
	color: #007036;
}
h2 {
	font: normal 18px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #007036;
}
h3 {
	font: bold 15px/normal Geneva, Arial, Helvetica, sans-serif;
	color: #007036;
	background: #ffe6cc;
	padding: 3px;
}


h4 {
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
h5 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #007036;
	background: #ffe6cc;
	padding: 3px;
}
hr {
	background: #007036;
}


#footer {
	padding: 0 20px; 
	background:#FFFFFF;
	color: #007036;
	border-top: thick solid #FFE6CC;
	text-decoration: none;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #000000;
	text-align: center;
	font-size: 11px;
}
#footer a:link {
	color: #007036;
	text-decoration: none;
}
#footer a:visited {
	color: #007036;
	text-decoration: none;
}
#footer a:hover, a:active, a:focus {
	color: #ff9933;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
div.center{
width: 100%;
text-align: center;
}
li.double { /* this double spaces a list item */
	line-height: 26px;
}
.caption {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
}
.tdcenter { /* centers text in a table cell */
	text-align: center;
	vertical-align: top;
}
.tdleft { /* left aligns text in a table cell */
	text-align: left;
}
.tableborder {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	float: right;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-align: left;
	margin-left: 8px;
}
.font11px {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}
/* Style for tables of thumbnail images */
table.thumbs{
   vertical-align: middle;
   text-align: center;
   border-collapse: collapse;
}
/* Style for table cells that contain thumbnails */
td.thumbs{
	padding: 10px 15px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	font-size: 11px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
}
/* Style for thumbnail images */
img.thumbs{
	width:146px;
	border-width: 0px;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
}.breadcrumb {
	font-size: 10px;
}
li {
	line-height: 18px;
}
/* Style for tables with staff information */
table.staff{
	vertical-align:middle;
	text-align:left;
	border-collapse:collapse;
	width:100%;
}
td.staff{
	padding:7px;
	border-bottom:solid 1px #000000;
}	
/* Table for Washington DC workshop agenda */
table.agenda{
	border: thin solid #666666;
	margin:1em;
	border-collapse:collapse;
}

td.agenda{
	border: solid thin #CCC;
	padding:0.4em;
	font-size: 0.95em;
}
th.agenda{
	background-color: #CCCCCC;
	padding: .5em;
}
/* Styles for table on Economics of Soy page */
table.economics {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999999;
}
.economics th, td {
	border: 1px solid #999999;
	padding: 3px;
}


.disclaimer {
	color: #000000;
	text-align: left;
	border-top: 2px dashed #FFE6CC;
	padding-top: 3px;
	padding-bottom: 3px;
	font: italic 10px Arial, Helvetica, sans-serif;
}

/* Styles for table for Conference photos */
table.conferencepix {
	vertical-align: top;
	text-align: center;
	background-color: #FFFFFF;
	width: 760px;
	border:5px solid #007036;
	margin:auto;
	border-collapse: collapse;
}
th.conferencepix {
	font-size: 1.6em;
	font-weight: bold;
	color:#000000;
	line-height: 1.8em;
	background-color: #ffe6cc;
}
td.conferencepix {
	padding:8px;
	color:#000000;
	border: 2px solid #ffe6cc;
}
img.conferencepix {
	width:245px;
}
