body {
	background: url(../images/aboutusbackground.jpg) no-repeat;		
}

#top {
	width:1001px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #F8EAD0;
	}

#LI-bio-1 {
	width:975px;
	height:150px;
	text-align:left;
	padding:20px 20px 20px 20px;
	font: 14pt arial;
	color:#660000;
	text-decoration:none;
	font-size: 14px;
	background-color: #F8EAD0;
	}
		
p {
	margin-left:10pt;
	margin-right: 10pt;
	text-align:center;
}

h1 {
	font:44pt arial;
	color:#003399;
	font-weight:bold;
	line-height:50pt;
	text-align:center;
}

h2 {
	font:18pt arial;
	color:#66000;
	font-weight: bold;
	line-height: 22pt;
	text-align:left;
}

h3 {
	font:14pt arial;
	color:#339999;
	font-weight:bold;
	line-height:24pt;
	text-align:center;
}

a:link {
	color: blue;
}

a:visited {
	color: #003366;
}

a {
	text-decoration:none;
}
a:active {
	color: #339999";
}

#breadcrumbs {
	width:1015px;
	height:15px;
	left: 0px;
	font-size: 7pt;
	text-align: center;
	line-height: 12px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	clear: both;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 20px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	margin-left: 25px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

