/* css people for people default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body {  
	font: 8pt/16pt georgia, times, serif;
	background: #fff;
	color: #888;
	border: 0px solid #fff;
	margin: 10px; 
	}
div.container {
	border: 0px solid #fff;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	}
div.chartimage {
	border: 0px solid #fff;
	width: 1024px;
	margin-left: 0px;	
	}
div.chartimage img {
	display: block;
	margin: 0 auto 0;
	padding: 20px 0px 20px 0px;
	border: 0px;
	}
div.chartimage p {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	}
div.chartimage p.bold {
	font-weight: bold;
	text-align: center;
	}
ul.charts {
	border: 0px solid #fff;
	width: 580px;
	margin-left: 90px;
	color: #666;
	list-style-type: none;
	}
ul.charts li {
	}
div.picandtext {
	width: 600px;
	margin-left: auto;
	margin-right: auto;	
	}
div.picandtext img {
	display: block;
	margin: 0 auto 0;
	}
.bold {
	font-weight: bold;
	}
.center {
	text-align: center;
	}
.left {
	Text-align: left;
	}
.right {
	text-align: right;
	}
p, p.bold { 
	color: #888;
	background-color: #fff;
	margin-top: 10px; 
	text-align: center;
	}
p.bold { 
	font-weight: bold
	}
p.left {
	color: #444;
	background-color: #fff;
	margin-top: 6px;
	margin-bottom: 10px;
	text-align:left;
	}
p.leftten {
	font: 10pt/20pt georgia, serif;
	color: #444;
	background-color: #fff;
	margin: 20px 0px 24px 0px;
	text-align:left;
	}
p.remodelling {
	color: #D89840;
	background: #fff;	
	}
sup {
	font: 8pt georgia, serif;
	}

h1, h2, h3 {
	text-align: center;
	color: #888;
	background-color: #fff;
	}
h1 {	
	font: bold 24pt georgia, serif;
	letter-spacing: 4px;
	margin: 50px 0px 20px 0px;
	}
h2 {	
	font: bold 12pt georgia, serif;
	letter-spacing: 0px;
	margin-top: 30px;
	}
h3 {
	font: bold 12pt georgia, serif;
	letter-spacing: 1px;
	margin-top: 30px;
	}
h4, h5 {
	text-align: left;
	color: #888;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 6px;
	} 
h4 {	
	font: bold 10pt/18pt georgia, serif;
	}
h5 {	
	font: bold 8pt/16pt georgia, serif;
	} 
img {	
	border: none;
	padding-top: 20px;
	}
span.und {	
	text-decoration: underline;
	}
span.nodisplay {
	display: none;
	}
ul.prodinfo {
	border: 1px solid #fff;
	width: 580px;
	margin-left: 110px;
	list-style-type: none;
	}		
a:link { 
	color: #B7A5DF;	
	background: #fff;
	font-weight: bold; 
	text-decoration: none; 
	}
a:visited { 
	color: #99CCFF;
	background: #fff;
	font-weight: bold; 
	text-decoration: none; 
	}
a:hover { 
	color: #9685BA;
	background: #fff;
	text-decoration: underline; 
	}


/* specific divs */

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */


#affiliation {
	text-align: center; 
	margin: 30px 0px 10px 0px;
	}
#sitelinks { 
	text-align: center; 
	margin-top: 20px;
	}
#sitelinks a:link, #sitelinks a:visited { 
	margin-right: 20px; 
	}
#footer { 
	text-align: center; 
	margin-top: 20px;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}