body {
	background-color:#6C6c6c;		/* dark grey */
}

a {
	font-weight: normal;
}

a:link,a:visited {
	color:#c30;
}

a:hover,a:focus {
	color:#C88022;
	text-decoration:none;
}

#content {
	background: white;
	background: white url(img/eosbarelythere3c.gif) repeat left top;
}

#content h1,#content h2 {
	color:#6c5d40;		/* green */
}

#content h1 {
	border-bottom:0px solid #333;
}

#content h2 {
	border-bottom:0px solid #333;
}

#footer {
	background:#6C6c6c;
	color:#CCC;
}

#footer a {
	color:#ffc;
}

#footer a:hover,#footer a:focus {
	color:black;
}

#form_body fieldset legend {
	color:#6c5d40;		/* green */
	font: Bold 11pt Arial;
}

#header {
	background:white;
}

#leftcontent {
	background: #6c7e6c;	/* olive drab */
}

#leftcontent ul a, #leftcontent ul a:visited {
	color:white;
	font-weight: bold;
}

#leftcontent ul a:hover,
#leftcontent ul a:active,
#leftcontent ul a:focus  {
	background-color:black;
	border-top-color:#ccc;
	color:white;
}

.logo a:hover, .logo a:focus, .logo a:link {
/*	background-color:#ded6c6; */
}

.mini-nav a:hover,
.mini-nav a:active,
.mini-nav a:focus {
	color: black;
	background: #e7e7c9;	/* light olive */
	text-decoration:none;
}

#rightcontent {
	background: #e7e7c9;	/* light olive */
}

#rightcontent h1, #rightcontent h2, #rightcontent h3, #rightcontent h4 {
	font-weight:bold;
	border-bottom:1px solid #333;
}

#wrapper {
	background: #f7f6e8; /* light greenish-yellow */
}

