body {
	background-color: #FFFFFF;
	/* background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x; */
}
/* CSS  override sheet
    - all colour reference refer to the colours from the design page supplied by
    IIS

/* CSS  */
#rightcolumn {
	font-size: 12px;
	color: #444444;
	list-style-type: none;
	width: 245px;
	padding-bottom: 30px;
	background-image: url(rightCol_bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
}
#rightcolumn li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
}
#content_3c {
	padding-bottom: 100px;
	padding-left: 15px;
	line-height: 140%;
	padding-top: 20px;
}
#footer {
	background-color: #52CC00;
}
#footer_text {
	margin: 0px auto;
	width: 1000px;
}
#navigation {
	background-color:#999999;
	height: 28px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bk_cols3 {
	background: url(3col.gif);
}

#topBanner{
	background-image: url(topBanner.jpg);
	height: 109px;
	background-repeat: no-repeat;
}
#topBanner_F{
}
/* set French banner to default English */ 
#banner {
	background-image: url(banner.jpg);
	height: 232px;        /* normal 130 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
#banner_F {
} 
#page   {
	background-image: url(pic.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 0px;
}
#outer_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftnav a{
	padding-top: 10px;
	padding-bottom: 10px;
}
#leftnav a:hover {/* pegovstyle.css (line 247) */
	background-color:  #BBBBBB;           /*  #82BDE2 background colour of hover navigation menu items */
	color:#222222;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	height:absolute;
	text-align:left;
	line-height:19px;
	font-size:12px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-weight: normal;
}
.menu ul {
	padding:0;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	margin-top: 20px;
}
.menu ul li {
	float:left;
	margin-right:1px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	padding-top: 0px;
}
.menu ul li ul {
	display: none;
	margin-top: 0px;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	background-color: #DDDDDD;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:-1px;
	left:230px;
	font-size: 11px;
}

