html,body{margin:0;padding:0;}
body{font: 76% arial,sans-serif;text-align:center;background-color:#EAE6E3;}

a:link, a:visited{color:#678496; text-decoration:none;}
a:active, a:hover{color:#678496; text-decoration:underline;}

div#container{width:790px;margin:0 auto;text-align:left; border: solid 1px #948475;background-color:white;}

/* ----  HEADER  ---- */
div#header{
	position:relative; 
	display:block; 
	height:136px;
	text-align:right;
}

div#header img.logo {
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

div#header img {
vertical-align:top;
margin-top:1px;
}


div#header a.headlink:link, div#header a.headlink:visited, div#header a.headlink:hover, div#header a.headlink:active {
color:#a59687;
font-weight:bold;
font-size:1em;
line-height:1em;
}

div#header .headerRight{
font-weight:normal;
color:#a59687;
font-weight:bold;
padding-right: 30px;
}

/* -- content */
div.wrapper {
/*
	padding-left : 30px;
	padding-right : 40px;
*/

}

/* GLOBAL */
h2 {
font-size:16px;
color:#98012E;
}

h3 {
background-color:#ACB9C9;
color:#FFFFFF;
font-size:12px;
padding:3px;
padding-left:10px;
text-transform:uppercase;
}

h4 {
font-size:14px;
color:#98012E;
}

div#col1 {
float:left; 
width:491px;
padding-left:20px;
padding-right:20px;
}

div#content {
margin-bottom:30px;
}

div#col2 {
float:right; 
width:258px; 
height:259px;
background-color:#EFEDEA;
margin-top:-10px;
border-left:1px solid #CCCCCC;
}

*html div#col2 {
margin:0px;
margin-top:-20px;
}

div#col2 tr.QL_item:hover {
background-color:#C8C7C7;
font-weight:bold;
}

div#col2 a:hover {
text-decoration:none;
font-weight:bold;
}

div#col2 table {
margin-top:10px;
margin-left:20px; 
width:215px; 
}

div#col2 table td {
padding:3px;
}

div#col2 table td.cell {
border-bottom:1px solid #C8C7C7;
}

div#col2 table td.firstCell {
border-top:none;
border-bottom:1px solid #C8C7C7;
}

div#col2 table td.lastCell {
border-bottom:none;
}

li {
padding-top:5px;
padding-bottom:5px;
}
/* GLOBAL */

/* HOME PAGE */
div#home_wrapper div#col1 {
float:left; 
width:532px; 
height:259px;
border-right:none;
}

*html div#home_wrapper div#col1, *html div#home_wrapper div#col2 {
border-bottom:5px solid #98012E;
padding:0px;
margin:0px;
margin-top:-20px;
}

div#home_wrapper div#col1, div#home_wrapper div#col2 {
border-bottom:5px solid #98012E;
padding:0px;
margin:0px;
}

div#home_wrapper div#single_column {
width:100%;
text-align:center;
padding-top:15px;
margin-top:-10px;
}

div#home_wrapper div#single_column {
width:100%;
text-align:center;
padding-top:15px;
margin-top:-10px;
}

div#home_wrapper div#single_column table {
width:100%;
}

div#home_wrapper div#single_column td {
width:34%;
text-align:left;
padding-left:23px;
padding-right:23px;
vertical-align:top;
}

div#home_wrapper div#single_column td#header {
width:34%;
text-align:left;
padding-left:15px;
}

div#home_wrapper div#single_column td.middle{
border-left:solid 1px #CCCCCC;
border-right:solid 1px #CCCCCC;
}
/* HOME PAGE */

/* ARTICLES PAGE */
div#articles_wrapper div#col1 img {
margin-right:6px;
}

div#articles_wrapper div#col1 p {
margin-left:10px;
}

div#articles_wrapper div#col1 div.related_reports {
margin-left:20px;
margin-right:20px;
}

div#articles_wrapper div#col1 div.related_reports td {
vertical-align:top;
}

div#articles_wrapper div#col1 div.related_reports td.icon {
white-space:nowrap;
text-align:right;
}

a.related_reports_link {
color:#000000;
}
/* ARTICLES PAGE */

/* Reports & Webcasts Page */
div#reports_webcasts_wrapper div#col1 div#content ul {
list-style-image:url(../images/icon_plain_arrow.gif);
}

div#reports_webcasts_wrapper div#col1 div#content li {
margin-bottom:10px;
}

div#reports_webcasts_wrapper div#col1 div#content img {
margin-top:5px;
}
/* Reports & Webcasts Page */

/* BIO PAGE */
div#bio_wrapper div#col1 div#content td {
vertical-align:top;
}

div#bio_wrapper div#col1 div#content img {
margin-right:5px;
}
/* BIO PAGE */

/* ARTICLE TEMPLATE */
div#article_template_wrapper div#col1 div#content h2 {
margin-top:13px;
}

div#article_template_wrapper div#col1 div#content table {
margin-top:-10px;
margin-right:15px;
}

div#article_template_wrapper div#col2 {
background-color:#FFFFFF;
}

div#article_template_wrapper div#col2 img {
margin-top:20px;
margin-left:20px; 
margin-bottom:20px;
}

div#article_template_wrapper div#col2 a:hover {
font-weight:bold;
text-decoration:underline;
}

div#article_template_wrapper div#col2 a.relatedArticlesLink {
margin-top:35px;
margin-left:20px; 
}

div#article_template_wrapper div#col2 li {
border-bottom:1px solid #C8C7C7;
}
/* ARTICLE TEMPLATE */

/* ----  FOOTER  ---- */
div#footer{
	clear:both; 
	width:100%;
	text-align:left;
	border-top: 5px solid #948475;
	color: #444749;
	font-size:9px;
	background-color: #c2b8ae;
}
div#footer p{margin:0;padding:5px 30px;}

div#footer a{color: #444749; text-decoration: none}

