/* FOOTER SOURCE: http://scott.sauyet.name/CSS/Demo/FooterDemo1.html */

html {
  width: 100%; 
  height: 100%;
  margin: 0;
  background-color: #202020;
  background-image: url("gfx/rep.gif");
  background-repeat: repeat-y;
  background-position: top center;
}

body {
  position: relative;
  width: 100%; 
  height: 100%;
  margin: 0;
  font-family: arial, sans-serif;
  font-size: small;
  color: #a0a0a0;  
  background-image: url("gfx/top.gif");
  background-repeat: no-repeat;
  background-position: top center;
}

#content {
  position: relative;
  width: 800px;  
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -126px;
}

#footer, #footerPush {
  height: 126px;
}

#mainDropSpacer {
  position: relative;
  height: 280px;
}

#main {
  position: relative;
  left: 0px;
  padding: 0 40px 0 70px;
  width: 690px; 
  /*z-index: 10;*/
}

#footer {
  position: relative;
  margin: 0px auto;
  width: 800px;
}

#footer img {
  vertical-align: bottom;
}

img {
  border: none;
}

h1 {
  position: relative;
  left: -40px;
  font-size: 24px;
  color: #c0c0c0;
  font-weight: bold;
}

.toc_button {
  font-size: 20px;
  font-weight: bold;
}

#header {
  position: absolute;
  left: 0px; top: 0px;
  width: 800px; height: 420px;
  vertical-align: top;
}

#nav1 {
  position: absolute;
  left: 34px; top: 149px;
  width: 780px;
  text-align: left;
  z-index: 100;
}

#toptitle {
  position: absolute;
  left: 408px; top: 116px;
}

#nav2 {
  position: absolute;
  left: 0px; top: 240px; width: 800px; height: 45px;
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;  
  z-index: 0;
  /*border: 1px dotted green;*/
}

#nav3 {
  position: relative;
  left: -40px;
  width: 730px;
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  border-color: #404040;
  border-width: 0px 0px 2px 0px;
  padding-bottom: 4px;
  border-style: dotted;
}

#nav2 img {
  padding-left: 2px;
}

#tocouter {
	padding-left: 90px; 
	width: 500px
}

#tocentry {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  width: 200px;
}

#tocentry img {
  vertical-align: middle;
}

a:link    { text-decoration: none; color: #005ed3 }
a:active  { text-decoration: none; color: #005ed3 }
a:visited { text-decoration: none; color: #005ed3 }
a:hover   { text-decoration: underline; color: #005ed3 }

a.nav2-on:link, a.nav2-on:active, a.nav2-on:visited, a.nav2-on:hover {
	color: #ffffff; text-decoration: none; font-weight: bold;
}
a.nav2-off:link, a.nav2-off:active, a.nav2-off:visited, a.nav2-off:hover {
	color: #c0a010; text-decoration: none;  font-weight: bold;
}

a.nav3-on:link, a.nav3-on:active, a.nav3-on:visited, a.nav3-on:hover {
	color: #ffffff; text-decoration: none; font-weight: bold;
}
a.nav3-off:link, a.nav3-off:active, a.nav3-off:visited, a.nav3-off:hover {
	color: #903040; text-decoration: none;  font-weight: bold;
}

.howto {
  clear: both;
  position: relative;
  width: 630px;
  background-color: #303858;
  padding: 4px;
  margin: 10pt 0 10pt 0;
}
.howto .title {
  position: relative;
  color: #202020;
  font-weight: bold;
  font-size: 20pt;
  margin-bottom: -5pt;
}
.howto .title .step {
  font-size: 8pt;
  font-weight: normal;
  vertical-align: top;
}
.howto .title .action {
}
.howto .title .layer0 {
  color: #4080b0;
  z-index: 0;
}
.howto .title .layer1 {
  position: absolute;
  left: 3px;
  color: #ffffff;
  z-index: 1;
}
.howto .text {
  color: #60a0f0;
  margin-bottom: 4px;
}
.howto .left {
  width: 300px;
}
.howto .right {
  float: right;
  width: 300px;
}
.howto .arrow {
  position: absolute;
  left: 315px;
  top: 50%;
}

.featurename {
  width: 200px;
  padding-left: 20px;
  vertical-align: top;
  font-weight: bold;480
}
.featuredesc {
  width: 350px;
}
