/* $Id: style.css,v 1.8 2005/03/27 18:55:35 unconed Exp $ */

/*
** HTML elements
*/
body  {
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
body, p, td, li, ul, ol  {
  font-family: Times, Arial, sans-serif;
}

h1, h2 {
/*	font-family: Verdana, Arial, Helvetica, SunSans-Regular,  sans-serif; */
	text-align: center;
}

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

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

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

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

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

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

.leftbar h3 {
  color: #f88;
  font-size: 16px;
  font-weight: bold;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

img {
    display: block;
}

.inline {
    display: inline;
}
