/*  Office of the Executive Council  CSS  */
body{
	background-color: #919c7d;     /* 1st  colour  */
}
#outer_border {
    width:1000px;  /* from new_pegovstyle.css */
}    
/*******   Start Image URLS  *******************************/
#bk_cols2 {
	background: url(2col.gif);
}
#bk_cols3 {
	background: url(3col.gif);
}
#banner {
	background-image: url(banner.jpg);
}
#topBanner { /* GIF instead of JPG from new_pegovstyle.css */
	background-image: url(topbanner.gif);
}
#topBanner_F { /* GIF instead of JPG from new_pegovstyle.css */
	background-image: url(topbanner_F.gif);
}
/* set French banner to default English */ 
#banner_F {
	background-image: url(banner.jpg);
}
/*******   End Image URLS  *******************************/ 
/* footer */
#footer {
	background-color: #AC886A;   /* 3rd colour  */
}
#footer a:hover {
	color: #FFF;    /*  2nd colour  */
}
/* Common Menu Bar */
#navigation {
    background-color:#AC886A;
}
#dropdown-menu li:hover li a, #dropdown-menu li.hover li a {  background-color: #ac886a;  }
/* right column  - NONE   
#rightcolumn {
	background-color: #E1DDCC3;  
}
*/
/* left column */
#leftcolumn {
	background-color: #E1DDCC3;   /*  2nd colour  */
}
#leftnav a{
	background-color: #E1DDCC3;   /* colour #2  */
}
#leftnav a:hover {
    background-color:#CFA67A;
    color:#000000;
}
#subleftnav a, #subleftnav a:link, #subnavlist a:visited {
    background-color:#FFF;
    color:#000000;
}
#subleftnav a:hover {
    background-color:#DEF9BA;   /* green-grey */
    color:#000000;
}

