body {
  background: url('/images/bg.png');
  font-family: Verdana, Arial, Helvetica, sans-serifverdana;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px; }

a {
  color: #cb6928; }
  a:link {
    color: #cb6928; }
  a:hover {
    color: #cb6928;
    text-decoration: none; }
  a:visited {
    color: #cb6928; }
  a:active {
    color: #cb6928; }

h1 {
  margin-top: 0em;
  margin-bottom: 0.5em;
  padding: 0;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em; }

h2 {
  margin-top: 1em;
  margin-bottom: 0em;
  padding: 0px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.1em; }

h3 {
  margin-top: 0.5em;
  margin-bottom: 0em;
  padding: 0px;
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
  line-height: 1em; }

p {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    margin-left: 1em;
    padding: 0; }

ul.disc {
  list-style: disc; }

#Page {
  margin: 1em auto;
  width: 840px;
  padding: 0px 0px 1em 0px;
  background-color: #fff0cf; }

#Header {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-bottom-color: !left_nav_border_color;
  margin: 0 0 0em 0;
  padding: 0px; }

#Content {
  padding: 10px 15px; }

#Main {
  margin-left: 205px;
  border: none;
  overflow: hidden;
  width: 605px; }

#LeftNav {
  width: 185px;
  display: inline;
  float: left;
  border: none;
  margin: 0.5em 0 0 0;
  margin-right: 1em;
  overflow: hidden; }
  #LeftNav ul {
    list-style: none;
    width: 185px;
    padding: 0px;
    margin: 0px;
    border-top-style: solid;
    border-top-color: #cb6928;
    border-top-width: 1px; }
    #LeftNav ul li {
      background-color: #fff0cf;
      padding: 0;
      margin: 0;
      border-bottom-style: solid;
      border-bottom-color: #cb6928;
      border-bottom-width: 1px; }
      #LeftNav ul li a {
        font-weight: bold;
        display: block;
        width: 180px;
        padding: 10px 0 10px 5px;
        color: #cb6928; }
        #LeftNav ul li a:link {
          text-decoration: none; }
        #LeftNav ul li a:hover {
          color: #fff0cf;
          background-color: #cb6928;
          text-decoration: none; }
        #LeftNav ul li a:visited {
          text-decoration: none; }
        #LeftNav ul li a:active {
          text-decoration: none; }

.coloredtext {
  color: #cb6928; }

table.authorslist {
  font-size: smaller;
  border-collapse: collapse;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cdd29c; }
  table.authorslist tr {
    margin-bottom: 2px; }
    table.authorslist tr td {
      padding: 5px 5px;
      vertical-align: top;
      width: 33%; }
  table.authorslist tr.bottomborder td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cdd29c; }
  table.authorslist tr.presenting td {
    background-color: #ffdf9a; }

#Copyright {
  font-size: .75em;
  text-align: center;
  color: #555;
  margin: 0; }

div#SubmissionSteps ul {
  height: 20px; }
  div#SubmissionSteps ul li {
    display: inline;
    float: left;
    color: #cdd29c; }
  div#SubmissionSteps ul li.current {
    font-weight: bold;
    color: #cb6928;
    background_color: #ffdf9a; }

table.abstractcontent {
  border-collapse: collapse;
  width: 100%;
  background-color: #ffdf9a; }
  table.abstractcontent tr {
    margin-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cdd29c; }
    table.abstractcontent tr th {
      padding: 5px 5px;
      vertical-align: top;
      white-space: nowrap;
      width: 165px;
      text-align: right; }
    table.abstractcontent tr td {
      padding: 5px 5px;
      vertical-align: top; }
      table.abstractcontent tr td p {
        margin-top: 0px;
        margin-bottom: 0.5em;
        padding: 0px; }

div.outline {
  margin: 0px;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #cdd29c; }

.smaller {
  font-size: smaller; }
