body {
	margin: 59px 0px 0px 2px;
	padding: 0px;
	background-color: #f0f2f2;
	background-image: url(../images/page/page-background.gif);
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	color: #333838;
	text-align: center;
	min-height: 1000px;
}
table {
	font-size: 1em;
}
p, ul, ol {
	font-size: 0.9em;
}
h1, h2, h3,  h5, h6 {
	color: #0062a1;
	font-weight: normal;
	padding: 0px;
}
h1 {
	font-size: 1.6em;
	margin: 20px 0px 5px 0px;
}
h2 {
	font-size: 1.3em;
	margin: 17px 0px 5px 0px;
}
h3 {
	font-size: 1.1em;
	margin: 16px 0px 3px 0px;
}
h3+h4 {
	margin-top: 8px;
}
h4 {
	font-size: 1em;
	margin: 17px 0px 2px 0px;
	padding: 0px;
	font-weight: normal;
}
h5 {
	font-size: 1.25em;
	margin: 15px 0px 5px 0px;
}
h6 {
	font-size: 1.2em;
	margin: 15px 0px 5px 0px;
}
.small {
	font-size: 0.8em;
}

p {
	margin: 8px 0px 12px 0px;
	padding: 0px;
}
.content-inner p {
	text-align: justify;
}
.content-right p, .photopanel p, .newspanel p, .otext p {
	text-align: left;
}
ul, ol {
	position: relative;
	text-align: justify;
}
ul {
	margin: 6px 0px 10px 0px;
	padding: 0px;
}
ol {
	margin: 5px 0px 5px 14px;
	padding: 0px 0px 5px 13px;
}
blockquote {
	padding-left: 0px;
	margin-left: 27px;
	text-align: justify;
	font-size: 0.9em;
}
blockquote p {
	font-size: 1em;
}
#page-content ul li {
	list-style-type: none;
	background-image: url(../images/page/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 27px;
}
#page-content li {
	margin-bottom: 8px;
}
.error {
	color: #d00;
	font-weight: bold;
}
a {
	color: #5d7088;
}
a:hover {
	color: #0062a1;
}

/* ---------------------------------------------- 
   PAGE - WHITE PANEL DIVS
   inner width = 938px   (946 inc shadow)  
   ---------------------------------------------- */
#white-panel {
	width: 947px;
	margin: auto;
	background-image: url(../images/page/page-tile.gif);
	background-repeat: repeat-y;
	background-position: 1px top;
	text-align: left;
}
#page-top {
	height: 112px;
	width: 947px;
	background-image: url(../images/page/page-top.gif);
	background-repeat: no-repeat;
	background-position: 1px top;
}
#page-main {
	width: 947px;
	background-image: url(../images/page/page-main.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: 0px top;
}
#page-bottom {
	height: 50px;
	width: 947px;
	background-image: url(../images/page/page-bottom.gif);
	background-repeat: no-repeat;
	background-position: 1px bottom;
	margin: auto;
}
#page-bottom img {
	margin: 10px 0px 0px 26px;
}
/* ---------------------------------------------- 
   HEADER - LOGO & NAVIGATION
   ---------------------------------------------- */
