/* Ben Walton Trust CSS styles */

body {
	margin: 0;
	padding: 30px 0 0 0;
	background-color: #FFF;
}

/* top contains the title and portrait image */

#top {
	width: 100%;
	height: 100px;
	padding: 0;
	text-align: left;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#portrait {
	position: absolute;
	top: 30px;
	right: 50px;
}

/* left is the column that contains the navigation */

#left {
	width: 150px;
	float: left;
	position: absolute;
	top: 190px;
	left:0;
}

#leftcontent {
}

#leftcontent ul {
	padding: 0;
	margin: 0;
}

#leftcontent li {
	list-style-type: none;
	padding-left: 20px;
	margin:0;
}

#leftcontent li a {
	font-size: 90%;
	color: #E8D;
	text-decoration: underline;
}

#leftcontent li a:hover {
	color: #999;
}
/*right is the empty column at the right */

#right {
}

#rightcontent {
}

/* centre contains the main content */

#centre {
	margin: 20px 150px 20px 150px;
}

#centrecontent {
	padding: 20px 0 0 0;
}

#centrecontent p, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000;
	line-height: 170%;
}




#centrecontent h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

#centrecontent h1 {
	font-size: 160%;
}

#centrecontent h2 {
	border-top: 1px #666 dotted;
	padding: 20px 0 0 0;
	font-size: 120%;
}

#centrecontent a {
	text-decoration: underline;
	color: #E8D;
}

#centrecontent a:hover {
	color: #999;
	}
	
.floatright {
	float:right;
	margin: 0 0 10px 15px;
}

.floatleft {
	float:left;
	margin: 0 15px 15px 0;
}

.clearleft {
	clear:left;
}

#centrecontent div.image_w_caption {
	float:right;
	width:240px;
	margin: 0 0 15px 15px;
}

#centrecontent div.image_w_caption p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
}