body {
    background-color: white;
    margin: 0;   }

#wrapper {
    width: 100%;
    margin: 0 auto;
    z-index: 0;  }

#Header {
    position: absolute;
    width: 100%;
    top: -3px;
    left: 32px;
    z-index: 1; 
    white-space: nowrap;
}

#rightBody {
    position: absolute;
    top: 41%;
    left: 33px;
    width: 69%;
    z-index: 2;
	height: 0px;
}

/* Image to left*/
.imgleft {
    float: left;
}


/* Data table definition */
.data{
  width: 100%;
  white-space: nowrap;   }
.data td {
  white-space: nowrap;
  overflow: hidden; }
.data th {
  font-family:Optima, Segoe, calibri, verdana;
  font-size:12px;
  font-weight: normal;
  background: black;
  color: white;
  padding: 5px 10px; }
.data td, .data th {
  font-family:Optima, Segoe, calibri, verdana;
  font-size:12px;
  font-weight: normal;
/*  text-align: left; */ }
.data tr:nth-child(even) {
  background: lightblue;  }

/* Heading table definition */
.heading{
  width: 70%;
  white-space: nowrap;  }
.heading th {
  font-family:Calibri, verdana;
  font-size:14px;
  font-weight: normal;
  background: darkblue;
  color: white;
  padding: 5px 10px;
  text-align:left;}
.heading td {
  font-family:Optima, Segoe, calibri, verdana;
  font-size:12px;
  font-weight: normal;
/*  text-align: left; */ }

#level {
    background-color: white;
    color: black;
	font-size: 30px;
	text-decoration: underline;
	padding:10px 0 0px 0;
	font-weight: bold;
	font-style: italic;
}
#TableTitle{
	background-color: white;
    color: black;
	font-size: 30px;
	text-decoration: underline;
	padding:0px 0 0px 0;
	font-weight: bold;
	font-style: italic;
}
.sublevel {
    background-color: blue;
    color: white;
	font-size:14pt;
}
#bioTableTh {
    background-color: blue;
    color: white;
	font-size:14pt;
}
.tableHeaderRepeat{
	width:150px;
}
.headingTH {
	font-family:Calibri, verdana;
	font-size:14px;
	font-weight: normal;
	background: blue;
	color: white;
	padding: 5px 10px;
	text-align:left;
	width:220px;
}