body { 
	text-align: center; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
}


div#main {
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}
div#main div { float: left; margin-top: 15px; }

div#contentLeft { width: 230px; margin-right: 10px; }
div#contentCenter { width: 700px; }
/*div#contentRight { width: 230px; margin-left: 10px; }*/
div#contentFullWidth { width: 950px; }
	div#contentFullWidth a { text-decoration: none; color:#e70209;}
	div#contentFullWidth  a:hover {text-decoration: underline;}


div#footer { float: left; width: 950px; border-top: 1px solid #555555; }
div#footer div { font-size: 75%; }
	div#footerLeft { float: left; width: 650px; }
	div#footerRight { float: left; text-align: right; width: 300px; }
	
		#footer a {text-decoration: none; color:black;}
		#footer a:hover {text-decoration: underline;}

table#linksTable { width: 710px; }
table#linksTable th, table#linksTable td,
table#relatedLinksTable th, table#relatedLinksTable td 
	{ padding: 5px 5px 5px 5px; }
table#linksTable th, table#relatedLinksTable th 
	{ background-color: #e70209; text-align: left; color: white;  width: 230px; }
table#linksTable td, table#relatedLinksTable td 
	{ border-bottom: 1px dotted #e70209; font-size: 95%; }
table#linksTable td.noborder, table#relatedLinksTable td.noborder 
	{ border-bottom: 0px dotted #e70209; }
table#linksTable td.boxborder, table#relatedLinksTable td.boxborder 
	{ border-left: 1px solid #e70209; border-right: 1px solid #e70209; }
table#linksTable td.boxborderbottom, table#relatedLinksTable td.boxborderbottom 
	{ border-left: 1px solid #e70209; border-right: 1px solid #e70209; border-bottom: 1px solid #e70209; }
table#linksTable td a, table#relatedLinksTable td a  
	{ color: black; background-image: url(../img/listbullet-arrow.gif); background-position: middle left; background-repeat: no-repeat; padding-left: 13px; margin: 0px; text-decoration: none; }
table#linksTable td a:hover, table#relatedLinksTable td a:hover 
	{ text-decoration: underline; background-image: url(../img/listbullet-arrow-on.gif); }
	
	table#linksTable th.nobackground { background-color:#fff; padding-top:0;}

.pageLinkArrowed a { 
	color: black; 
	background-image: url(../img/listbullet-arrow.gif); 
	background-position: left; 
	background-repeat: no-repeat; 
	padding-left: 13px; 
	margin: 0px; 
	text-decoration: none;
	font-size: 95%;
}
.pageLinkArrowed a:hover { text-decoration: underline; background-image: url(../img/listbullet-arrow-on.gif); }

p a.button { 
	background-color: #e70209; 
	color: white; 
	font-size: 90%; 
	padding: 5px 5px 5px 5px; 
	border-width: 1px; 
	border-style: outset; 
	height: 15px; 
	display: block; 
	width: 200px; 
	text-decoration: none;
}
p a.button:hover { border-style: inset; }
a img {border: none;}

#introPara { width: 690px; background-color: black; color: white; padding: 20px 10px 20px 10px; font-size: 90%; }
.furtherInfo { color: #e70209; width: 180px; }

/* Created for Investment Directors bulletin */

.imageTextContainer {
float:left;
margin:10px;
width:65%;
}
.imageTextContainer .leftDiv {
float:left;
padding:10px 30px;
text-align:center;
width:21%;
}
blockquote {
    width: 35%;
    float: right;
    font-size: 120%;
    font-weight: bold;
    line-height: 140%;
    margin: 10px;
    background: url(../img/closequote.gif) no-repeat bottom right !important;
    background /**/: url(); /* removing quote graphic in IE5+ */
    padding: 0px 25px 5px 0px;
}

blockquote p {
    background: url(../img/openquote.gif) no-repeat left top !important;
    padding: 2px 0px 10px 35px !important;
    padding /**/: 0px; /* resetting padding in IE5+ */
    background /**/: url(); /* removing quote graphic in IE5+ */
}
.smallText {
font-size:80%;
}
