/* BHR Cascading Style Sheet - BHR.CSS */

td.healthy {
	font-family: Verdana;
	font-size: Large;
	line-height: 100%;
	letter-spacing: 0.3ex;
	text-decoration: none;
	text-transform: none;
	text-align: center;
    width:500px;
	color: #ffffff;
}
td.pagebar {
	font-family: Verdana;
	font-size: Large;
	line-height: 100%;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	color: #ffffff;
    width:500px;
    background-color:#03047A;
}

td.address {
	font-family: Verdana;
	font-size: 10px;
	line-height: 110%;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	color: #000000;
}

td.resources {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	line-height: 180%;
	text-indent: 1.5ex;
	color: #000000;
}

td.serviceheader {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	color: #000000;
}

p.headertext {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	padding: 10px;
	color: #000000;
}

p.centerheadertext {
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	padding: 10px;
	color: #000000;
}

p.bodytext {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	padding: 10px;
	color: #000000;
}

p.centertext {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	padding: 10px;
	color: #000000;
}

p.smallbodytext {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	padding: 10px;
	color: #000000;
}

a.joblistings {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	line-height: 100%;
	text-indent: 3ex;
	color: #326433;
}

p.jobheader {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	text-indent: 3ex;
	color: #000000;
}

.imagecenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding:3px 3px 3px 3px;
}

.imageright {
  display: block;
  float: right;
  padding: 3px 10px 3px 5px;
}

.imageleft {
  display:block;
  float:left;
  padding:3px 5px 3px 10px;
}

li { 
 color: #000000; 
 list-style-type: disc; 
 font-family: Verdana; 
 font-size: 12px
 }

#bhrmenu {
  background-color:#D6E0D7;
  position:absolute;
  z-index: 100;
  border-top:1px #dddddd solid;
  border-bottom:1px #dddddd solid;
  font:normal 11px Verdana;
}

a.button { 
  background:#D6E0D7;
  border-right:1px #D6E0D7 solid;
  border-left:5px #D6E0D7 solid;
  color:#000000;
  font: 11px Verdana;
  display:block;
  margin:0 0 1px 0;
  padding:5px;
  text-decoration:none;
}

a.button:hover {
  background:#D0D0D7;
  border-right:1px #D0D0D7 solid;
  border-left:5px #03047A solid;
  color:#326433;
}

.links a:link {color: #326433; text-indent: 1.5ex; text-decoration: none}
.links a:active { color: red; text-decoration: none }
.links a:visited { color: #326433; text-decoration: none }
.links a:hover { color: #000000; text-decoration: underline }

</STYLE>