body {
  margin: 0;
  padding: 0;
  background: white;
  border-left: 1px solid #9c7300;
  text-align: center;
}

#main {
  margin: 0 auto;
  width: 700px;
  text-align: left;
}

#head {
  background: url("head.gif") bottom left no-repeat;
  height: 44px;
}

#content-body {
  background: url("content.gif") top left repeat-y;
  width: 700px;
  padding-bottom: 2px;
}

#content {
  width: 475px;
  margin-left: 30px;
}

#footer {
  background: url("foot.gif") top left no-repeat;
  height: 181px;
  width: 700px;
}

#foot {
  padding-top: 56px;
  margin-right: 200px;
}

body, table, input, textarea, select, label {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #444;
  line-height: 150%;
}

input, textarea {
  line-height: 120%;
  vertical-align: middle;
}

h1, h2, h3, h4, h5 {
  font-family: Arial, sans-serif;
  line-height: 140%;
}

h1 {
  margin: 0 0 8px 0;
  padding-top: 0px;
  font-size: 26px;
  letter-spacing: 1px;
  color: #555;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 0 0;
  padding-top: 18px;
  font-size: 14px;
  color: #c73602;
  text-transform: uppercase;
}

h3 {
  margin: 0 0 4px 0;
  padding-top: 17px;
  font-size: 12px;
  color: #555;
}

h4 {
  margin: 0 0 2px 0;
  padding-top: 15px;
  font-size: 12px;
  color: #555;
}

p {
  margin: 0 0 12px 0;
  color: #444;
  font-size: 11px;
  line-height: 170%;
}

p b, 
p strong {
  color: #555;
}

#foot p {
  font-weight: normal;
  text-align: right;
  color: #bbb;
}


a, a:link, a:visited {
  text-decoration: none;
  color: #c73602;
}

a:hover {
  color: #ff6000;
}

ul {
  font-family: Verdana, sans-serif;
  color: #444;
  line-height: 170%;
}

ul li {
  padding-bottom: 5px;
  margin: 0;
  font-family: Verdana, sans-serif;
  color: #444;
  line-height: 170%;
}

#include {
  margin-left: 160px;
  padding: 0;
}

#nav {
  float: left;
  width: 130px;
  text-align: right;
  margin-top: 6px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  margin: 0.25em 0;
}

#nav a {
  white-space: nowrap;
}

#nav .selected {
  font-weight: bold;
}

#lang {
  margin-top: 3em;
}

dt {
  color: #c73602;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 0.5em;
}

dd {
  margin-bottom: 1em;
  margin-left: 1em;
}

table {
  border-collapse: collapse;
}
td {
  padding: 5px;
}

.form-left {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

.mandatory {
  color: green;
}

hr {
  border: none;
  border-bottom: 2px solid #ccc;
  margin: 1em 0;
}

.button { 
  background: white;
  color: #444;
}

.alert p {
  color: red;
  font-weight: bold;
}

.release-note {
  border-bottom: 1px solid #ccc;
}
.release-note p {
  margin: 0 0 6px 0;
}
.list-item {
	margin-bottom: 0.25em;
}

.faq {
	border-top: 1px solid #ccc;
	margin-top: 6px;
}

.faq-tab {
	white-space: nowrap;
	margin-left:0;
	line-height: 24px;
}
.faq h3 {
	color: #c73602;
	font-weight: normal;
	font-style: italic;
}
.faq-selected {
	font-weight: bold;
}
