	body {
		text-align:center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		}
	
	#frame {
		width:650px;
		margin-right:auto;
		margin-left:auto;
		margin-top:35px;
		padding:0px;
		text-align:left;
		}
	
	#contentcenter {
		width:650px;
		padding-top: 5px;
		float:left;
		background:#fff;
		background: transparent url(images/binary.gif);
		}
	
	#contentheader {
		background: #C8D2DB;
		border-style: solid;
		border-width: 1px;
		border-color: black;
		padding: 3px;
		vertical-align: middle;
		}
	
	#contentfooter{
		background: #C8D2DB;
		border-style: solid;
		border-width: 1px;
		border-color: black;
		padding: 3px;
		font-size: 7pt;
		}
	#footer {
		background: #fff;
		}
	#logo_area{
		background: transparent url(images/bh_logo.gif) top left no-repeat;
		width: 650px;
		height: 40px;
		position: relative;
		}
	
	#tagline{
		font-color: #6699CC;
		font-weight: 700;
		position: absolute;
		left: 45px;
		width: 200px;
		color: #6699CC;
		}
		
	#datearea{
		position: absolute;
		right: 0px;
		}
		
	span.logo{
		display: none;
		}
		
	ul {
		list-style-type: square;
		line-height: 1em;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-indent: 5px;
		list-style-position: outside;
		padding: 6px;
		margin: 5px;
		}
		
	a.menu_nav {
		text-decoration: none;
		color: black;
	}
	a.menu_nav:hover{
		text-decoration: underline;
		color: #6699CC;
	}
