body {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px;
  background-color: #008000;
}

img {
  border: none;
  margin: 5px;
}

#logo {
  width: 40%;
}

#top {
  text-align: center;
}

#topleft {
  float: left;
  text-align: left;
  color: #FFC000;
  font-weight: bold;
}

#topleft span {
  display: block;
}

#topleftbig {
  font-size: 150%;
}

#leftside {
         margin: 0;
	clear: both;
	float: left;
	width: 20%;
}

#navigation{
         margin: 0;
	list-style: none;
	padding: 0;
}

#navigation li {
	padding: 10px;
	background-color: #A0CC66;
	margin: 0 0 5px 0;
	padding: 5px;
	border-top: 1px solid White;
	border-left: 1px solid White;
	border-bottom: 1px solid Black;
	border-right: 1px solid #A0CC66;
}

#navigation #current {
	background-color: #A0FF66;
	border-right: 1px solid #A0FF66;
	color: #666633;
}

#navigation li a {
	color: #008000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#navigation #current a {
	color: #FFC000;
}

#navigation li a:hover {
	color: White;
}

#navigation #current a:hover {
	color: White;
}

#main {
	float: right;
	width: 80%;
	margin: 0;
}

#contentframe {
	background-color: #A0FF66;
	padding: 10px;
}

#content {
	border: thin solid #008000;
	padding: 10px;
	color: Black;
	min-height: 500px;
}

#content div {
  text-align: left;
  color: #008000;
  margin-bottom: 10px;
}

#content div a {
  color: #008000;
}

h1 {
  color: #FFC000;
}

h2 {
  color: #FFC000;
  clear: both;
  text-align: left;
  border-top: thin solid #FFC000;
}

#content h2 a {
  color: #FFC000;
}

h3 {
  color: #008000;
  clear: both;
  text-align: left;
}

em {
  color: #FFC000;
}

.left {
  float: left;
  width: 40%;
}
.simpleleft {
  float: left;
}

.right {
  float: right;
  width: 40%;
}
.simpleright {
  float: right;
}
.normal, .end {
  clear: both;
  width: 75%;
}

#bottom {
  clear: both;
  padding-top: 20px;
}

#copyright {
  float: left;
  color: #A0FF66;
}

#standards {
  list-style: none;
  float: right;
}

#standards ul {
  margin: 0;
  padding: 0;
}

#standards ul li {
  display: inline;
}

#standards ul li a {
  color: Black;
  text-decoration: none;
}

ul {
  text-align:left;
}

li {
  color: #008000;
  font-weight: bold;
}

.smaller {
  font-weight: normal;
}
#randomimage {
	width: 90%;
}


