html {
  font-size: 0.7em;
}

body {
  background: transparent;
}

h1 {
  font-weight: bold;
  font-size: 1em;
  color: #6600c3;
  text-align: center;
}

h2 {
  font-weight: bold;
  font-size: 1em;
}

ul {
  list-style: disc;
  margin-left: 20px;	
}

li {
  padding: 3px;
}

.table {
	display: table;
}

.tr {
	display: table-row;
	line-height: 1.7em;
}

.td {
	display: table-cell;
}
.th {
	display: table-cell;
	font-weight: bold;
	text-align: center;
}

#backgroundArea {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  border: 0;
}

#mainContent {
  padding: 0;
  border: 0;
  margin: auto;
  width: 100%;
  min-height: 625px;
  background: url(../images/APD_Crest_background.jpg) no-repeat scroll 50% 50%;
  font-weight: normal;
}

.tabFrame {
  width: 97%;
  overflow: auto;
}

div.header {
  width: 100%;
  height: 30px;
  font-size: 1.3em;
  text-align: center;
  line-height: 2em;
  border: 0;
}

div.section {
  border: 2px solid #6600C3;
  background: transparent;
  margin: auto; 
  margin-top: 20px;
}

div.section-header {
  width: 100%;
  height: 25px;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.7em;
  border: 0;
}

div.section-content {
  width: auto;
  height: auto;
  padding: 10px;
}

div.section-content hr.contain-floats {
  display: block; 
  clear: left; 
  margin: -0.66em 0; 
  visibility: hidden;	
}

label {
  float:left;
  text-align:left;
  font-weight:bold;
  line-height: 2.5em;
  padding-right: 7px;
}