/* $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;
}

div {
	margin: 0;
	padding: 0;
}

h1, h2 {
	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: #cdf;
}

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

blockquote {
  background-color: #def;
  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: #bcd;
  padding: 0.75em 1.5em;
  border: 1px solid #888;
}

/* Page layout style */
.leftbar {
	background-color: #068;
	background-image: url("image/blue_linear_bg.gif");
	padding: 5px 20px 5px 20px;
	vertical-align: top; 
	border-right: 1px solid rgb(0, 0, 0);
	color: #8df;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer {
	background-color: #8bc;
	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;}

