body {
 margin: 0px;
 padding: 0px;
 height: 100%;
 text-align: center;
 width: 100%;
 background: white;
 line-height: 20px

}
#capsule {
 font-family: helvetica;
 font-size: 12px;
 width: 100%;
 background: white
}

#innercapsule {
 width: 100%; 
 background: url(/pbc/images/modernbk.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 margin-left: auto;
 margin-right: auto; 

}


#innercontent { 
 width: 978px;
 margin-left: auto;
 margin-right: auto;
 text-align: left
}
#menudiv {
 padding-top: 15px;
 padding-bottom: 10px
}

#lowerdiv {
 background: url(/pbc/images/bottom.png);
 background-repeat: repeat-x;
 height: 200px;
 width: 100%;
 margin-top: 20px
}


#lowerdivcontent {
 width: 980px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 color: white
}
#lowerdivcontent a { color: white; text-decoration: underline }
#lowerdivcontent a:hover { color: yellow }


h2 {
 font-size: 16px
}
ul { list-style: square }
ul li { padding: 3px }
hr {
  border: 0px;
  height: 1px;
  color: #ececec;
  width: 100%;
  border-top: 1px solid #ececec
}




.cftable {

}
.cftable input, .cftable textarea, .cftable select {
 width: 320px;
 border: 1px solid #7abf42;
 background: #E5FFE5;
 padding: 3px

}

.cftable textarea { height: 100px }

.interestingtable {
 font-size: 12px;
 border: 1px solid silver;
 text-align: left
}

.centerimagetable { margin-left: auto; margin-right: auto }
.centerimagetable img { border: 2px solid black }

.pictable img { border: 2px solid black }

h1 {
 color: navy;
 font-size: 19px
}

