/* fine points for bhv.details.html */

@import "bhv.css";

div#pageframe {
padding:15px;
}

#navline {
position:relative;
background-color: white;
border: 0px #666666 solid;
margin-top: 0px;
margin-left:auto;
margin-right:auto;
padding: 8px;
text-align: center;
width:500px;
}

.bhvnavbutton {
position:relative;
font-weight: bold;
text-align: center;
margin: 3px;
}

.bhvnavbutton a:link {
padding: 4px;
text-decoration: none;
color: #333366;
background-color:#b5c9e2;
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31557f solid;
border-right: 2px #31557f solid;
}

.bhvnavbutton a:visited {
padding: 4px;
text-decoration: none;
color: #333366;
background-color:#b5c9e2;
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31557f solid;
border-right: 2px #31557f solid;
}


.bhvnavbutton a:hover {
background-color: #99aabf;
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;
}

#ads {
text-align:center;
}

#ads img {
border:black solid 1px;
padding:0px;
margin:10px;
}

#ads p {
text-align:center;
}

p {
margin-left:40px;
margin-right:40px;
}

ul {
list-style-type:none;
font-weight:bold;
}

li {
padding-left:40px;
}

.padding {
padding-left:40px;
}

.header {
margin-top:60px;
font-size:20px;
font-weight:bold;
color:#333366;
}

.blue {
color:#333366;
font-weight:bold;
}