#header {
	height: 112px;
	width: 946px;
	background-image: url(../images/page/marbles.jpg);
	background-repeat: no-repeat;
	background-position: 581px 18px;
	position: absolute;
}
#millennium-global {
	position: relative;
	left: 25px;
	top: 18px;
	height: 95px;
	width: 531px;
	background-image: url(../images/page/navbar-top.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#millennium-global img {
	margin: 2px 0px 0px 3px;
}
#navbar {
	width: 900px;
	height: 46px;
	margin-left: 24px;
	background-image: url(../images/page/over/homebutton.gif);
	background-repeat: no-repeat;
	background-position: -150px -150px;
	overflow: visible;
}
ul#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	z-index: 100;
	background-image: url(../images/page/over/navbutton.gif);
	background-repeat: no-repeat;
	background-position: -150px -150px;
}
ul#nav li {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 136px;
	height: 46px;
}
ul#nav li a {
	display: block;
	height: 46px;
	background-image: url(../images/page/off/navbutton.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	line-height: 40px;
	color: #202424;
	text-decoration: none;
	overflow: hidden;
}
a.navbutton {
	width: 135px;
	margin-left: 1px;
}
ul#nav li a:hover {
	background-image: url(../images/page/over/navbutton.gif);
	color: #202424;
}
ul#nav li#nav1 {
	width: 135px;
	overflow: hidden;
}
ul#nav li#nav1 a{
	width: 135px;
	background-image: url(../images/page/off/homebutton.gif);
	background-repeat: no-repeat;
	border: none;
}
ul#nav li#nav1 a:hover{
	background-image: url(../images/page/over/homebutton.gif);
}
ul#nav li a.locked, ul#nav li a.locked:hover {
	color: #909393;
}
ul.menu {
	position: absolute;
	display: none;
	top: 46px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-left: 1px solid #eee;
}
ul#nav li ul.menu li {
	float: none;
	height: 25px;
	background-image: none;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 192px;
	overflow: hidden;
}
ul#nav ul.menu li.catmenu {
	width: 168px;
}
ul#nav ul.menu li.catmenu a {
	width: 168px;
}
ul#nav li ul.menu li a {
	height: 25px;
	line-height: 22px;
	background-color: #f0f2f2;
	background-image: url(../images/page/off/menubutton.gif);
	border: none;
	text-align: left;
	left: 0px;
	padding-left: 8px;
	margin: 0px;
	width: 192px;
}

ul#nav li ul.menu li a:hover {
	background-color: #c6cccc;
	background-image: url(../images/page/over/menubutton.gif);
}

ul#nav li ul#nav4menu li {
	width: 248px;
}
ul#nav li ul#nav4menu li a {
	width: 240px;
}
#navright {
	width: 194px;
	height: 46px;
	background-image: url(../images/page/navright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	margin-left: 1px;
}
#search {
	width: 194px;
	height: 46px;
	background-image: url(../images/page/searchbar.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	margin-left: 1px;
}
#search form {
	float: left;
	width: 108px;
	height: 46px;
	margin: 0px;
	padding: 0px;	
}
#searchterms {
	width: 108px;
	height: 18px;
	background-color: #fff;
	border: none;
	margin: 14px 0px 0px 0px;
	background: none;	
}

/* ---------------------------------------------- 
   MAIN CONTENT AREA - BREADCRUMBS TO FSA STATEMENT
   ---------------------------------------------- */
#page-content {	
	width: 938px;
	min-height: 400px;
	text-align: left;
}
#under-nav {
/* 892px minus 3px each side for curve of navbar */	
	width: 890px;
	margin: 5px 0px 5px 27px;
	font-size: 0.75em;
	color: #99a0a0;
	height: 22px;
}
#breadcrumbs {
	float: left;
	line-height: 16px;
	margin: 2px 0px 0px 2px;
	width: 450px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #444c4c;
}
#breadcrumbs a.trail, #breadcrumbs a.disabled, #breadcrumbs a.disabled:hover {
	color: #aab0b0;
}
#breadcrumbs a:hover, #breadcrumbs a.trail:hover {
	color: #0061A1;
}
a.disabled {
	cursor: text;
}
#login {
	float: right;
	text-align: right;
	white-space: nowrap;
	margin-right:5px;
}
#login label {
	float: right;
	margin: 2px 0px 0px 9px;
	line-height: 16px;
	font-size: 11px;
	text-align: right;
}
#login input {
	float: right;
}
#login input.text {
	width: 70px;
	height: 12px;
	margin: 2px 0px 0px 5px;
	border: 1px solid #a8b0b0;
	color: #0061A1;
	font-size: 10px;
	font-family: verdana, sans-serif;
	line-height: 1;
}
#login input.submit {
	margin-left: 7px;
	height: 20px;
}
#login input#btn-login {
	width: 46px;
	background-image: url(../images/page/over/login.gif);
}
#login input#btn-logout {
	width: 58px;
	background-image: url(../images/page/over/logout.gif);
}
#login input#btn-register {
	width: 60px;
	background-image: url(../images/page/over/register.gif);
}
/* white panel inner is 938px wide */
.content-inner {
	width: 938px;
	margin-left: 1px;
}
.content-wide {
/*	allow full width of white panel 
	use nested div .content-wide-inner
	for 25px margins */
}
.content-wide-inner {
	width: 890px;
	margin-left: 25px;
}
.content-lines {
	width: 890px;
	margin-left: 25px;
	border-top: 1px solid #e0e2e2;
	clear: both;
}
.hline {
	width: 890px;
	height: 1px;
	overflow: hidden;
	background-color: #e0e2e2;
}
.content-lines .content-right {
	border-left: 1px solid #e0e2e2;
}
.divider {
	height: 1px;
	margin: 12px 0px 4px 0px;
	border-top: 1px solid #e0e2e2;
	
}
.content-left {
	width: 665px;
}
/* td.content-left has 1px spacer cell to right */

