@charset "utf-8";
body {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background-image: url(images/BHN_back_01.jpg);
  background:repeat
  background: #000000;
  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: #000000;
}

p, li {
	font-family: Arial, Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	list-style-image:url(../images/blt01.gif);
}

a:link, a:visited{
	color: #156ac4;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
	text-decoration:none
}

h1{
	font-family: Georgia, Arial, Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-color: #393838;
	font-weight: normal;
	clear: both;
	text-decoration: none;
	line-height: 1px;
}


h2{
	overflow: visible;
	font-weight: normal;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	clear: both;
	line-height: 1px;


}

h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#333333
	border-bottom: 1px solid #cccccc;
	clear: both;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	
}

h4{
	display:block;
	overflow: visible;
	font-weight: bold;
	font-style: italic;
	height: 28px;
	background-color: #f0f1e3
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 15px;
	color: #156ac4;
	clear: both;
	background-color: #F0F1E3;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

h5{
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}
.text{
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #000000;	
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
	display: block;
}

div#_footer p{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:11px;
	color:#555555;
}
.thrColLiq #wrapper {
  width: 970px;  /* this will create a container 80% of the browser width */
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  border: 0px solid #000000;
  text-align: left; /* this overrides the text-align: center on the body element. */
}

.thrColLiq #container {
  width: 970px;  /* this will create a container 80% of the browser width */
  border: 0px solid #000000;
  text-align: left; /* this overrides the text-align: center on the body element. */
  padding-top: 0px
}

.thrColLiq #mainContent {
  	display: table;
 	width: 970px;
	margin: 0;
	padding: 0; 
}

.thrColLiq #mainContent_white {
	display: table;
	width: 970px;
	margin: 0;
	padding: 0;
	background:#FFFFFF;
	text-align: left;
}

div#_footer{
	height:75px;
	background:url(images/BHN_footer_back.jpg) repeat;
	padding:10px 10px 100px 21px;
	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;
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

