/*  agriculture  CSS  */

body{
	background-color: #c0c0c0;     /* 1st  colour  */
}
#outer_border {
    width:1000px;  /* from new_pegovstyle.css */
}
#rightcolumn  {
	background-color: #BADCA0;   /*  2nd colour  */

}
#leftcolumn {
	background-color: #BADCA0;   /*  2nd colour  */
}
#footer a:hover {
	color: #FFF;    /*  2nd colour  */
}
#leftnav a{
	background-color: #BADCA0;   /* colour #2  */
}
#navlist{
border-top: 1px white solid;
}
#subleftnav{
	background-color: #BADCA0;   /* colour #2  */
}
#footer {
	background-color: #8b4722;   /* 3rd colour  */
}
#topnav ul
{
	background-color: #33521a;     /* 3rd colour  */
}
#topnav ul li a{
	background-color: #8b4722;         /* 3rd colour  */
}
#topnav ul li a:hover{/*  from line 177*/
    background-color:#FF9900;
    color: #fff;
}
#navigation {/*  CommonMenuBar */
    background-color:#8b4722;
}
#dropdown-menu li:hover li a, #dropdown-menu li.hover li a {  
	background-color: #8b4722;  
}
#leftnav a:hover {
    background-color:#D7EBC7;
    color:#000000;
}
#rightcolumn  a, #rightcolumn  a:visited  {
    color:#000000;
}
#rightcolumn  a:hover {
    color:#000000;
}

/*******************    *******************************/
/*   Start Image URLS   */ 
#bk_cols2 {
	background: url(2col.gif);
}
#bk_cols3 {
	background: url(3col.gif);
}
#banner {
	background-image: url(growing_forward.jpg);
}
#topBanner { /* GIF instead of JPG from new_pegovstyle.css */
	background-image: url(topbanner.gif);
}
/* set French banner to default English */ 
#banner_F {
	background-image: url(growing_forward.jpg);
} 
#left-content {
width:45%;
}

#right-content {
    width:45%;
}
.new-title, .news-title{
background-color:#8b4722; 
width: 98%;
border:1px solid black;
}
.whatsNew-title {
background-color:#8b4722; 
width: 95%;
border:1px solid black;
}