.content650 {
	width: 650px;
}
.maincontent {
	width: 665px;
	margin-top: 15px;
}
.content-right {
	width: 223px;
}
.rightcontent {
	padding-left: 12px;
}
.product, .leftside {
	width: 600px;
	background-repeat: no-repeat;
	position: relative;
	top: 15px;
	margin-bottom: 50px;
}
.productheader {
	width: 500px;
	height: 120px;
	margin-left: 120px;
}
.productheader h1 {
	margin: 0px;
	padding-top: 20px;
}

span.code {
	font-size: 0.75em;
}

#footer {
	width: 880px;
	height: 40px;
	text-align: right;
	font-size: 0.7em;
	color: #444c4c;
	margin: auto;
}
#footer a {
	color: #99a3a3;
	text-decoration: none;
}
#footer a:hover {
	color: #444c4c;
	text-decoration: none;
}
.textsize {
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}
#textsize1 {
	font-size: 12px;
}
#textsize2 {
	font-size: 14px;
}
#textsize3 {
	font-size: 16px;
}


/* LINK PANELS */

.newspanel a, .acropanel a, .fundpanel a, .photopanel a, .docpanel a, .docpanel-locked a {
	display:block;
	text-decoration: none;
	color: #333838;
}
.newspanel a:hover, .acropanel a:hover, .fundpanel a:hover, .photopanel a:hover, .docpanel a:hover, .docpanel-locked a:hover {
	color: #333838;
}
.newspanel a div, .acropanel a div, .fundpanel a div, .photopanel a div, .docpanel a div, .docpanel-locked a div {
	cursor: pointer;
}
.preload	{
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}
.photopanel	{
	background-image: url(../images/page/over/photopanel.gif);
	background-repeat: no-repeat;
	width: 212px;
	height: 75px;
	margin: 8px 0px 8px 0px;
	font-size: 0.9em;
	background-image: url(../images/page/off/photopanel.gif);
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.photopanel	.preload {
	background-image: url(../images/page/over/photopanel.gif);
}
.photopanel:hover {
	background-image: url(../images/page/over/photopanel.gif);
}
.photopanel-main {
	position: relative;
	top: 9px;
	left: 10px;
	width: 178px;
	height: 57px;
	background-repeat: no-repeat;
}
.photopanel-content {
	margin: 0px 0px 0px 56px;
	width: 110px;
	height: 57px;
}
.panelphoto, .panelphotoover{
	float: left;
	width: 76px;
	height: 64px;
	background-repeat: no-repeat;
}
.panelphoto, .photopanel:hover .panelphotoover {
	display: block;
}
.panelphotoover, .photopanel:hover .panelphoto {
	display: none;
}

.fundpanel-content {
	width: 90px;
	height: 57px;
	float: left;
	margin-left: -10px;
}

.homepicture {
	width: 890px;
	height: 168px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}


.homephotos {
	width: 889px;
	height: 98px;
	overflow: hidden;
	padding: 10px 0px 12px 0px;
	clear: both;
}
.homephotos div {
	width: 208px;
	height: 98px;
	background-repeat: no-repeat;
	margin-left: 12px;
	float: left;
}
#photo1 {
	background-image: url(../images/home/photo-1.jpg);
	margin-left: 21px;
}
#photo2 {
	background-image: url(../images/home/photo-2.jpg);
}
#photo3 {
	background-image: url(../images/home/photo-3.jpg);
}
#photo4 {
	background-image: url(../images/home/photo-4.jpg);
}

