body {
	margin: 20px 20px 20px 80px;
	font-family: Georgia, Palatino, Times, serif;
	font-size: 1.0em;
	width: 800px;
}
container {
	width: auto;
}
#banner {
	background-image: url(test-banner.jpg);
	width: 800px;
	height: 150px;
}
#banner_text {
    background-color: transparent;
    color: white;
    width: 550px; 
    line-height: 200%;
    padding-top: 5px;
    padding-left: 10px;
}
#banner_text h3 {
    font-size: 200%;
    color: white;
    margin: 0 auto;
	margin-bottom: 70px;
}
#banner_text h4 {
    font-size: 150%;
    margin:0 auto;
}
#navbar {
	float: left;
	width: 150px;
	height: auto;
	font-size: 1.0em;
	line-height: 0.5em;
}
#content {
	margin-left: 160px;
	width: 620px;
	padding-top: 10px;
}
#content h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	right: auto;
	font-style: normal;
	color: maroon;
}
#content h2 {
	font-size: 1.1em;
	text-align: left;
	right: auto;
	font-style: italic;
	color: maroon;
	font-weight: normal;
}
h3.footnote {
	font-weight: normal;
	font-size: 0.8em;
	text-align: center;
}
a:link {
  color: #52663A;
}
a:visited {
  color: #505f39;
}
a:hover {
  background-color: silver;
  text-decoration: none;
}
li {
  list-style: circle;
  font-size: 1.0em;
  line-height: 1.3em;
}
div.image {
  align: top;	
  margin: 0.5em;
}
div.image div {
  margin-top: 0.5em;	
  text-align: left;
}
br#mybreak {
	clear: left; 
}
table {
font-size: 0.9em;
font-family: Georgia, Palatino, Times, serif;
}
