body {
  padding: 0 0;
  margin: 0 0;
  border: 0;
  font: 8pt verdana, arial;
  color: #555555;
}

.page {
  position: relative;
  width: 742px;
/*  margin: 10px auto; */
  left: 50%;
  margin-left: -371px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid black;
}

.top {
  position: relative;
  width: 742px;
  height: 54px;
  background: url('topBar2.png') top left no-repeat;
}

.smallLogo {
  position: relative;
  left: 580px;
  top: 8px;
  width: 146px;
  height: 37px;
  background: url('logos/game14_Marily-smaller50.png') top left no-repeat;
}

.side {
  width: 170px;
  float: left;
}

.item {
  margin-top: 1px;
  padding: 8px 10px;
  background-color: #D2D7E0;
}

.selected {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #001F53;
}

.details {
  text-align: center;
  font-size: 10pt;
}

.main {
  margin: 0px 10px;
  width: 545px;
  float: right;
}

.logo {
  background-image: url('./logos14/game14_Marily-smaller512x127.png');
  position: relative;
  display: block;
  left: 50%;
  margin-left: -246px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 512px;
  height: 127px;
}

.heading {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px dashed #001F53;
  border-top: 3px solid #001F53;
  font-variant: small-caps;
  font-size: 12pt;
  font-weight: bold;
}

.centenaryLogo {
  position: relative;
  width: 150px;
  height: 148px;
  margin: 1px 0px;
  background: url('centenaryLogo.png') top left no-repeat;
}

ul {
  list-style-image: url('rightArrowBlueOnWhite.png');
}

li {
  margin: 5px 0px;
}

.footer {
  clear: both;
  text-align: center;
}

.game {
  font-variant: small-caps;
}

.map {
  position: relative;
  display: block;
  left: 50%;
  margin-left: -214px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 428px;
  height: 211px;
  background: url('map.png') top center no-repeat;
  border: 1px solid black;
}

table {
  margin-top: 20px;
  width: 550px;
  margin-left:auto;
  margin-right:auto;
  page-break-inside: avoid;
  border: 1px solid #001F53;
  border-spacing: 2px;
  border-collapse: separate;
  font: 10pt arial;
}

table.ok {
  border: 1px solid #1F5300;
}

table.er {
  border: 1px solid #531F00;
}

th {
  background-color: #001F53;
  color: #FFFFFF;
  padding: 6px;
  font-variant: small-caps;
}

td {
  padding: 6px;
}

tr.ok {
  background-color: #E3F1E8;
}

tr.er {
  background-color: #F1E3E8;
}

tr.dk {
  background-color: #D2D7E0;
}

tr.lt {
  background-color: #E3E8F1;
}

tr.ot {
  background-color: #FFFFFF;
}

td.bk {
  font-variant: small-caps;
  text-align: center;
}

tr.ye {
  background-color: #FFFFBB;
}

td.session {
  font-style: italic;
  text-align: center;
}

.field {
  width: 100%;
}

.title {
  font: bold 12pt verdana, arial;
}

.bio {
  font: 8pt verdana, arial;
}

.photo {
  border: 1px solid black;
}