.homephotos2 {
	width: 890px;
	height: 100px;
	overflow: hidden;
	padding: 12px 0px 0px 0px;
}
.homephotos2 div {
	width: 212px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: 14px;
	float: left;
}
#hp1 {
	background-image: url(../images/home/office-photo-1.jpg);
	margin-left: 0px;
}
#hp2 {
	background-image: url(../images/home/office-photo-2.jpg);
}
#hp3 {
	background-image: url(../images/home/office-photo-3.jpg);
}
#hp4 {
	background-image: url(../images/home/office-photo-4.jpg);
}







.fadepanel {
	width: 890px;
	margin-top: 12px;
}
.fadepanel-top {
	width: 890px;
	height: 8px;
	background-image: url(../images/page/fadepanel-top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.fadepanel h3 {
	margin: 0px 0px 0px 2px;
	padding: 3px 0px 0px 0px;
	font-weight: normal;
	font-size: 0.95em;
}
.fadepanel-main {
	width: 890px;
	background-image: url(../images/page/fadepanel-mid.gif);
	background-repeat: repeat-y;
}
.fadepanel-bottom {
	width: 890px;
	height: 8px;
	background-image: url(../images/page/fadepanel-bottom.gif); 
	background-repeat: no-repeat;
}
.homepanel {
	width: 405px;
	height: 99px;
	margin-top: 12px;
	overflow: hidden;
	color: #333838;
	background-repeat: no-repeat;
	background-position: 15px 0px;
}
div.homepanel a {
	display: block;
	width: 405px;
	height: 99px;
	text-decoration: none;
}
.homepanel table {
	border-collapse: collapse;
	border-spacing: 0;
	cursor: pointer;
}
.homepanel td {
	padding: 0px;
	height: 99px;
}
.hp, .hp_over, .hp_off {
	width: 405px;
	height: 99px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.hp {
	background-image: url(../images/page/off/homepanel.gif);
}
.hp_over {
	background-image: url(../images/page/over/homepanel.gif);
}
.hp_off {
	background-image: url(../images/page/off/homepanel.gif);
}
div.hp_over {
	display: none;
}
.homepanel:hover div.hp_over, a:hover .hp_over {
	display: block;
}
.homepanel:hover div.hp_off, a:hover .hp_off {
	display: none;
}
.hp_content {
	width: 262px;
	padding-left: 113px;
	height: 99px;
	background-repeat: no-repeat;
	background-position: 15px 0px;
	cursor: pointer;
}
.hp_content h4 {
	cursor: pointer;
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
.homeright {
	margin: 8px 0px 0px 0px;
	float: right;
}
.hrh3 {
	float: right;
	width: 434px;
}
.hr-top, .hr-bottom {
	width: 434px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.hr-main {
	width: 434px;
	background-image: url(../images/home/mission-statement/main.gif);
	background-repeat: repeat-y;
	border-collapse: collapse;
	border-spacing: 0;
	color: #fff;
}
.hr-main td {
	padding: 0px;
}
.hr-main p {
	padding: 0px 0px 12px 0px;
	margin: 0px 15px 0px 15px;
	width: 390px;
	line-height: 1.4;
}
.hrm1 {
	width: 433px;
}
.hrm2 {
	width: 1px;
}
.hr-top {
	height: 10px;
	background-image: url(../images/home/mission-statement/top.gif);
}
.hr-bottom {
	height: 13px;
	background-image: url(../images/home/mission-statement/bottom.gif);
}

.greypanel {
	width: 914px;
	margin-left: 12px;
}
.greypanel-top {
	width: 914px;
	min-height: 10px;
	background-color: #ecedeb;
	background-image: url(../images/page/greypanel-top.gif);
	background-repeat: no-repeat;
	overflow: visible;
}
.greyfade {
	width: 914px;
	height: 12px;
	background-image: url(../images/page/greyfade.gif);
	background-repeat: repeat-x;
}
.greypanel-top h3 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	position: relative;
	top: 10px;
	left:14px;
}
.greypanel-bottom {
	width: 914px;
	height: 20px;
	background-color: #ecedeb;
	background-image: url(../images/page/greypanel-bottom.gif); 
	background-repeat: no-repeat;
	background-position: bottom;
}
.pplsubhead {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 18px;
	font-size: 0.9em;
	width: 850px;
	clear: both;
	overflow: visible;
}
.newsrow {
	height: 89px;
	width: 914px;
	background-color: #ecedeb;
	overflow: visible;
	text-align: left;
}
.newscell {
	height: 77px;
	width: 286px;
	padding: 6px 0px 6px 0px;
	margin: 0px;
	float: left;
	background-image: url(../images/page/over/newspanel.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}
.newspanel {
	width: 286px;
	height: 77px;
	margin: 0px;
	font-size: 0.9em;
	background-image: url(../images/page/off/newspanel.gif);
	position: relative;
	top: 8px;
	overflow: hidden;
	cursor: pointer;
}
.newspanel:hover, .newspanel .preload  {
	background-image: url(../images/page/over/newspanel.gif);
}
.newspanel-main {
	position: relative;
	top: 10px;
	left: 10px;
	width: 245px;
	height: 65px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.newspanel-content {
	margin-left: 68px;
	height: 57px;
	position: relative;
	top: 0px;
}
.newspanel-content h3 {
	line-height: 1.05;
	font-size: 0.97em;
	color: #333838;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
.newspanel-content p {
	color: #636868;
	line-height: 1.05;
}

.lp1, .lp2, .lp3, .lp4, .lp5, .lp6	{
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}
.linkpanel, .linkpanelover {
	cursor: pointer;
	width: 212px;
	font-size: 0.9em;
}
.linkpanel table, .linkpanelover table {
	width: 212px;
}
.linkpanel {
	background-image: url(../images/page/off/linkpanel-tile.gif);
}
.linkpanel-top {
	background-image: url(../images/page/off/linkpanel-top.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 212px;
	overflow: hidden;
}
.linkpanel-bottom {
	background-image: url(../images/page/off/linkpanel-bottom.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 212px;
	overflow: hidden;
}
.linkpanel-main {
	background-image: url(../images/page/off/linkpanel-main.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.linkpanel-content, .linkpanel-content-locked {
	background-position: 194px center;
	background-repeat: no-repeat;
	padding-left: 12px;
	min-height: 22px;
}


.linkpanel-content-locked,  .docpanel-locked a {
	color: #80898c;
}

.linkpanel-content {
	background-image: url(../images/page/off/chevrons.gif);
}
.linkpanel-content-locked {
	background-image: url(../images/page/off/padlock.gif);
}
.linkpanel .paneltext, .linkpanelover .paneltext {
	width: 172px;
	overflow: hidden;
	position: relative;
	top: 3px;
	padding-bottom: 5px;
}
.lp1, .linkpanelover {
	background-image: url(../images/page/over/linkpanel-tile.gif);
}
.lp2, .linkpanelover .linkpanel-top {
	background-image: url(../images/page/over/linkpanel-top.gif);
}
.lp3, .linkpanelover .linkpanel-bottom {
	background-image: url(../images/page/over/linkpanel-bottom.gif);
}
.lp4, .linkpanelover .linkpanel-main {
	background-image: url(../images/page/over/linkpanel-main.gif);
}
.lp5, .linkpanelover .linkpanel-content {
	background-image: url(../images/page/over/chevrons.gif);
}
.lp6, .linkpanelover .linkpanel-content-locked {
	background-image: url(../images/page/over/padlock.gif);
}
.rsspanel, .rsspanel a, .rsspanel-main {
	display: block;
	width:212px;
	height: 39px;
}
.rsspanel {
	background-image: url(../images/page/over/rsspanel.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}
.rsspanel a {
	background-image: url(../images/page/off/rsspanel.gif);
	background-repeat: no-repeat;
	font-size: 0.9em;
	text-decoration: none;
}
.rsspanel a:hover {
	background-image: url(../images/page/over/rsspanel.gif);
}
.rsspanel-main p {
	margin: 0px 0px 0px 42px;
	padding: 12px 0px 0px 0px;
}

.acropanel a {
	width: 210px;
	height: 36px;
	margin: 25px 0px 0px 0px;
	font-size: 0.9em;
	background-image: url(../images/page/off/acrobat.gif);
}
.acropanel a:hover {
	background-image: url(../images/page/over/acrobat.gif);
	color: #333838;
}
.acropanel p {
	margin: 0px;
	padding: 10px 0px 0px 42px;
}
.profile-panel {
	width: 650px;
	height:192px;
	background: url(../images/page/profile-panel.gif);
	text-align: left;
}
.profile-top {
	width: 650px;
	height:192px;
	background: url(../images/page/profile-panel-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.profile-bottom {
	width: 650px;
	height:192px;
	background: url(../images/page/profile-panel-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.profile-main {
	width: 650px;
	height:192px;
	background-repeat: no-repeat;
	background-position: top left;
	margin: auto;
	text-align: right;
}
.profile-main p {
	padding: 40px 25px 0px 270px;
	margin: 0px;
	color: #666;
}
.profile-main p.small {
	padding-top: 12px;
	font-size: 0.7em;
}
.docpanel a, .docpanel-outer, .docpanel-locked a, .docpanel-outer-locked {
	background-repeat: no-repeat;
}
.docpanel-outer {
	width: 301px;
	height: 245px;
	background-position: left bottom;
	padding-top: 5px;
}
.docpanel a {
	width: 286px;
	height: 245px;
	background-image: url(../images/page/off/docpanels/docpanel.gif);
}
.docpanel-locked a {
	width: 286px;
	height: 245px;
	background-image: url(../images/page/off/docpanels/docpanel-locked.gif);
}
.docpanel a:hover, .docpanel-outer {
	background-image: url(../images/page/over/docpanels/docpanel.gif);
}
.docpanel-locked a:hover, .docpanel-outer-locked {
	background-image: url(../images/page/over/docpanels/docpanel-locked.gif);
}
.dp-background, .dp-background2 {
	width: 262px;
	height: 243px;
	background-repeat: no-repeat;
}
#dp-claire-dissaux div.dp-background, #dp-claire-dissaux div.dp-background2 {
	background-image: url(../images/page/off/docpanels/claire-dissaux.jpg);
}
#dp-research .dp-background, #dp-research .dp-background2 {
	background-image: url(../images/page/off/docpanels/research.jpg);
	background-position: 11px 77px;
}
#dp-articles div.dp-background, #dp-articles div.dp-background2 {
	background-position: right bottom;
	background-image: url(../images/page/off/docpanels/articles.jpg);
}
#dp-claire-dissaux a:hover div.dp-background, #dp-claire-dissaux div.dp-background2 {
	background-image: url(../images/page/over/docpanels/claire-dissaux.jpg);
	cursor: pointer;
}
#dp-research a:hover div.dp-background, #dp-research div.dp-background2 {
	background-image: url(../images/page/over/docpanels/research.jpg);
	background-position: 11px 77px;
	cursor: pointer;
}
#dp-articles a:hover div.dp-background, #dp-articles div.dp-background2 {
	background-image: url(../images/page/over/docpanels/articles.jpg);
	cursor: pointer;
}
.dp-content {
	padding: 15px 5px 20px 130px;
}
#dp-research div.dp-content, #dp-articles div.dp-content {
	padding-left: 15px;
	padding-right: 15px;
}

h3.dpheader {
	display: inline;
	font-weight: bold;	
}
.docpanel h3, .docpanel-locked h3 {
	margin: 0px;
	padding: 0px;
	color: #333838;
	font-size: 1em;
	font-weight: normal;
}
.docpanel p, .docpanel-locked p {
	color: #636868;
	font-size: 0.85em;
}
.sitemaplink {
	line-height: 1.8;
}

/* research / news / articles styles (all have prefix r_) */
.r_item {
	padding: 8px 0px 2px 0px;
}
.r_item a {
	text-decoration: none;
}
.r_author a {
	color: #000;
	font-size: 0.8em;
}
.r_title a {
	font-size: 0.9em;
	color: #0164a5;
}
.r_subtitle a {
	color: #000;
	font-size: 0.8em;
}
.r_publication a {
	font-style: italic;
	font-size: 0.8em;
	color: #666;
	padding-top: 3px;
}


/* table styles */
.stripey, .plain {
	margin-top: 10px;
	font-size: 1.1em;
	border-top: 1px solid #e7e8e9;
	border-right: 1px solid #cdcecf;
	border-bottom: 1px solid #bdbebf;
	border-left: 1px solid #f0f1f2;
}
.stripey tbody tr td {
	padding: 6px 10px 6px 10px;
	background-color: #edeeef;
}
.stripey tr th {
	padding: 6px 10px 6px 10px;
	background-color: #fff;
}
.stripey tbody tr td {
	font-size: 0.8em;
}
.stripey tr th {
	font-size: 0.7em;
	font-weight: normal;
	color: #0164a5;
}
.totalrow {
	font-weight: bold;
	font-style: italic;
}
.stripey tbody tr td a {
	color: #0164a5;
}
.stripey tbody tr.odd  td {
	background-color: #fff;
}
.plain tbody tr td {
	padding: 3px 6px;
	border-left: 1px solid #dee7ec;
	background-color: #fff;
	border-bottom: 1px solid #dee7ec;
}
.inner tr th {
	text-align: left;
	padding-right: 10px;
	font-size: 12px;
}
a.qgeco {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	left: 299px;
	width: 228px;
	height:37px;
	background-repeat: no-repeat;
}
a#qgeco-download {
	background-image: url(../images/cdqgeco/download-pdf.gif);
	top:94px;
}
a#qgeco-download:hover {
	background-image: url(../images/cdqgeco/download-pdf-over.gif);
}
a#qgeco-podcast {
	background-image: url(../images/cdqgeco/podcast.gif);
	top:105px;
}
a#qgeco-podcast:hover {
	background-image: url(../images/cdqgeco/podcast-over.gif);
}
.tab, .tab-current{
	width: 100px;
	float: left;
	background-repeat: repeat-x;
	border: none;
	border-collapse: collapse;
	margin-right: 2px;
	height: 28px;
}
.tab {
	background-image: url(../images/page/off/tab.gif);
	cursor: pointer;
}
.tab:hover, .tab-current {
	overflow: hidden;
	float: left;
	background-image: url(../images/page/over/tab.gif);
	background-repeat: repeat-x;
}
.tableft {
	width: 6px;
	background-image: url(../images/page/off/tab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px;
}
.tabright {
	width: 6px;
	background-image: url(../images/page/off/tab-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 6px;
}
.tab:hover .tableft, .tab-current .tableft {
	background-image: url(../images/page/over/tab-left.gif);
}
.tab:hover .tabright, .tab-current .tabright {
	background-image: url(../images/page/over/tab-right.gif);
}
.tab h3, .tab-current h3 {
	margin: 7px 5px 3px 5px;
	padding: 0px;
	font-size: 0.9em;
}
.tabs {
	margin-left: 26px;
	width: 900px;
	height: 28px;
	clear: both;
}

.catfundpanel	{
	background-image: url(../images/page/over/catfundpanel.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
	float: left;
	width: 433px;
	height: 156px;
	margin: 11px 0px 11px 0px;
}
.catfundpanel a {
	color: #333838;
	text-decoration: none;
}
.catfundpanel a:hover {
	color: #333838;
}
.catfundpanel a.bg {
	display: block;
	width: 433px;
	height: 155px;
	background-image: url(../images/page/off/catfundpanel.gif);
	position: relative;
	overflow: hidden;
}
.catfundpanel a.bg:hover {
	background-image: url(../images/page/over/catfundpanel.gif);
}
.catfundpanel h3 a, .catfundpanel h3 a:hover {
	color: #0062a1;
}
.catfundbg {
	width: 433px;
	height: 155px;
	background-image: url(../images/page/off/catfundpanel.gif);
	background-repeat: no-repeat;
}
.catfundbg:hover {
	background-image: url(../images/page/over/catfundpanel.gif);
}
.catfundmain {
	width: 433px;
	height: 153px;
	background-position: 15px 23px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.catfundphoto {
	width: 433px;
	height: 153px;
	background-position: 15px 23px;
	background-repeat: no-repeat;
}
.catfundphotoover, a:hover .catfundphoto, .catfundpanel:hover .catfundphoto {
	background-position: -1000px -1000px;
}
.catfundcontent {
	width: 280px;
	height: 153px;
	position: relative;
	left: 120px;
	top: 0px;
	overflow: hidden;
}
.catfundblank {
	background-image: url(../images/page/catfundblank.gif);
	background-repeat: no-repeat;
	float: left;
	width: 433px;
	height: 155px;
	margin: 11px 0px 11px 0px;
	position: relative;
}

.catfundcontent h3, .catfundblank h3 {
	margin: 17px 0px 0px 0px;
	padding: 0px;
	line-height: 1.15;
}
.catfundcontent h3 {
	height: 2.2em;
	width: 250px;
	font-size: 1.1em;
}
.catfundblank h3 {
	margin: 17px 0px 0px 0px;
	padding: 0px;
	line-height: 1.15;
	font-weight: bold;
	width: 94%;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.catfundtext {
	margin-top: 0px;
	padding: 0px;
	text-align: justify;
	line-height: 1.2;
	width: 270px;
}

.catfundcontent .small {
	margin-top: 5px;
}
.offices {
	border: none;
	border-collapse: collapse;
	font-size: 0.85em;
	width: 886px;
	margin-left: 2px;
}
.offices tr.top td, .offices tr.bottom td {
	height: 10px;
	font-size: 2px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.offices td.top {
	background-image: url(../images/page/contact-panel/top.gif);
}
.offices td.bottom {
	background-image: url(../images/page/contact-panel/bottom.gif);
}
.offices td.office {
	background-image: url(../images/page/contact-panel/main.gif);
	background-repeat: repeat-y;
}
.offices td.hgap {
	width: 20px;
	overflow: hidden;
}
.offices td.vgap {
	height: 16px;
	overflow: hidden;
}
.otext {
	margin: 5px 0px 5px 20px;
	width: 400px;
}
.otext h2 {
	padding: 0px;
	margin: 0px;
}
.otext h3 {
	padding-top: 0px;
	margin-top: 2px;
}
.tablepage h1 {
	margin-bottom: 0px;
}
.tablepage h3 {
	margin-top: 1px;
}
#podcast {
	width: 300px;
	margin: auto;
	text-align: left;
}
p.iconlink {
	padding-left: 30px;
	width: 100%;
	height: 25px;
	font-size: 1em;
	line-height: 24px;
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
}
p.fundlinks {
	font-size: 1em;
	line-height: 24px;
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
}