/* Tag Styles */

body{
  font-family:Arial, sans-serif;
  color:#04764C;
  background-color:#085539;
  background-image:url("back.jpg");
  background-repeat:repeat-x;
  margin:0;
  text-align:center;
}

a{
  color:#04764C;
  text-decoration:none;
  font-weight:bold;
}

a:hover{
  color:#06B172;
  font-weight:bold;
}

a.tlink:hover{
  position:relative;
  top:-45px;
}

img{
  border-style:none;
}

/* ID Styles */

#out{
  margin:10px auto 0 auto;
  width:900px;
  background-color:#FFFFFF;
  text-align:left;
  background-image:url("logo.jpg");
  background-repeat:no-repeat;
}

#nav{
  margin:83px 0 0 0;
  float:right;
  text-align:right;
  height:45px;
  overflow:hidden;
}

#bhome{
  width:900px;
  height:247px;
  background-image:url("bhome.jpg");
}

#babout{
  width:900px;
  height:247px;
  background-image:url("babout.jpg");
}

#bhistory{
  width:900px;
  height:247px;
  background-image:url("bhistory.jpg");
}

#bfac{
  width:900px;
  height:247px;
  background-image:url("bfac.jpg");
}

#bsup{
  width:900px;
  height:247px;
  background-image:url("bsup.jpg");
}

#bcus{
  width:900px;
  height:247px;
  background-image:url("bcus.jpg");
}

#main{
  border-color:#06774E;
  border-width:10px;
  border-right-style:solid;
  border-left-style:solid;
}

#left{
  float:left;
  width:250px;
}

#right{
  padding:0 0 0 250px;
  background-image:url("leaf.jpg");
  background-repeat:no-repeat;
  background-position:bottom left;
}

#fright{
  float:right;
  width:250px;
  margin:10px 0 0 0;
}

#fright2{
  float:right;
  width:350px;
  margin:10px 0 0 0;
}

#foot{
  margin:0 auto 10px auto;
  width:884px;
  height:45px;
  background-image:url("foot.jpg");
  background-repeat:no-repeat;
}

#infoot{
  text-align:right;
  padding:8px 5px 0 0;
}

/* Class Styles */

.header{
  background-image:url("headback.jpg");
  width:630px;
  height:45px;
  text-align:center;
}

.inheader{
  color:#FFFFFF;
  padding:10px 0 0 0;
  font-family:Verdana, Arial, sans-serif;
  font-weight:bold;
  font-size:22px;
}

.larger{
  font-size:20px;
}

.smaller{
  font-size:15px;
}

.inleft{
  margin:40px 0 0 10px;
}

.inright{
  margin:10px 10px 0 20px;
}

.bold{
  font-weight:bold;
}

.center{
  text-align:center;
}

.pad10{
  clear:both;
  width:10px;
  height:10px;
}