A.footer:link {color: black; font-weight: bold; text-decoration: none;}
A.footer:visited {color: black; font-weight: bold; text-decoration: none;}
A.footer:hover {color: black; font-weight: bold; text-decoration: underline;}
A.footer:active {color: black; font-weight: bold; text-decoration: none;}


div.tabArea {
  font-size: 80%;
  font-weight: bold;
}

a.tab {
  background-color: #e0e0e0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #c0c0c0;
  color: #000000;
}

a.tab.activeTab {
  z-index: 102;
}

div.tabMain {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  padding: 0.25em;
  position: relative;
  z-index: 101;
}

div.picwrapper {
  position: relative;
  width: 15%;
  height: 10%;
  left: 1%;
  top: 1%;
  border: 1px black solid;
}

div.tabIframeWrapper {
  position: relative;
  width: 80%;
  left: 18%;
  <!-- top: -24.5%; -->
}

iframe.tabContent {
  border: 1px solid #000000;
  width: 98%;
}


#bc {
<!--  background-color: #FFCC77; -->
      background-color: #99ff99;	
}
#company {
  font-family: arial; 
  font-size: 18px; 
  color: black; 
  text-transform: uppercase; 
  font-weight: lighter;
  background-color: white;
}
#tagline {
  font-family: times new roman; 
  font-size: 17px; 
  color: black;
  background-color: white;
}
#text {
  font-family: arial; 
  font-size: 12px; 
  color: black;
  background-color: white;
}
#header {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 7em;
  height: 7em;
  border: 0;
  align: center;
  padding: 10px;
  background-color: white;
}
#header1 {
  position: absolute;
  top: 1em;
  left: 7em;
  width: 27em;
  height: 7em;
  border: 0;
  padding: 10px; 
  background-color: white;
}
#header2 {
  position: absolute;
  top: 1em;
  left: 34em;
  width: 27em;
  height: 7em;
  border: 0;
  padding: 10px; 
  background-color: white;
}
#bodyfull {
  position: absolute;
  top: 9em;
  left: 1em;
  width: 60em;
  height: 70%;
  padding: 10px; 
  border: 1px black solid;
  background-color: white;
}
#bodylft {
  position: absolute;
  top: 9em;
  left: 1em;
  width: 10em;
  height: 70%;
  padding: 10px; 
  border: 1px black solid;
  background-color: white;
}
#bodyrgt {
  position: absolute;
  top: 9em;
  left: 11em;
  width: 50em;
  height: 70%;
  padding: 10px; 
  border: 1px black solid;
  background-color: white;
  overflow: auto;
}
#bodyfull {
  position: absolute;
  top: 9em;
  left: 1em;
  width: 61em;
  height: 70%;
  padding: 10px; 
  border: 1px black solid;
  background-color: white;
  overflow: auto;
}
#footer {
  position: absolute;
  top: 95%;
  left: 1em;
  width: 60em;
  border: none;
  font-weight: bold;
  color: white;
  text-align: right;  
}


