body {
           
           background-image: url('/assets/203/bhb_home_cropped_scaled.jpg');
           background-position: top left;
           background-repeat: no-repeat;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           font-weight: bold;
           color: #F9EBD0;
           width: 1025px;
         
           
}



#main{

      width: 100%;
      overflow: hidden;
      float: right;
      margin-left: -250px;
      margin-right: 40px;
      margin-top: 260px;
        
         
}


#links {

        float: left;
        color: #F9EBD0;
        text-align: left;
        vertical-align: top;
        margin-left: 35px;
        padding-left: 30px;
        background-color: transparent;
        border: none;
        font-size: 14px;

}

#content {
 
        background-color: transparent;
        position: relative;
        margin-left: 230px;
        padding-right: 30px;
        border: none;
        color: #C71585;
        font-size: 14px;
        text-align: left;
        vertical-align: top;
               

}

#footer {

        clear: both;
        background-image: url('/assets/5/bhb_footer.jpg');
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 1025px;
        height: 200px;
        margin-left: -8px;
              
}



:link { 
	color: #FF0099;
	text-decoration: none;
        border: none;
}


.tabletext{
  
  color: #C71585;
  font-weight: bold;
  
}

a img { 
	    border: none;
}

:visited {
	color: #FF0099;
	text-decoration: none;
}

:link:focus {
	color: #FF0099;
}

:visited:focus {
	color: #FF0099;
}

:link:hover {
	color: #FF0099;
        background-color: #FFF;
}

:visited:hover {
	color: #FF0099;
        background-color: #FFF;
}

:link:active {
	color: 	#FF0099;
}

:visited:active {
	color: 	#FF0099;
}
