/* a . is a class */
.menu {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color:black;
	width:160px;
	/*set width to same as image below */
	background-image:url('../pictures/sidelistback-olda.jpg'); }
	
.menu hr {
  color:sienna; }

/*.menu ul {
  font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color:white;
	padding:5; 
  margin:0;
	list-style-type:none; }*/

.menulink {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-decoration:none; }
	
a.menulink:link {
  color:white; }
	
a.menulink:visited {
	color:yellow; }

a.menulink:hover {
  color:black; }
	
a.menulink:active {
  color:orange; }

/* .hntgbreturnlink {
	position: relative;
	top: 10px;
	left: 400px;
	z-index: 0;
	text-align:center;
	background-color: #ffffff } */

/*.bbibody {
  background:#000000;
	margin:0;
	color:black; }*/

/* # means it is an id. use it in a "div" */
#container {
   width:745px;
	 margin: 0px auto;
	 padding:0;
	 text-align:justify;
	 height:1%;
	 background-color: #ffffcc; }

#header {
    /* Set height to match the height of the picture used.
		Picture should be < or = 745 pixels wide.*/
		height: 157px;
		background:transparent
		url(../pictures/bbibannerlogo5.jpg) no-repeat top center; }
 
 
#body {
	  margin: 15px auto;
		padding-left: 1em;
		margin-right:15px;
	  font-family: Georgia, Times New Roman,
		   Times, serif;
    color: black;
		background-color: #000000 }

/* #hntgbreturnlink {
  top: 650px;
	left: 655px;
	z-index: 2;
	background-color: #ffffff } */
		
body {
	  padding-left: 15px;
		margin-right:15px;
	  font-family: Georgia, Times New Roman,
		   Times, serif;
    color: black;
		background-color: #000000 }

div,td,p,ul,ol,dl {
  font-size:16px;
  line height:18px;
	font-family: Georgia, Times New Roman,
		   Times, serif;
	color:black; }

p,h1,h2 {
  margin-left:10px;
	margin-right:10px;  }

ul,ol,dl {
  margin-right:40px;
	margin-left:40px;  }

h1 {
	  font-family: Helvetica, Geneva, Arial, 
		SunSans-Regular, sans-serif; }
h2 {
	  font-style: normal;
		font-size: small;
		font-family: Helvetica, Geneva, Arial,
		  SunSans-Regular, sans-serif; }
			
h3 {
	  font-style: normal;
		
		font-family: Helvetica, Geneva, Arial,
		  SunSans-Regular, sans-serif; }			

a:link {
	  color: blue; }

a:visited {
	 color: purple; }

a:hover {
   color:red; }

a:active {
   color:#ffcc33; }
	 
address {
    text-align:left;
		font-style: normal;
		font-size: small;
	  font-family: Helvetica, Geneva, Arial,
		  SunSans-Regular, sans-serif;
    margin-top: 25px;
		margin-left:10px;
	  margin-right:10px;
    /*padding-top: 1em;*/
    border-top: thin solid; }