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

body {
	background-image: url(../images/Background%201%20Dark.jpg);
	background-repeat: repeat;
}

A:link { text-decoration: none;
		 color:#000000;
}
A:active { text-decoration: none;
		   color:#000000;
}
A:visited { text-decoration: none;
			 color: #000000;
}

.BH_MainContent {
	clear:both;
	background-image: url(../images/BHTableBack.png);
	width: 890px;
	height: 490px;
	float: none;
	display: block;
	vertical-align:middle;
	padding:5px;
	overflow:auto;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	min-width: 900px;
	color: #999999;
}

.BH_MenuBlock {
	width: 710px; 
	margin: auto;
	list-style-type: none;
	
}
.BH_MenuTab {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #66CC00;
	list-style-type: none;
	text-align: center;
	padding: 4px;
	float: left;
	height: auto;
	width: 100px;
	border: 2px solid #006600;
	font-size: small;
	
}
.BH_MenuTab:Hover {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	background-color: #66FF66;
	text-align: center;
	padding: 4px;
	float: left;
	height: auto;
	width: 100px;
	border: 2px solid #006600;
	font-size: small;
}
.BH_MenuTab_Active {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #66EEBB;
	list-style-type: none;
	text-align: center;
	padding: 4px;
	float: left;
	height: auto;
	width: 100px;
	border: 2px solid #006600;
	font-size: small;
	
}

.construction {
	position: fixed;
	left: 1px;
	/*top: 10px;*/
	bottom: 1px;
}

.bhlogo_left {
	position: fixed;
	left: 1px;
	top: 10px;
	/*bottom: 1px;*/
	z-index: -100;
}
.bhlogo_right {
	position: fixed;
	right: 1px;
	top: 10px;
	/*bottom: 1px;*/
	z-index: -100;
}

