/* Reset and base styles */
body {
  margin: 0;
  padding: 0;
}

/* Main table styles */
.main-table {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border: 1px solid #000;
  border-collapse: separate;
  border-spacing: 4px;
  margin: 0;
}

/* Table cell styles */
.table-cell {
  border: 1px solid #000;
  padding: 6px;
  line-height: 1.2;
}

.table-cell-header {
  text-align: center;
  background-color: #33ccff;
  vertical-align: top;
  border: 1px solid #000;
  padding: 6px;
}

.table-cell-header-left {
  width: 30%;
  line-height: 1.2;
}

.table-cell-header-center {
  line-height: 1.0;
}

.table-cell-header-right {
  width: 25%;
  line-height: 1.2;
}

.table-cell-content {
  vertical-align: top;
  text-align: left;
}

.table-cell-footer {
  background-color: #ff6600;
  vertical-align: top;
}

/* Header text styles */
.header-title {
  font-family: 'Comic Sans MS', cursive;
  font-size: 2em;
  line-height: 1.0;
}

.header-title-inner {
  font-size: 1.2em;
  line-height: 1.0;
}

.header-title-text {
  font-size: 0.83em;
  line-height: 1.0;
}

.header-subtitle {
  font-size: 0.83em;
  line-height: 1.0;
}

.header-subtitle-nested {
  font-size: 0.83em;
  line-height: 1.0;
}

.header-links {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.0;
}

.header-links-small {
  font-size: 0.83em;
  line-height: 1.0;
}

/* Section styles */
.section-title {
  color: rgb(204, 0, 0);
  font-size: 1.2em;
  font-family: Helvetica, Arial, sans-serif;
}

.section-blue {
  color: rgb(0, 0, 153);
  font-weight: bold;
}

.section-blue-underline {
  color: rgb(0, 0, 153);
  font-weight: bold;
  text-decoration: underline;
}

.section-red {
  color: rgb(255, 0, 0);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

/* List styles */
.list-left {
  text-align: left;
}

.list-item-blue {
  color: rgb(0, 0, 153);
  font-weight: bold;
}

/* Horizontal rule styles */
.hr-line {
  width: 100%;
  height: 2px;
  border: none;
  background-color: #000;
}

/* Image styles */
.img-aircraft {
  width: 240px;
}

.img-airport {
  width: 240px;
  height: 180px;
}

.img-ad {
  width: 300px;
  height: 157px;
}

.img-ye-banner {
  width: 100%;
  max-width: 800px;
}

.img-ye {
  width: 100%;
  max-width: 300px;
}

/* Text styles */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-bold {
  font-weight: bold;
}

.text-small {
  font-size: 0.9em;
}

.text-footer {
  font-family: arial, helvetica;
  font-size: 0.8em;
}

.text-clubhouse-title {
  font-weight: bold;
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

.text-clubhouse {
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

.text-helvetica {
  font-family: Helvetica, Arial, sans-serif;
}

.text-helvetica-bold {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/* Young Eagles table */
.ye-table {
  width: 100%;
  border-collapse: collapse;
}

.ye-table-cell {
  width: 33.33%;
  text-align: center;
  padding: 0;
}

/* Footer styles */
.footer-text {
  font-family: arial, helvetica;
  font-size: 0.8em;
}
