
div#header {
  position: relative;
  top: 0%;
  left: 0;
  height: 70px;
  padding: 0.2em 0em 0.2em 0.2em;
  background-color: white;
  z-index: 3;
}

div#logo {
  position: fixed;
/*  position: absolute; */
  z-index: 3;
  left: 30px;
}

#logo img {
  border: 0px;
}

#writing img {
  border: 0px;
}


div#writing {
  position: absolute;
  right: 0%;
  top: 40px;
}

div#location {
  position: relative;
  color: white;
  background: black;
  top: 0%;
  left: 0%;
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.6em;
  height: 1.6em;
  font-weight: bold;
  text-indent: 1em;
}

div#location a {
  color: white;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

div#location a:hover {
  background-color: #c0c0c0;
  color: black;
  text-decoration: underline;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

div#location .sep {
  margin-left: 0.4em;
  margin-right: 0.4em;
}

div#location #toolbar {
  top: 0%;
  display: inline;
  float: right;
  width: 14em;
  text-align: right;
  margin-right: 0.6em;
}

div#body {
  clear: both;
  z-index: 1;
  position: relative;
  border: 1px solid white;
  display: block;
  background: #e3e3e3;
  border-top: 8px solid white;
  height: 100%;
}

div#menu {
  z-index: 3;
  position: fixed;
  display: inline;
  border: 1px solid #e3e3e3;
  background-color: #e3e3e3;
  float: left;
  width: 200px;
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  font-size: 1em;
  padding: 10px;
  line-height: 1.8em;
  margin-top: 8px;
  margin-left: 1px;
}

div#menu .active {
  padding: 0px;
  background-color: white;
/*  text-align: right; */
  border-top: 1px solid #487048;
  border-bottom: 2px solid #487048;
  font-weight: bold;
}

div#menu > div.active {
  text-indent: .2em;
}

div#menu .inactive {
  padding: 0px;
  background-color: #e3e3e3;
/*  text-align: right; */
  border-bottom: 1px solid #487048;
  font-weight: bold;
}

div#menu .inactive:hover {
  background-color: #f9f9f9;
}

div#menu > div.inactive {
  text-indent: .2em;
}

div#menu div.submenu div.submenu {
  padding: 0px;
  background-color: #e3e3e3;
  text-indent: 2.2em;
}

div#menu .submenu {
  padding: 0px;
  background-color: #e3e3e3;
  text-indent: 1.2em;
}


div#content {
/*  float: left; */
  z-index: 2;
  border: 1px solid white;
  background-color: white;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 222px;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 600px;
  display: inline-block;
}


#footer{
  clear: both;
  border-top: 5px solid white;
}

#bottomline {
  font: 2px/2px;
  height: 2px;
  background-color: #006400;
}

#copyright {
  text-align: center;
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  font-size: .8em;
  font-weight: none;
}

#acknowledgment {
  text-align: center;
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  font-size: .8em;
  font-weight: none;
}

#statue {
  display: inline;
  border: 1em solid white;
  float: right;
  margin-top: 1em;
  margin-right: .5em;
}

#swarch {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.demos dt {
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  font-weight: bold;
}



.author {
  position: relative;
  clear: both;
  margin-top: 0.8em;
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  font-weight: bold;
}

.id {
  float: left;
}

.ref {
  margin-left: 4em;
}



.math {
  font-style: italic;
}


.extitle {
  margin-bottom: 0.2em;
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  font-weight: bold;
}


body {
  background-color: #ffffff;
  color: #000000;
  font-family: Times New Roman, Georgia, Times, serif;
  font-weight: none;
}

/* a:link { color: #000000; } */
a:link { color: #006400; text-decoration: none; }
/* a:visited { color: #000000; } */
a:visited { color: #006400; text-decoration: none; }
/* a:active { color: #000000; } */
a:active { color: #006400; text-decoration: none; }

.text {
  font-family: Times New Roman, Georgia, Times, serif;
/*  font-size: 12pt; */
  font-weight: none;
}

#body h1, #body h2, #body h3, #body h4, #body h5 {
  position: relative;
  border-bottom: 1px solid #006400;
  font-weight: normal;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
}

h2 {
  font-size: x-large;
}

ul li {
  margin-top: .5em;
}

dt {
  margin-top: .5em;
}

p {
  padding: 0px;
  font-family: Times New Roman, Georgia, Times, serif;
/*  font-size: 12pt; */
  font-weight: none;
}

pre {
  border-style: dashed;
  border-width: 1px;
  padding: 4pt;
  font-family: monospace;
  white-space: pre;
  /* begin css 3 or browser specific rules - do not remove!
      see: http://forums.techguy.org/archive/index.php/t-249849.html */
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  /* end css 3 or browser specific rules */
}

code {
  font-family: monospace;
  font-weight: bold;
}

.highlight {
  color : purple;
 }
