
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* general, global style rules */

body {
	background-image:  url("../_images/body_tile.gif");
	background-position: center center;
	background-repeat: repeat-y;
	background-color: #EBEBEB;
	font-family: arial, helvetica, sans-serif;
	color: #484848;
	margin: 0px;
}

h3 {
	font-size: 130%;
	color: #2D4799;
	border-bottom: 1px solid #2D4799;
}

ul {
	list-style-image:  url("../_images/bullet_grey_square.gif");
}
ul li {
	/*/*/margin-bottom: 1em;/**/
}

a {
	color: #484848;
	text-decoration: underline;
}
a:visited {
	color: #484848;
	text-decoration: underline;
}
a:hover {
	color: #009FE8;
	text-decoration: underline;
} 

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules governing overall page layout - columns, margins, etc 

td.left {
	background-color: #EBEBEB;
	background-image:  url("../_images/left_tile.gif");
}
td.right {
	background-color: #EBEBEB;
	background-image:  url("../_images/right_tile.gif");
}
*/
table#toolbar td {
	background-color: #000066;
	text-align: right;
}
table#toolbar td.left {
	background-color: #7070A9;
	text-align: right;	
}
table#toolbar td.right {
	background-color: #7070A9;
	text-align: left;
}

table#footer table td p {
	text-align: right;
}
table#footer hr {
	color: #D1D1D1;
	height: 1px;
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules governing the 'bread crumb trail' */

table#crumb a {
	color: #797979;
}
table#crumb a:visited {
	color: #797979;
}
table#crumb a:hover {
	color: #009FE8;
}
table#crumb a.lit {
	color: #2D4799;
}
table#crumb a.lit:visited {
	color: #2D4799;
}
table#crumb a.lit:hover {
	color: #797979;
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* handy formatting rules */
.lit {
  color: #000066;
  font-weight: bold;
}
a.lit {
	color: #2D4799;
}
a.lit:visited {
	color: #2D4799;
}
a.lit:hover {
	color: #484848;
} 

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules governing left-hand navigation menus (2nd, 3rd and 4th level menus) */

/* 2nd level menus */

td#menusub {
	width: 180px;
	vertical-align: top;
	padding-top: 10px;
}

td#menusub ul {
  list-style-type: none;
  list-style-image: none;
  padding-left: 0px;
  margin-left: 20px;
}

td#menusub a {
	color: #2D4799;
}
td#menusub a:visited {
	color: #2D4799;
}
td#menusub a:hover {
	color: #797979;
}

/* 3rd level menus */

td#menusub ul ul {
	background-color: #F0F2F8;
}
td#menusub ul ul li {
	background-image: none;
	background-image:  url("../_images/bullet_grey_square.gif");
	background-position: 20px 7px;
	background-repeat: no-repeat;
}

/* 4th level menus */

div#sectionbox li {
	list-style-type: none;
	list-style-image: none;
	background-image:  url("../_images/sectionbox_bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

div#sectionbox a {
	color: #2D4799;
}
div#sectionbox a:visited {
	color: #2D4799;
}
div#sectionbox a:hover {
	color: #484848;
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules specific to quick links section on home page */

div#news {
	margin-top: 10px;
	padding-left: 35px;
}
div#news ul {
	list-style-image: none;
	list-style-type: none;
	margin-top: 5px;
	margin-left: 3px;
	padding-left: 0px;
}

div#quicklinks {
	margin-top: 10px;
	padding-top: 40px;
}
div.quicklinks-en {
	background-image:  url("../_images/home_feature_quicklinks.gif");
	background-repeat: no-repeat;
}
div.quicklinks-fr {
  background-image:  url("../_images/home_feature_quicklinks_f.gif");
  background-repeat: no-repeat;
}
div#quicklinks td {
	background-color: transparent;
	vertical-align: top;
}
div#quicklinks ul {
	margin-top: 5px;
}
div#quicklinks a {
	color: #009FE8;
}
div#quicklinks a:visited {
	color: #009FE8;
}
div#quicklinks a:hover {
	color: #484848;
}

.tbl_center{
	text-align: center;
	color: #000000;
}

.research {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 700px;

}
.research_td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737373;
	text-align: left;
	vertical-align: top;
}

