* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-image: url("background.jpg");
  background-repeat: repeat-x;
  background-position:top;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color:#ebebeb;
}


#content {
  width: 800px;
  margin: 0 auto;
}


#header {
  background-image: url("header.png");
  background-repeat: no-repeat;
  float: left;
  width: 800px;
  height: 170px;
}

* html #header {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="header.png", sizingMethod="crop");
}



#separator {
  background-image: url("separator.png");
  background-repeat: no-repeat;
  float: left;
  width: 800px;
  height: 35px;
  display: block;
}

* html #separator {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="separator.png", sizingMethod="crop");
}

#directory {
  background-image: url("directory.png");
  background-repeat: repeat-y;
  float: left;
  width: 800px;
  display: block;
  margin:0;
  padding:0;
}

* html #directory {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="directory.png", sizingMethod="crop");
}

#directory h3 {
  margin:0;
  padding:0;
  font-size:1em;
  color:#aaa;
}

#directory ul li {
  width: 700px;
  margin:0;
  padding:0;
}

#directory ul li {
  width:100px;
  line-height:1.2em;
  margin:0;
  padding:0;
  position:relative;
  float:left;
  display:block;
  list-style:none;
  font-size:0.7em;
  text-align:left;
}

#footer {
  background-image: url("footer.png");
  background-repeat: no-repeat;
  float: left;
  width: 800px;
  height: 63px;
  display: block;
}

* html #footer {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="footer.png", sizingMethod="crop");
}

.smallprint {
  display: block;
  text-align: right;
  color:#808080;
  padding-right:25px;
  padding-top:30px;
  padding-bottom:20px;
  font-size: 0.65em;
  line-height:1.2em;
}

.smallprint a, .smallprint a:link, .smallprint a:visited {
  font-weight: bold;
  color:#808080;
  text-decoration: none;
}

.smallprint a:hover {
  color:#808080;
  text-decoration: underline;
}


#outer {
  background-image: url("body.png");
  background-repeat: repeat-y;
  float: left;
  width: 800px;
}

* html #outer {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="body.png", sizingMethod="scale");
}



a, a:link, a:visited {
  color: #505050;
  text-decoration: none;
}

a:hover {
  color: #505050;
  text-decoration: underline;
}

a:active {
  color: #505050;
  text-decoration: none;
}

.hierarchy {
  font-size: 0.65em;
  font-weight: normal;
  color: #606060;
}


.sections h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: normal;
  color: #c00000;
  margin: 0;
  padding: 0;
}

.sections h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  line-height: normal;
  color: #505050;
  margin: 0px;
  padding: 0px;
}

.sections h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: normal;
  color: #505050;
  margin: 0px;
  padding: 0px;
}

.sections {
  color: #404040;
  background-color: transparent;
  width: 700px;
  float: left;
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  padding-bottom: 10px;
  font-size: 0.8em;
  line-height: 2em;
  position:relative;
  top:-40px;
}

.sections .title {
  margin: 0px;
  padding: 0px;
  font-size: 1.1em;
  font-weight: bold;
  color: #404040;
  text-align: left;
}

.sections .description {
  margin: 0px;
  padding: 0px;
  font-size: 0.8em;
  color: #606060;
  text-align: center;
}

.sections ul, .sections ol {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sections table {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sections table, .sections tr, .sections th, .sections td {
  border-color: #aaaaaa;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
}

.sections th, .sections td {
  padding: 2px;
  vertical-align: top;
  text-align: left;
}


.reference {
  font-size: 0.7em;
  line-height: 150%;
  text-indent: 20px;
  font-weight: bold;
}

.childtitle {
  font-size: 0.65em;
  font-weight: bold;
  padding-top: 10px;
}

.childtext {
  font-size: 0.65em;
}


#navigators {
  top: -67px;
  position: relative;

  width: 100%;
  height: 0;
  display: table;
  padding: 0;
  margin: 0;
  clear: both;
  font-size: 0.9em;
}

#navigators>ul {
  width: 100%;
  height: 40px;
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navigators a {
  font-weight: bold;
  color: #888;
  text-decoration: none;
}

#navigators li {
  float: left;
  position: relative;
  text-align: center;
  vertical-align:bottom;
  cursor: default;
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  height:0;
}

#navigators li h2 {
  display: none;
  height:0;
}

#navigators li ul {
  left: -16px;
  width: 800px;
  height:0;
  display: block;
  position: absolute;
  list-style-type:none;
  list-style-position:inside;
  vertical-align:middle;
}

#navigators li li {
  background-image:
  margin: 0px;
  padding: 0px;
  width: 107px;
  height:50px;
  line-height: 1em;
  vertical-align:middle;
}

#navigators li li a {
  display: table-cell;
  font-weight: bold;
  line-height: 1.2em;
  color: #888;
  width: 107px;
  height:50px;
  margin: 0px;
  padding: 0px;
  padding-top:15px;
  vertical-align:top;
}

#navigators li li:hover, #navigators li li.hover {
  background-image: url("overlay.png");
  background-repeat: no-repeat;
}

#navigators li li a:hover {
  color: #000;
  margin: 0px;
  padding: 0px;
  padding-top:15px;
  vertical-align:top;
}


