body {
  font-family: sans-serif;
  font-size: 12pt;
  color: black;
  background-color: white;
  padding: 0;
  margin: 0;
}
#HeaderBlock {
  margin: 0;
  background-image: url('../images/Header_Filler.gif');
  background-repeat: repeat-x;
}
#columnContainer {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align:left;
  max-width: 1024px;
}
#MenuBlock {
  float: left;
  width: 13em;
  margin:0; padding:0;
}
#MenuBlock-content {
  margin:0; padding: 0.5em 0;
}
#ContentBlock {
  margin:0 0 0 13em; padding:0;
}
#ContentBlock-content {
  margin:0; padding: 0.5em 1em;
}
hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}
#FooterBlock {
  border-top: 1px solid gray;
  text-align: center;
  font-size: 0.6em;
}
#FooterBlock p {
  text-align: center;
  margin: 2px;
}
#navigation {
  list-style: none;
  padding: 0.5em 1em;
  margin: 0;
}
#navigation li {
  font-size: 80%;
	background-color: #f1d4bf;
  border: 1px solid black;
  margin: 1em 0;
}
#navigation li a {
  font-weight: bold;
  display: block;
  color: black;
  border-style: none;
  width: auto;
  text-decoration: none;
  margin: 0;
  padding: 0.2em;
}
#navigation li a:visited {
  text-decoration: none;
}
#navigation li a:hover {
  text-decoration: none;
}
p {
  text-align: justify;
}
.pdflink {
  font-size: 75%;
}
.psceorange {
  color: #df7a3a;
}
h1 {
  font-size: 20pt;
  font-weight: bold;
  color: #d47a3a;
  background-color: white;
  text-align: left;
  font-family: sans-serif;
}
h2 {
  font-size: 14pt;
  font-weight: bold;
  color: black;
  background-color: white;
}
h3 {
  font-size: 12pt;
  font-weight: bold;
  color: black;
  background-color: white;
}
p.FinePrint {
   font-size: smaller;
}
table.HotelFeeSchedule {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-collapse: collapse;
}
table.HotelFeeSchedule td, th {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  padding: 5px;
}
table.RegFeeSchedule {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  border-collapse: collapse;
}
table.RegFeeSchedule td, th {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  font-size: smaller;
  text-align: left;
}
table.SessionList tr td {
  border-style: none;
  font-size: small;
}
td.locationcell {
  border-style: solid;
  font-size: large;
  text-align: right;
}
td.daycell {
  color: red;
  background-color: white;
  font-size: larger;
  font-weight: bold;
}
td.timecell {
  color: black;
  background-color: inherit;
  padding-left: 0.5cm;
  font-weight: bold;
}
a {
  color: #954424;
  text-decoration: none;
  /*
  padding: 3px;
  */
}
a:hover {
  text-decoration: underline;
}
div.announcement {
  border: 2px solid #d47a3a;
  background-color: #f1d4bf;
  padding: 0.2em;
  text-align: center;
}
div.ExhibitorURLList p {
  margin: 0;
}
table.plain {
  border-collapse: collapse;
  border: 1px solid black;
}
table.plain th {
  border: 1px solid black;
  padding: 3px;
}
table.plain td {
  border: 1px solid black;
  padding: 3px;
}

