table.main {
  padding: 0;
  border: 0;
  border-spacing: 0;
}

td.splash {
  width: 600px;
  height: 800px;
  vertical-align: top;
}

td.sidebar {
  width: 200px;
  height: 800px;
  vertical-align: top;
}

.sb_empty {
  height: 24px;
  background-color: #221E1F;
  color: #E0C43C;
  padding-top: 6px;
  border-bottom: 1px solid #221E1F;
}

.sb_row {
  height: 24px;
  background-color: #221E1F;
  color: #E0C43C;
  text-align: center;
  padding-top: 6px;
  border-bottom: 1px dotted #958228;
}

.sb_row a {
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #221E1F;
  color: #E0C43C;
}

.sb_row a:hover {
  background-color: #E0C43C;
  color: #221E1F;
}

.sb_row .small {
  font-size: 8pt;
}

.sb_row .info {
  font-size: 8pt;
  background-color: #4040E0;
  color: #FFFFFF;
  padding: 0 5px;
  border: 1px solid white;
}

div.logo {
  background-image: url(images/wxjmlogo.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 248px;
}

div.logo_reflect { 
  background-image: url(images/wxjmlogo_inv_fade.jpg); 
  background-repeat: no-repeat; 
  background-position: center top;
  height: 248px;
  font-size: 18pt;
  font-family: "Century Schoolbook", serif;
}

div.tagline {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #202020;
  font-style: italic;
  font-size: 10pt;
  font-family: sans-serif;
}

.clear {
  clear: both;
}

div.spacer {
  clear: both;
  padding-top:50px;
}

div.links {
  border-style: double;
  border-color: yellow;
  width: 750px;
  padding: 4px;
}

font.caption { font-family: sans-serif; }
