body {
	background-color: #00002B;
	font-family: Arial, Helvetica, sans-serif;
}

#Banner {
	position:absolute;
	top:0px;
	height:150px;
	z-index:10;
	color: #FFFFCC;
	font-weight: bolder;
	border: none;
	vertical-align: middle;
	left: 0px;
	width: 480px;
}

#Banner img {
	vertical-align: middle;
}

#allyouneed {
	position: absolute;
	right: 100px;
	top: 0px;
	z-index: 20;
}

#Main {
	z-index:1;
	margin-left: 9px;
	color: #CCCCBB;
	line-height: 140%;
	margin-right: 115px;
	margin-top: 175px;
}

#Content {
	padding: 0px 3% 0px 3%;
	margin-left: 75px;
}

#Content a {
	text-decoration: underline;
}

#Content a:link, #Content a:visited {
	color: #C60000;
}

#Content a:hover, #Content a:active {
	color: #FFCC33;
}

#Content img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 7px;
}

#Nav {
	z-index:100;
	float: left;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 175px;
}

#Nav a {
	text-decoration: none;
	display: block;
	color: #C60000;
	height: 34px;
	width: 175px;
	padding-top: 5px;
	padding-left: 10px;
}

#Nav a:link, #Nav a:visited {
	background-image: url(bh-images/button1.jpg);
	background-repeat: no-repeat;
}

#Nav a:hover, #Nav a:active {
	background-image: url(bh-images/button2.jpg);
}

#Nav a.youarehere {
	background-image: url(bh-images/button3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#NavTable {
	width: 175px;
	margin: auto;
	font-size: 90%;
}

#NavTable td {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
	width: 175px;
	height: 34px;
}

h2 {
	font-size: 150%;
	padding-top: 3px;
	color: #EBEBEB;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	padding-top: 3px;
	color: #FFCC33;
	font-weight: bold;
	overflow: auto; /* Necessary to prevent IE7 italic bug*/
}

strong{
	color: #FFCC33;
	font-weight: bold;
}

#rightcol {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	background-image: url(bh-images/mainsax2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.borderphoto {
	border: thin solid #CCCCBB;
}

dt {
	font-weight: bold;
	color: #FFCC33;
	margin-top: 1.5em;
}

dd {
	margin-left: 0;
}
