@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

/* Tags */

td {
	color: #000000;
	font: 11px Verdana;
	overflow-x:hidden;
}

body {
	color: #000000;
	font: 11px Verdana;
	overflow-x:hidden;
}
a:visited {
	color: #8DA1A2;
	text-decoration: none;
}
a {
	color: #8DA1A2;
	text-decoration: none;
}
a:hover {
	color: #8DA1A2;
	text-decoration: none;
}
dl { margin-bottom: 10px; }
code { margin-bottom: 10px; }
pre { margin-bottom: 10px; }
h3 { margin-bottom: 10px; }
p { margin-bottom: 10px; }
h3 {
}
dt { font-weight: bold; }
dd { margin-left: 15px; }
ul li ul { margin-left: 15px; }
h2 {
	font: 14px verdana;
	margin-bottom: 0px;

}
h3 { 
	font: 14px verdana; 
	margin-bottom: 0px;
	font-weight: bold;
}
h4 { 
  	font: 16px verdana;
	font-weight: bold;
}
h5 { 
	font: 12px verdana #8DA1A2; 
	margin-bottom: 6px;
	font-weight: normal;
}

/* Layout structure */

#container {
	margin: 0 auto;
	padding: 20px 0px;
	text-align:left;
	width: 901px;
	height:1000px;
	position: relative;
	overflow:visible;
}
#topbar { 
	background: url(images/bg-header-repeat.jpg);
	cursor: default;
	display: block;
	top:0px;
	height: 150px;
	text-indent: -99999px;
	left: 0px;
	position: absolute;
	width: 2000px;
	z-index: -1;
}
#branding { 
	background: url(images/bg-header-new.jpg) no-repeat;
	cursor: default;
	display: block;
	top:0px;
	height: 250px;
	text-indent: -99999px;
	left: 0px;
	position: absolute;
	width: 750px;
	z-index: -1;
}

#branding span { display: none; }
#content { 
	position: absolute;
	top: 120px;
	width: 900px;
}
#leftside {
	display: block;
	width: 150px;
	position: absolute;
	top: 100px;
	left: 750px;
}
#date {
	font: 10px arial;
	color: #506169;
}

/* Style for Usual tabs */

ul.idTabs { 
  padding: 1px 0px 0px 0px;
  width:910px;
  overflow-x: hidden;
}
ul.idTabs li { 
	list-style: none; 
	float: left; 
}
ul.idTabs a {
  display: block;
  text-decoration: none;
  font: 14px Verdana;
  color: #506169;
  background: url(images/main-nav-buttons.jpg) top right no-repeat;
}
ul.idTabs a em {
  padding: 6px 14px;
  font: 14px Verdana;
  text-decoration: none;
  color: #506169;
  background: url(images/main-nav-buttons.jpg) top right no-repeat;
  display: block;
  float: left;
  cursor: pointer;
  font-style: normal;
}
body#english ul.idTabs a i {
	padding: 8px 14px 7px 70px;
	color: #506169;
	font: 12px Verdana;
	text-decoration: none;
	background: url(images/main-nav-buttons.jpg) top right no-repeat;
	display: block;
	float: left;
	cursor: pointer;
	font-style: normal;
}

body#french ul.idTabs a i {
  padding: 8px 14px 7px 91px;
  color: #506169;
  font: 12px Verdana;
  text-decoration: none;
  background: url(images/main-nav-buttons.jpg) top right no-repeat;
  display: block;
  float: left;
  cursor: pointer;
  font-style: normal;
}


ul.idTabs a b {
	padding: 6px 40px 6px 6px;
	color: #506169;
	font: 14px Verdana;
	text-decoration: none;
	background: url(images/main-nav-buttons.jpg) top right no-repeat;
	display: block;
	float: left;
	cursor: pointer;
	font-style: normal;
	text-align:left;
}


ul.idTabs a:hover {
  background: url(images/main-nav-buttons.jpg) -10px -39px no-repeat;
}

ul.idTabs a:hover em {
  background: url(images/main-nav-buttons.jpg) center right no-repeat;
}

ul.idTabs a.focus {
  background: url(images/main-nav-buttons.jpg) -454px -78px no-repeat;
  font-weight: bold;
  cursor:default;
}

ul.idTabs a.selected {
  background: url(images/main-nav-buttons.jpg) -454px -78px no-repeat;
  font-weight: bold;
  cursor:default;
}

ul.idTabs a.focus em {
  background: url(images/main-nav-buttons.jpg) bottom right no-repeat;
  font-weight: bold;
  cursor:default;
}

ul.idTabs a.selected em {
  background: url(images/main-nav-buttons.jpg) bottom right no-repeat;
  font-weight: bold;
  cursor:default;
}

/*
ul.idTabs li:first-child a em {
  background: url(images/main-nav-buttons.jpg) 0 0 no-repeat;
}		

ul.idTabs li:first-child a:hover em {
  background: url(images/main-nav-buttons.jpg) -10px -39px no-repeat;
}	

ul.idTabs li:first-child a:selected em {
  background: url(images/main-nav-buttons.jpg) 0 -78px no-repeat;

}
*/

div.tab {
	background-color: #ffffff;
	clear: both;
	padding: 0px;
	border: 0px solid #000000;
	border-top: none;
}
div.news {
	background-color: #ffffff;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #000000;
}
