body
{
  margin: 0;
  padding: 0;
  font-family: arial, verdana, helvetica, sans-serif;
  color: #000;
  background-color: #fff;
}
ul { list-style-type: circle; }
li { list-style-type: circle; }
a { color: #2020ff; text-decoration: none; }
a:visited { color: #666; }
a:hover { text-decoration: underline; }
#container    
{
  margin: 1em 5%;
  background-color: #fff;
  background-image: url(/img/bg3.png);
  background-repeat: repeat-y;
  border: 1px solid #333;
  background-position: right;
}

#banner
{
  background-color: #fff;
  background-image: url(/img/smlogo.png);
  background-repeat: no-repeat;
  background-position: 40px 20px;
  border-bottom: 1px dashed #333;
  padding: 45px 40px 55px;
  font-weight: bold;
  font-size: 32px;
  text-align: right;
}

#banner2
{
  background-color: #fff;
  background-image: url(/img/smlogo.png);
  background-repeat: no-repeat;
  background-position: 40px 20px;
  border-bottom: 1px dashed #333;
  padding: 25px 65px 25px;
  font-weight: bold;
  font-size: 32px;
  text-align: right;
}

#nav
{
  float: right;
  width: 180px;
  margin-right: 10px;
  padding-top: 1em;
}

#nav a { color: #000; text-decoration: none; }
#nav a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #626812;
  }
#nav h1 { text-align: right; font-size: 14px; font-weight: bold; margin: 0; border-bottom: 1px dashed #666; }
#nav h2 { text-align: right; font-size: 12px; font-weight: normal; margin: 0; padding-right: 5px; }
#nav h2 a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #626812;
}
/* #nav h2:after { content: " -"; } */
#nav h3 { text-align: right; font-size: 9px; font-weight: normal; margin: 0; padding-right: 15px; line-height: 0.9; }
#nav h3 a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #626812;
}
#nav h3:after { content: " -"; }

#content
{
  padding-top: 1em;
  margin: 0 220px 0 1em;
}

#content h2 { margin-top: 0; }

#footer
{
  clear: both;
  background-color: #ddd;
  padding: 1em;
  font-size: 9px;
  text-align: right;
  border-top: 1px dashed #333;
}
.setoff {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-left: 2.5em;
  margin-right: 2.5em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.setoffi {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  margin-left: 7em;
  margin-right: 7em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tableTop {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background: #d890d8;
font-weight: bold;
text-align: center;
}
.tableLeft {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background: #d890d8;
text-align: right;
}
.tableBody {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
.tableHeavy {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
}
.tableBottom {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #ffffff;
background: #400020;
font-weight: bold;
font-style: italic;
text-align: center;
}

.smNote {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
}
.smList {
  font-size: 12px;
}

.hotel {
  margin: 1em 0em 1em 2.5em;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

