html, body { 
  background: white;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: arial, helvetica, sans-serif; 
  height: 100%;
/*  font-size: 76%;  */
}

img {
  margin: 0px;
  padding: 0px;
}

table {
  table-layout: auto;
  margin-left: 0em;
  margin-right: 0em;
  margin-bottom: 0em;
  border-collapse: collapse;
  border-style: hidden;
  border-spacing: 0px;
}

tr {
  vertical-align: top;
}

td {
  vertical-align: top;
  padding: 0px;
  border-right: 8px solid white;
}

th { 
  vertical-align: top;
  text-align: left; 
  font-weight: bold; 
  padding: 0px;
  border-right: 8px solid white;
}

tr.spacer {
  height: 20px;
  vertical-align: top;
}

.title {
/* caused a white bar under the top logo in IE */
/*  vertical-align: bottom; */
  padding: 0px;
  margin: 0px;
  bottom: 0px;
  height: 194px;
}

tr.mainrow {
  height: 475px;
  vertical-align: top;
}

td.left {
  background: #0000a6;
  width: 125px;
}

td.bg {
/*
  background: white url("ca_flag_back.png");
  background-repeat: no-repeat;
  background-position: top left; 
*/
}

.wholebody {
  margin: 0px 0px 0px 0px;
}

.top {
  font-size: 1.25em;
  font-weight: bold;
  text-align: left;
  margin: 0px;
}

.nontop {
  overflow: hidden;
  width: 100%;
  background: #7777a6;
}

.menu {
  background: #0000a6;
  float: left;
  width: 125px;
  margin: 0px;
  clear: both;
  overflow: auto;
}

.mainwrap {
  background: #ff3333;
  margin-left: 125px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px; 
}

.main {
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 475px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.footer {
  font-size: 0.75em;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  background: #ffffff;
}

a.navlist:link, a.navlist:visited {
  display: block;
  background: url(/button_back.png) no-repeat;
  vertical-align: middle;
  font-size: 0.68em;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
  height: 20px !important; 
  width: 120px;
  text-decoration: none;
}

a.navlist:hover {
  background-position: 0px -25px;
  text-decoration: none;
  color: #000000;
}

.disabled {
  color: #999999;
  font-size: 0.75em;
}

.noresult {
  font-size: 1.25em;
  font-weight: bold;
  color: #FF0000;
}

.green {
  font-size: 1em;
  font-weight: bold;
  color: #00FF00;
}

.red {
  font-size: 1em;
  font-weight: bold;
  color: #FF0000;
}

.pdf {
  color: #0000FF; 
  font-size: 0.75em;
  text-decoration: none;
  text-align: right;
}

.race {
  text-align: center;
  width: 75px;
}

.prop {
  width: 50%;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  text-align: left;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

.nomargin {
  margin: 0em;
}

