#container {
  margin: 0;
  background: #ffffff none repeat scroll 0%;
  width: 100%;
  text-align: left;
}
#intro {
  position: relative;
}
#mainContent {
  border-bottom: 1px solid #cccccc;
  margin: 0 50px 15px;
  padding-bottom: 5px;
}
#footer {
  margin: 0 50px;
  text-align: right;
  font-size: x-small;
}
body {
  margin: 0;
  padding: 0;
  color: #3a4956;
  font-size: 100%;
  font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Tahoma,Arial,sans-serif;
  line-height: 110%;
  text-align: center;
}
code {
  font-family: Courier,monospace;
}
h1 {
  margin: 2em 0 0;
  font-family: Helvetica,Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #990000;
  letter-spacing: -1px;
}
h2 {
  border-top: 1px solid #990000;
  margin: 2em 0 0;
  padding-top: 5px;
  font-family: Helvetica,Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
h3 {
  margin: 1em 0 0;
  font-size: 12px;
  color: #660000;
  position: relative;
  top: 8px;
}
hr {
  border:  none;
  margin: 2em 0 4em;
  background: #cccccc none repeat scroll 0%;
  height: 1px;
}
p {
  margin: 1em 0 0;
}
pre {
  margin: 1em 0 0;
  padding: 5px 5px 5px 10px;
  background: #e9eaeb none repeat scroll 0%;
  overflow: auto;
  font-family: Courier,monospace;
  width: auto;
  text-align: left;
}
table {
  border: 1px solid #98a0a6;
  margin: 1em 0 0;
}
th {
  background: #c7cbce none repeat scroll 0%;
  text-align: left;
  padding-left: 5px;
}
td {
  margin: 0;
  padding: 0 5px 2px;
  vertical-align: top;
}
td p {
  margin: 0;
  padding: 0 0 0.6em;
}
td ul {
  padding-top: 0;
  margin-top: 0;
}
tr.alt {
  background: #e9eaeb none repeat scroll 0%;
}
#pageHeader {
  background: #990000 none repeat scroll 0%;
  width: 100%;
  height: 80px;
}
#pageHeader h1 {
  margin: 0 0 5px 20px;
  color: #ffffff;
  letter-spacing: -1px;
}
#pageHeader a:link, #pageHeader a:hover, #pageHeader a:visited {
  color: #ffffff;
  background-color: #990000;
  text-decoration: none;
}
#selectionbar {
  background: #660000 none repeat scroll 0%;
  color: #ffffff;
  height: 46px;
  font-size: 90%;
}
#selectionbar ul {
  margin: 0;
  padding: 1em 1em 0 0;
}
#selectionbar li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#selectionbar a:link, #selectionbar a:visited {
  margin: 0 6px;
  padding: 1px 9px 3px 6px;
  color: #ffffff;
  display: block;
  float: right;
  text-decoration: none;
}
#selectionbar a:hover {
  color: #ffee99;
  background-color: transparent;
}
#selectionbar .activelink a {
  background: #990000 none repeat scroll 0%;
}
#selectionbar .activelink a:hover {
  color: #ffffff;
  background-color: #990000;
  cursor: default;
}
#mainContent {
  font-size: 100%;
}
#mainContent ul li {
  margin: 0;
  padding: 0 0 0 5px;
  list-style-type: inherit;
  list-style-image: inherit;
  list-style-position: inherit;
}
#mainContent a:link {
  border-bottom: 1px dotted #660000;
  color: #660000;
  text-decoration: none;
}
#mainContent a:visited {
  border-bottom: 1px dotted #990000;
  color: #990000;
  text-decoration: none;
}
#mainContent a:hover {
  border-bottom: medium none;
  color: #ffffff;
  background-color: #660000;
  text-decoration: none;
}
#mainContent blockquote {
  border-left: thin dotted #000000;
  margin: 10px 0 10px 15px;
  padding: 0 0 0 15px;
  width: auto;
  float: right;
}
.faq p, .faq pre, .faq ul, .faq table {
  margin: 0.5em 0 0 50px;
  padding-top: 0px;
  padding-bottom: 2px;
}
.faq h1 {
  margin-bottom: 1em;
}
.faq ul {
  padding-left: 30px;
}
#mainContent .question {
  margin: 1.5em 0 0;
  padding-top: 2px;
  font-size: medium;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 0%;
  color: black;
}
.backtotop, .faq .backtotop {
  padding: 0;
  float: right;
  clear: both;
  font-size: 90%;
}
.date, .faq .date {
  color: #bfc3c7;
  text-align: right;
  font-size: x-small;
  clear: both;
  padding-top: 4em;
}
