BODY {
  background-color:#557755;
  font-family:helvetica,sans-serif;
}

A {
  text-decoration:none;
}

A:hover {
  text-decoration:underline;
}

.main {
  border:4px solid black;
  width:768px;
  background-color:white;
}

.header {
/*  background-image:url(/images/lftitle.jpg); */
  background-repeat:no-repeat;
  background-position:center center;
  background-color:#779977;
  padding-left:1em;
  height:128px;
}
.header h1 a {
  color:white;
}

.sidebar {
  padding-left:1em;
  padding-right:1em;
  padding-top:2em;
  padding-bottom:2em;
  border-right:2px solid #557755;
}

.sidebar A {
  color:#557755;
  font-weight:bold;
}

.sidebar A.current {
  color:black;
}

.sidebar A:hover {
  color:#999955;
}

.sidebar UL {
  text-align:right;
  list-style: none;
  margin:0;
  padding:0;
}

.content {
  width:100%;
  padding:2em;
}

.content A {
  color:#557755;
}

.content IMG {
  margin: .5em;
  border:1px solid black;
}
.content .editor IMG {
  margin:0px;
  border:0px;
}

.footer {
  text-align:center;
  font-size:0.8em;
  padding:0.5em;
}

.footer A {
  color:blue;
}

.footer A IMG {
  border:none;
}


.white {
  background-color:white;
}

.gray {
  background-color:#EEFFDD;
}

H3 {
  font-size:1em;
}

H1 a, H2 a, H3 a {
  color:#557755;
}

.login {
  text-align:right;
  padding-top:0px;
  font-weight:bold;
  font-size:0.8em;
}

INPUT {
  border:1px solid gray;
}

SMALL {
  white-space: nowrap;
}
