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 */
	color: #000000;
	background-image: url(../images/greybg.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
img { border: none; }

a:link, a:visited {
	text-decoration: none;
	color: #034471;
}
a:hover, a:active {
	text-decoration: none;
	color: #666;
}
.oneColElsCtr #container {
	width: 980px;
	height: 43px;
	margin: 0 auto;
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
}
.oneColElsCtr #mainContent {
	margin: 0 auto;
	width: 912px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#languagebar {
	margin: 0;
	padding: 0;
	float: right;
	height: 20px;
	width: 60px;
}
#header {
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 76px;
	width: 910px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #FFF;
	border-left-color: #ccc;
}

#english {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 15px;
}
#french{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 15px;
}
#langspacer{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 7px;
}
#leaf{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 22px;
}
#logo {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.menu {
	background-image: url(../images/consolebg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 911px;
}
.maininfo {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 910px;
	border: 1px solid #CCC;

}
.bottominfo {
	float:left;
	height:auto;
	background-color: #FFF;
}
#footer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 910px;
}
#bottomlinks {
	padding: 0px;
	float: right;
	height: 20px;
	
	color: #999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottomlinks a{
	color:#999;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
#trademark {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 910px;
}
.lgreytext {
	color:#999;
}
.menu ul {padding:0;margin:0;list-style-type:none;height:35px; text-align:center}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	margin-left:5px;
	margin-right:5px;
	
	position:relative;
	
	
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
padding-left:6px;
	padding-right:6px;
	height:35px;

	
	line-height:33px;
	font-weight:bold;
	vertical-align: 10px;
	
}

 .homeicon{
	 
	 float:left;
	 padding:0px;
	 margin-left:10px;
	 margin-right:10px;
	 width:21px;}
	
	
	 
.menu :hover > a {color:#000; background-color:#999;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-left:5px;
	padding-right:5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-right-color: #FFF;
	border-bottom-color:#999;
	border-left-color: #FFF;}	
	
	.homeicon :hover{
		  background:none;
	 border:none;
	 width:21px;}
	  .homeicon a:hover{
		  background:none;
	 border:none;
	 border-width:0px;
	 width:21px;}
#overlay{
	background-image: url(../images/zoombg.png);
	background-repeat:repeat;
	
	}
	
	#overlay2{
	background-image: url(../images/zoombg.png);
	background-repeat:repeat;
	
	}

