/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
html properties
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

body	{background-color: #ffffff; text-align: center; font-family: Arial, Helvetica, sans-serif;  margin: 0px 0px 0px 0px;}
	
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
image properties
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.imageindent {padding-left: 6px;}

.bckgndhome {
	background-image: url(../images/bckgnd_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bckgnd {
	background-image: url(../images/bckgnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
navigation properties

homelink - cargill link
nav - horizontal nav
headernav - news, links area
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.homelink a {
	font-size: 12px;
	/*color: #6b8fb5;*/
	color: #1E1E87;
	padding-bottom: 18px;
	padding-right: 40px;
}

.nav {
background-color: F7F4C8;
}

.nav a {
	font-size: 11px;
	
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	height: 20px;
	text-decoration: none; 
	color: 5F0023;
}

.navselected {
	font-size: 11px;
	background-color: CCC33E;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	/*height: 20px;*/
	text-decoration: none;
	color: ffffff;
}

.navselected a{
	color: ffffff;
}


.headernav {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 33px;
	line-height: 13px;
}

.headernav p {
	margin-top: 1px;
	margin-bottom: 2px;
}

.headernav b {
	font-size: 11px;
}

.headernav a {
	text-decoration: none; 
	color: ffffff;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
sidebar properties
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.whatsnew {
font-size: 11px;
	color: #5F0023;
	padding-left: 33px;
	padding-top: 200px;
	padding-bottom: 30px;
}

.whatsnew p {
	margin-top: 0px;
	margin-bottom: 6px;
}
.whatsnew a {
	color: 5F0023;
}
	
.sidebar {
	font-size: 11px;
	color: #5F0023;
	padding-left: 33px;
	width: 272px;
	padding-top: 20px;
	padding-bottom: 30px;
	line-height: 26px;
}

.sidebar h1 {
	font-size: 18px;
	margin-bottom: -10px;
	font-weight: normal;
}
.sidebar a {
	color: 5F0023;
}
.sidebar strong {
	color: 000000;
}

.sidebar table{
margin-left: 100px;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
text properties
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.content {
	font-size: 12px;
	line-height: 21px;
	padding-top: 60px;
}

.content h1 {
	font-size: 18px;
	padding-top: 6px;
	margin-bottom: -3px;
}

.content h2 {
	font-size: 12px;
	font-style: italic;
	padding-top: 6px;
	margin-bottom: -3px;
}

.breadcrumbs {
	font-size: 10px;
	color: A19930;
}

.breadcrumbs a {
text-decoration: none;
	color: 5F0023;
}

.footer {
	font-size: 9px;
	text-align: center;
}

.title {
	font-family : "Times New Roman", Times, serif;
	font-size : 28px;
	font-weight : bolder;
	color : #663333;
}

.bold {
	font-weight: bold;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
table properties
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.table {
	font-size: 11px;
	background-color: 999999;
	border: 0px;
}

.table th {
	font-weight: bold;
	color: ffffff;
	background-color: CCC33E;
	text-align: left;
	height: 20px;
	padding: 6px;
}

.table td {
	padding: 6px;
}
	
.tablecolumn1 {
	background-color: F7F4C8;
	font-weight: bold;
}

.tablecolumn2 {
font-size: 11px;
	background-color: ffffcc;
}

.mailform {
	font-size:12px;
}	


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
link properties
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

a:hover {text-decoration: underline;}
.source {

	font-size: 10px;
}
.tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;

}
