#container
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  border: none;
  padding: 0%;
  margin: 0%;
}

.title_bar_frame
{
  position:absolute;
  width: 100%;
  height:20%;
  margin: 0%;
  top: 0%;
  left: 0%;
  background-image: url(BFields-Web-Page-Head-19.gif);
  background-repeat: no-repeat;
  background-position: center;
/*  text-align: center;*/
}

.top_left_frame
{
  position:absolute;
  top: 2%;
  left: 0%;
  height: 20%;
  width: 20%;
  overflow: auto;
}
/*
.mid_left_frame
{
  position:absolute;
  width: 20%;
  height:60%;
  margin-left: 2%;
  top: 20%;
  left: 0%;
  background-color: #FFFFFF;
}
*/

.gallery_frame
{
  position: absolute;
  left: 25%;
}


.low_frame
{
  position: absolute;
  height: 10%;
  width: 100%;
  top: 90%;
  left: 0%;
  background-color: #FFFFFF;
}

.content_frame
{
  position: absolute;
  top:20%;
  left:0%;
  width:100%;
  height:70%;
  overflow: auto;
  margin: 0%;
}

#navlist
{
  margin: 0;
  padding: 0 0 20px 10px;
  border-bottom: 1px solid #9FB1BC;
}

#navlist li
{
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
  float: left;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  padding: 0 12px 6px 12px;
  text-decoration: none;
  color: #708491;
}

#navlist a:link.selected, #navlist a:visited.selected, #navlist a:hover
{
  color: #000;
  background: url(square.gif) no-repeat bottom center;
}

h175
{
  font-size: 160%;
  padding: 0%
}

h110
{
  font-size: 100%;
}

h69
{
  text-align:center;
  font-size: x-large;
}

boldtext
{
  font-weight: bold;
}