@charset "utf-8";
/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
}
a:link { 
	text-decoration: none; 
	color: #555599;
	}
a:visited { 
	text-decoration: none; 
	color: #995599;
	}
a:hover, a:active {
	text-decoration: underline;
	background: #aaaaaa;
	color: #ffffff;
}
.Underline {
	text-decoration: underline;
}
#image {
	float: left;
	margin-left: 5%;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#AboutText {
	text-align: left;
	padding-left: 20px;
	padding: 20px 10%;
}
#logo h1 {
	background: transparent url(../bhpowell-logo-white.png) no-repeat scroll center top;
	width: 591px;
	height: 136px;
}
#logo h1 span {
	display:none;
}
#menu a {
	margin: 20px;
}
#header {
	border-bottom: 1px solid #000000;
	display:block;
}
#footer {
	text-align: center;
	font-style: italic;
	font-size: 90%;
	border-top: 1px solid #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#mainContent {
	padding: 20px 10%;
}