body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #707070;
}
#header {
	text-align: right;
}
#spacer {
	width: inherit;
	background-color: #346339;
	height: 10px;
	position: relative;
	clear: both;
}
#content img {
  display: block;
}
#header img {
  float: left;
  background-color: #BFBDBE;
}
#advertbar {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  clear: left;
  text-align: center;
  align: center;
}
/* Styles for Navigation */
#navbar {
  float: left;
  width: 154px;
  background-color: #346339;
  vertical-align: middle;
  padding-bottom: 15px;
}
#navbar ul {
  list-style-type: none;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#navbar ul li {
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid black;
  width: 161px;
  margin: 0;
  padding: 0;
}
#navbar ul li:hover {
  border-bottom: 1px solid #f9f9f9;
}
#navbar ul li img {
  border-width: 0 0 0 0;
  margin-right: 2px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
#navbar a {
  display: block;
  text-decoration: none;
  padding: 2px 0 2px 5px;
  margin: 0;
  color: black;
  font-size: 10pt;
  font-weight: bold;
  vertical-align: middle;
}
#navbar ul li a:link {
  background-color: #BFBDBE; 
}
#navbar ul li a:visited {
  background-color: #BFBDBE; 
}
#navbar ul li a:hover{
 color: #04b;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#sidebar a {
  color: #BFBDBE;
}
#sidebar a:hover {
  text-decoration: none;
}

/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
