/* CSS Document */
/* created 29 May 2007 */
/* AgriExchange website */

body {
	margin: 0; /* it's good practice to 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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background:url(images/agexback.jpg) repeat-y scroll center 0pt; */
}
a{
	color:#006633;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align:left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #innercontainer{
	width:780px;
	height:auto;
	padding:2px;
	margin-left:4px;
	margin-right:4px;
}
.oneColFixCtrHdr #indexmain {
	width: 778px;
	top :0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin-top:5px;
	border: 4px solid #d3e6c0;
	background-color: #f5f5f5;
	text-align: justify;
	padding-right:2px;
	padding-left:2px;
	padding-top:4px;
	}
.oneColFixCtrHdr #main {
	width: 766px;
	top :0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin-top:5px;
	margin-left:7px;
	border: 4px solid #d3e6c0;
	background-color: #f5f5f5;
	text-align: justify;
	padding-right:4px;
	padding-left:4px;
	padding-top:4px;
	display: inline; /* gets around IE6 doubling the left margin */
	}
	
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 13px;	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006633;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
}
.oneColFixCtrHdr #mainContent h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.oneColFixCtrHdr #mainContent h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006633;
	}
.oneColFixCtrHdr #mainContent a {
	font-weight: bold;
	color: #006633;
}
.oneColFixCtrHdr #vitorlogo {
	float:right;
	margin: 0px 2px 2px 5px;
	border: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0083ca;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	height:20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.oneColFixCtrHdr #footer a {
	font-weight: bold;
	color: #FFFFFF;
}
.oneColFixCtrHdr #notes {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#63af17;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #notes a{
	font-weight: bold;
	color: #000000;
}
.oneColFixCtrHdr #headerbar {
	color:#FFFFFF;
	width:774px;
	height:25px;
	background-image: url(../images/green.jpg);
	background-repeat: repeat-x;
	border: 4px solid #d3e6c0;
	margin-left:7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.oneColFixCtrHdr #innerheaderbar {
	color:#FFFFFF;
	width:758px;
	height:25px;
	background-image: url(../images/green.jpg);
	background-repeat: repeat-x;
	border: 4px solid #d3e6c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.oneColFixCtrHdr #innerheaderbarg {
	color:#FFFFFF;
	width:752px;
	height:25px;
	background-image: url(../images/dkgreen.jpg);
	background-repeat: repeat-x;
	border: 4px solid #d3e6c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.oneColFixCtrHdr #innerheaderdiv {
	color:#FFFFFF;
	width:758px;
	height:4px;
	background-color: #d3e6c0;
}
.oneColFixCtrHdr #headerbarshort {
	color:#FFFFFF;
	width:330px;
	height:25px;
	background-image: url(../images/green.jpg);
	background-repeat: repeat-x;
	border: 4px solid #d3e6c0;
	margin-left:40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}
.oneColFixCtrHdr #headerbarmed {
	color:#FFFFFF;
	width:400px;
	height:25px;
	background-image: url(../images/green.jpg);
	background-repeat: repeat-x;
	border: 4px solid #d3e6c0;
	margin-left:40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}
.oneColFixCtrHdr #container425 {
	color:#000000;
	width:425px;
	margin-left:5px;
	margin-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	height: auto;
}
.oneColFixCtrHdr #container330 {
	width:330px;
	height:auto;
	margin-bottom:5px;
	margin-left:44px;
	text-align: center;
}	
.oneColFixCtrHdr #container400 {
	width:400px;
	height:auto;
	margin-bottom:5px;
	margin-left:44px;
	text-align: center;
	padding-left:2px;
	padding-right:2px;
}

.oneColFixCtrHdr #imageright {
	width:auto;
	height:auto;
	margin-bottom:5px;
	margin-left:40px;
	text-align: center;
	margin-right:10px;
}	
.oneColFixCtrHdr #imageleft {
	width:auto;
	height:auto;
	margin-top:5px;
	margin-right:40px;
}	
#apDiv1 {
	position:absolute;
	width:800px;
	height:41px;
	z-index:1;
	left: 20px;
	top: 107px;
	background-color:#0794fd;
}
.jobtextmain {
	font-size: 14px;
	font-weight: normal;
	color: #006600;
	text-align: center;
}
.jobtextbody {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.textheader {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-align: left;
}
.textolive {
	font-size: 14px;
	font-weight: bold;
	color: #72822A;
	text-align: left;
}
.textolivelight {
	font-size: 14px;
	color: #72822A;
	text-align: left;
}
.sitemapl1 {
	font-size: 12px;
	font-weight: bold;
	color: #0490e8;
	text-align: left;
}
.sitemapl2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.textwhite {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.header12b {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.textyellow {
	font-size: 12px;
	font-weight: normal;
	color: #FFFF00;
}
.textred {
	font-size: 12px;
	font-weight: normal;
	color: #00FF00;
}