* {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  display:block;
}

body {
  background: #ffffff url("background_02.jpg") top center repeat-y;
  text-align: center;
  margin: 0px;
  padding: 0px;
  width:100%;
  display: block;
  overflow:auto;
  zoom: 1;
}

th {
  text-align:left;
}



#contentouter {
  background: #ffffff url("background_01.jpg") top center no-repeat;
  text-align: center;
  height: 300px; /* height of the main background image */
  margin: 0px;
  padding: 0px;
  display: block;
  clear:both;
}


#content {
  background-image: url("background_01.jpg");
  background-repeat: no-repeat;
  width: 900px;
  height:300px;
  margin: 0 auto;
}


#contentinner {
  background-image: url("background_01.jpg");
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  margin-left:-550px;
  padding-left:550px;
  width: 900px;
  height:300px;
}


#header {
  float: left;
  width: 900px;
  height: 100px;
}

#header h1 {
  padding-top:20px;
  display:block;
  float:right;
  width:400px;
  font-family: Georgia, "Times New Roman", serif;
  font-style:italic;
  font-size:1em;
  font-weight:lighter;
  line-height: 1.5em;
  color: #90ff00;
  text-align: right;
}

#footerouter {
  background: #ffffff url("background_03.jpg") bottom center no-repeat;
  text-align: center;
  height: 400px;
  margin: 0px;
  padding: 0px;
  display: block;
  clear:both;
}


#footer {
  background-image: url("background_03.jpg") bottom center no-repeat;
  width: 900px;
  height: 400px;
  margin: 0 auto;
}


#footerinner {
  background-image: url("background_03.jpg");
  background-repeat: no-repeat;
  width: 900px;
  height: 400px;
  margin: 0px;
  padding: 0px;
  margin-left:-550px;
  padding-left:550px;
}




.smallprint {
  display: block;
  text-align: right;
  color: rgb(140, 140, 140);
  padding-right: 0px;
  padding-top: 100px;
  font-size: 0.65em;
  line-height: 1.6em;
}

.smallprint a, .smallprint a:link, .smallprint a:visited {
  color: rgb(140, 140, 140);
  text-decoration: none;
}

.smallprint a:hover {
  color: rgb(140, 140, 140);
  text-decoration: underline;
}


.information {
  display: block;
  float:left;
  text-align: center;
  color: #aaa;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 45px;
  font-size: 0.7em;
  line-height: 1.6em;
}



#outer {
  float: left;
  width: 900px;
}



a, a:link, a:visited {
  color: #90ff00;
  text-decoration: none;
}

a:hover {
  color: #90ff00;
  text-decoration: underline;
}

a:active {
  color: #90ff00;
  text-decoration: none;
}

.hierarchy {
  font-size: 0.65em;
  font-weight: normal;
  color: #606060;
}



.sections h1 {
  font-size: 1.6em;
  font-weight:lighter;
  line-height: normal;
  color: #888;
  margin: 0px;
  padding: 0px;
}

.sections h2 {
  font-size: 1.4em;
  font-weight:lighter;
  line-height: normal;
  color: #888;
  margin: 0px;
  padding: 0px;
}

.sections h3 {
  font-size: 1.2em;
  font-weight:lighter;
  line-height: normal;
  color: #888;
  margin: 0px;
  padding: 0px;
}

.sections {
  background-color: transparent;
  width: 760px;
  text-align: justify;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  padding-left:70px;
  padding-right:0px;
  padding-top:70px;
  font-size: 0.9em;
  line-height: 1.5em;
}

.sections .title {
  margin: 0px;
  padding: 0px;
  font-size: 1.1em;
  font-weight: bold;
  color: #90ff00;
  text-align: left;
}

.sections .description {
  margin: 0px;
  padding: 0px;
  font-size: 0.8em;
  color: #606060;
  text-align: center;
}

.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: -19px;
  position: relative;
  float:left;
  left:30px;

  width: 700px;
  height: 0;
  display: block;
  padding: 0;
  margin: 0;
  clear: both;
  font-size: 0.9em;
}

#navigators>ul {
  float:right;
  width: 700px;
  height: 50px;
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navigators a {
  font-weight: bold;
  color: #fff;
  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 ul li ul {
  float:right;
  height:0;
  display: block;
  width:700px;
  position: absolute;
  list-style-type:none;
  list-style-position:inside;
  vertical-align:middle;
}

#navigators li li {
  background-image: url("button.png");
  display:list-item;
  right:0px;
  margin: 0px;
  padding: 0px;
  height:50px;
  line-height: 1em;
  vertical-align:middle;
}

#navigators li li a {
  display: table-cell;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
  width: 100%;
  height:50px;
  margin: 0px;
  padding: 0px;
  padding-left:20px;
  padding-right:20px;
  padding-top:15px;
  margin-top:15px;
  vertical-align:top;
}

#navigators li li:hover, #navigators li li.hover {
  background-image: url("buttonover.png");
  background-repeat: no-repeat;
}

#navigators li li a:hover {
  color: #fff;
  margin: 0px;
  padding: 0px;
  padding-left:20px;
  padding-right:20px;
  padding-top:15px;
  padding-bottom:-15px;
  vertical-align:top;
}


