body  {
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 130%;
}

input, select, button {
  font-size: 18px;
  background: #eee;
}

li {
  padding-bottom:10px;
}

div {
	margin: 0;
	padding: 0;
}

h1, h2 {
  text-align: center;
  line-height: 130%
}

struct table, tr, th, td {
  border: outset 0px;
  border: inset 0px;
  border-spacing: 0px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

table.struct {
  width: 100%;
}

tr.odd {
  background-color: #cfc;
}

tr.even {
  background-color: #fff;
}

blockquote {
  background-color: #dfd;
  padding: 0.75em 1.5em;
  border: 1px solid #ddd;
}

code {
  background-color: #dfd;
  padding: 0.25em 1.5em;
  border: 1px solid #ddd;
}

pre {
  background-color: #bdb;
  padding: 0.75em 1.5em;
  border: 1px solid #888;
}

pre.code {
  background-color: #000;
  padding: 0;
}

.codeHeader {
  background-color: #888;
  padding: 0.5rem 1rem;
}

.codeBody {
  padding: 1rem;
  color: #888;
}

/* Page layout style */
.leftbar {
  background-color: #8c8;
  padding: 5px 20px 5px 20px;
  vertical-align: top; 
  border-right: 1px solid rgb(0, 0, 0);
  color: #020;
  width: 220px;
}

.leftbar h3 {
  color: #040;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}

.leftbar a:link {
  text-decoration: none;
  color: #000;
}

.leftbar a:visited {
  text-decoration: none;
  color: #000;
}

.leftbar a:hover {
  color: #080;
  text-decoration: underline;
}

.leftbar a:active {
  color: #080;
  text-decoration: underline;
}

.language_index a:link {
	font-size: 12px;
	color: #444;
	text-decoration: underline;
}

.language_index a:visited {
	font-size: 12px;
	color: #444;
	text-decoration: underline;
}

.language_index a:hover {
	font-size: 12px;
	color: #484;
	text-decoration: underline;
}

.language_index a:active {
	font-size: 12px;
	color: #484;
	text-decoration: underline;
}


.content {
	padding: 20px 20px 20px 20px;
}

.content h1, h2, h3, h4, h5, h6 {
	color: #484;
}

.content b, strong {
	color: #484;
}

.content a:link {
	color: #0c0;
	text-decoration: underline;
}

.content a:visited {
	color: #080;
	text-decoration: underline;
}

.content a:hover {
  color: #0f0;
  text-decoration: underline;
}

.content a:active {
  color: #0f0;
  text-decoration: underline;
}

.header {
	border-bottom: 1px solid rgb(0, 0, 0);
}

.footer {
  background-color: #4a4;
  font-size: 16px;
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  text-align: center;
}

#logoImg {
    border: 0 solid;
    margin: 0;
    padding: 0;
    width: 600px;
    height: 100px;
    position: static;
}

img {display: block;}
.inline {display: inline;}

.menu {
  position:absolute;
  left:130px;
  bottom:0;
}

.menu a {
  text-decoration: none;
  display: block;
  float: left;
  background-color: #cfc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0.1em 0.5em;
  margin-right: 0.3em;
  color: #000;
}

.menu a:visited {
  color: #000;
}

.smaller {
  font-size: 0.6em;
  line-height: 1.1em;
}