body	{
	font-family: verdana, sans-serif;
	font-size: 100.01%;
	font-style: normal;
	color: #000000;
	background:#f2f3f4;
	text-align: center; /*to centre page itself*/
}

#container {
	text-align: left;
	font-size: 70%; 
	margin-left:auto; margin-right:auto;/*this needed for FF to centre page*/
	border: #e5e5e5 1px solid;
	background:#fff;
	float:left;
	width:600px;
	padding-bottom:25px;	
}

#content	{
	width:335px;
	margin: 25px 215px 0px 15px; 
	padding-top:15px;
	background: #ffffff;
}


#sidebar	{
	float:right;
	padding:15px 15px 2px;
	width:215px;
	display:inline; /*to fix IE/Win double margin bug*/
	background: #ffffff;
}

#content #floatleft{		/*to float image and caption left*/
	float:left;
	width: 150px;
	margin: 0 15px 0 0;
	text-align: left;
	font-size: 100%;
	font-style: italic;
	padding:0 0 0 0;
	background: #ffffff;
	display: inline;
}

#content #floatright  {		/*to float image and caption right*/
	float:right;
	width: 150px;
	margin: 0 0 0 15px;
	padding:0 0 0 0;
	text-align: left;
	font-size: 100%;
	font-style: italic;
	background: #ffffff;
	display: inline;
}


.captionright	{		/*to float caption below Charts image right*/
	float:right;
	text-align: left;
	font-size: 100%;
	font-style: italic;
	padding:0 0 0 5px;
	display: inline;
	margin-left:0;
	margin-right:10px;
	color:#666666;
}


#content li{
	list-style-image: url(triangle6.jpg);
	padding:0 0 5px 0;
	margin:0 0 0 -20px;	/*moves bullet to left*/
}


#sidebar li	{
	list-style-image: url(triangle6.jpg);
	padding:0 0 5px 0;
}


h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #eb0000;
	background:inherit;
	font-size: 160%;
	font-weight: normal;
}
h3 {
	padding: 10px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background:inherit;
}

.indented {											/*for client quotes*/
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 18pt;
}


.greyhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 158%;
	color: #666666;
	background:inherit;
	padding:18pt 0 0 18pt;
}


a:link	{
	color: #0000ff;
	background:inherit;
	text-decoration: none;
}

a:visited	{
	color: #444499;/*grey/purple*/
	background:inherit;
	text-decoration: none;
}

a:hover	{
	color: #0000ff;/*blue*/
	background:inherit;
	text-decoration: none;
}

a:active	{
	color: #0000ff; /*blue*/
	background:inherit;
	text-decoration: none;
	
}
