/*
 * Lemurproject.org Style Sheet
 */

html, body {
  height: 100%;
}

#wrap {
  height: 100%;
}

* {
  padding: 0px;
  margin: 0px;
  font-size: 100%;
  border: 0px;
}

/* general elements */

body {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  text-align: left;
  font-size: 14px;
}

body  #wrap {
  height: auto;
  min-height: 100%;
}

p {
  padding-top: 4px;
  padding-bottom: 4px;
}

h1 {
  font-size: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

h2 {
  font-size: 20px;
  padding-top: 8px;
  color: #000000;
  padding-bottom: 8px;
}

h3 {
  font-size: 16px;
  #color: #000000;
  #yellow
  #color: #FFFF66;
  color: #FFFFFF;
  width: 99%;
  padding-left: 4px;
  #background-color: #EEEEFF;
  background-color: #9A1919;
  border: 1px solid #000000;
  padding-top: 8px;
  padding-bottom: 8px;
}

h4 {
  font-size: 16px;
  color: #000000;
  width: 100%;
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
}

h5 {
  font-size: 14px;
  color: #000000;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}

hr {
  width: 49%;
  height: 2px;
  color: #000000;
  background-color: #000000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

a:link {
  text-decoration: none;
  color: #000088;
}

a:visited {
  text-decoration: none;
  color: #000088;
}

a:hover, a:active {
  text-decoration: underline;
  color: #000088;
}

a[class ="ext"] {
  padding-right: 15px;
  background: transparent url(ext_lnk.png) no-repeat center right;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 30px;
}

li {
  padding-bottom: 2px;
}

td {
  padding: 2px 2px 2px 2px;
  text-align: left;
  vertical-align: top;
}

th {
  padding: 2px 2px 2px 2px;
  #background-color: #CCFFCC;
  background-color: #E6E6E6;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

table.clean, td.clean, th.clean {
  font-family: "Courier New", "Courier", monospace;
  border: none;
  border-collapse: collapse;
  padding: 8px;
}

table.bordered {
  width: 100%;
  border: 1px solid #000000;
  border-collapse: collapse;
  border-spacing: 0px;
}

td.bordered {
  padding: 4px 4px 4px 4px;
  border: 1px solid #000000;
  vertical-align: top;
}

th.bordered {
  padding: 4px 4px 4px 4px;
  background-color: #CCFFCC;
  font-weight: bold;
  border: 1px solid #000000;
  text-align: center;
  vertical-align: top;
}

input {
  padding: 2px;
  border: 1px solid #000000;
  background: #CCFFCC;
}

blockquote {
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify; 
}

dd {
  margin: 0px; 
  padding: 0px; 
  text-align: justify; 
}
  
dt {
  padding-top: 6px;
  padding-bottom: 0px;
  padding: 0px;
  font-family: "Courier New", "Courier", monospace;
  font-size: 12px;
  font-weight: bold;
  color: #008800;
}

dd {
  padding-top: 0px;
  padding-bottom: 6px;
  padding-left: 1em;
  font-family: "Courier New", "Courier", monospace;
  font-size: 12px;
}

pre {
  font-family: "Courier New", "Courier", monospace;
  font-size: 11px;
  color: #008800;
}

/* layout items */
#spacer {
  height: 13px;
}

#toplogo {
  #float: right;
  float: center;
  padding: 0px 40px 0px 0px;
}

#maindata {
  padding-left: 40px;
  #padding-top: 100px;
  padding-top: 60px;
  text-align: left;
  width: 90%;
  padding-bottom: 45px;
}
