@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3333CC;
}


#apWrapper {
	text-align: center;
	padding: 0px;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	visibility: visible;
}
#apPrintheader {
	display: none;
}


#apPage {
	width:800px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: static;
	overflow: visible;
}
.spacer {
	clear: both;
}

#apHeading {
	position:relative;
	width:800px;
	height:150px;
	background-image: url(assets/site_media/bhs_header.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#apNav {
	position:relative;
	top:7px;
	width:800px;
	height:25px;
	background-image: url(assets/site_media/bhs_nav.jpg);
	background-repeat: no-repeat;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #0000FF;
}
#apNav a {
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	position: relative;
	top: 5px;
}
#apNav a:hover {
	background-color: #00CC99;
}
#apNav a:visited {
	color: #0000FF;
}
#apHighlights {
	position:relative;
	left:10px;
	width:250px;
	background-image: url(assets/site_media/bhs_highlights.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFCD;
	border: 1px solid #CCCCCC;
	padding: 10px;
	float: left;
	overflow: visible;
}
#apNews {
	position:relative;
	left:20px;
	width:480px;
	padding: 10px;
	float: left;
	overflow: visible;
}
#apPagebody    {
	position:relative;
	left:20px;
	width:750px;
	padding: 10px;
	float: left;
	overflow: visible;
	font-size: 14px;
}
.highlightlinks {
	text-align: center;
	display: block;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	line-height: 1.5em;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	padding-right: 4px;
	padding-left: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
	background-color: #FFFF99;
}
a.highlightlinks   {
	text-decoration: none;
}
a.highlightlinks:hover   {
	background-color: #00CC99;
	color: #000000;
	display: block;
}




h2   {
	color: #0033CC;
	font-size: 1.4em;
}
#apHomebottom {
	background-color: #CCFEFD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #FFFFFF;
	font-size: 10px;
	color: #0000CC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
