
* {
  font-family: Verdana, Verdana, Geneva, sans-serif;
  line-height: 2em;
}

body {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  background: #99c9ec;
  background-image: url("/cache/background.png");
  background-position: bottom left;
  background-attachment:fixed;
  background-repeat: repeat-x;
}

a, a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  color: #000;
  text-decoration: underline;
}





#header {
  width:960px;
  height:95px;
  float:left;
  background-image: url('/cache/header.png');
}

/*
* html #header {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cache/header.png", sizingMethod="crop");
}
*/


#body {
  position:relative;
  display:block;
  clear:both;
  width:960px;
  float:left;
  background-image: url('/cache/body.png');
  background-repeat:repeat-y;
}

/*
* html #body {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cache/body.png", sizingMethod="scale");
}
*/



#footer {
  position:relative;
  display:block;
  clear:both;
  width:960px;
  height:190px;
  float:left;
  vertical-align:bottom;
  background-image: url('/cache/footer.png');
  background-repeat: no-repeat;
}

/*
* html #footer {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/cache/footer.png", sizingMethod="crop");
}
*/




.sections {
  float: left;
  width: 500px;
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.75em;
  color: #555;
  line-height: 2em;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.sections h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.1em;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #000;
}

.sections h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.1em;
  text-align: left;
  margin: 0px;
  padding: 0px;
  color: #000;
}

.sections h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.1em;
  text-align: left;
  margin: 0px;
  padding: 0px;
  color: #000;
}


.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: #808080;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
}

.sections th, .sections td {
  padding: 2px;
  vertical-align: top;
  text-align: left;
}

.sections th {
  background-color: #f8f8f8;
}



#outer {
  width: 960px;
  float: left;
  padding: 0px;
  margin: 0px;
}















#navigators {
  width: 200px;
  float: left;
  text-align: left;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-top: 0px;
}

#navigators>ul {
  width: 200px;
  float: left;
  text-align: left;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-top: 0px;
}

#navigators a {
  width: 200px;
  font-weight: bold;
  color: #888;
  text-decoration: none;
}

#navigators li {
  width: 200px;
  float: left;
  position: relative;
  text-align: center;
  cursor: default;
  margin: 0px;
  padding: 0px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#navigators li h2 {
  width: 175px;
  display: block;
  color: #444;
  margin: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
}

#navigators li>h2 {
  padding-left: 20px;
  margin-left: 5px;
  margin-bottom: 5px;
}

#navigators li>h2:hover {
  background-color:#fff;
  color: #000;
  padding-left: 20px;
  margin-left: 5px;
  margin-bottom: 5px;
}

#navigators li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 180px;
  width: 200px;
  font-weight: normal;
  background: url('/cache/menubody.png') bottom left no-repeat !important;
  background: url('/cache/menubody.gif') bottom left no-repeat;
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 25px;
  z-index: 1000;
}

#navigators li li:first-child {
  background: url('/cache/menuheader.png') top left no-repeat !important;
  margin-top: -20px;
  padding-top: 20px;
}

#navigators li li {
  z-index: 50;
  display: block;
  float: none;
  text-align: left;
  background: transparent;
  background-color: transparent;
  border: 0;
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  width: 195px;
  line-height: 1em;
}

#navigators li li a {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
  line-height: 1.2em;
  color: #444;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 10px;
  width: 165px;
}

#navigators li li a:hover {
  /*
  background-image: url('/cache/menuitem.png');
  */
  background-color: #fff;
  color: #000;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 10px;
  width: 165px;
}

#navigators li:hover ul, #navigators li.hover ul {
  display: block;
}

#navigators li.hover {
  display: block;
}







#sidebars {
  width: 200px;
  float: left;
  text-align: center;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#sidebars ul {
  width: 200px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  list-style: none;
}

#sidebars li h2 {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #444;
}

#sidebars li li {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#sidebars a {
  display: block;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

#sidebars a:hover {
  border-bottom-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}





/*

#navigators {
  width: 200px;
  float: left;
  text-align: left;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-top: 0px;
}

#navigators ul {
  width: 200px;
  padding: 0px;
  margin: 0px;
  color: #404040;
  padding-bottom: 15px;
  list-style: none;
}

#navigators h2 {
  font-family: Helvetica, Arial, sans-serif;
  padding: 0px;
  padding-left: 30px;
  padding-bottom: 5px;
  margin: 0px;
  font-weight: bold;
  font-size: 1em;
  text-align: left;
}

#navigators li li {
  width: 190px;
  color: #404040;
  font-size: 0.7em;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 0px;
}

#navigators a {
  color: #808080;
  display: block;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  padding-left: 25px;
  padding-right: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 190px;
}

#navigators a:hover {
  border-bottom-color: #ffffff;
  color: #000000;
  text-decoration: none;
  background-color:#ffffff;
  width: 190px;
}

*/


.reference {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 150%;
  text-indent: 20px;
  font-weight: bold;
}

.childtitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.65em;
  font-weight: bold;
  padding-top: 10px;
}

.childtext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.65em;
}


.smallprint {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.65em;
  font-weight: bold;
  color: #ffffff;
  text-shadow: black 0.1em 0.1em 0.2em
}

.smallprint a, .smallprint a:hover {
  color: #ffffff;
}






