body {
 font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
 font-size: 90%;
}

a:link {
 color: #0000FF;
}

a:focus, a:hover {
 text-decoration: none;
}

a:visited {
 color: #800080;
}

h1 {
 font-size: 125%;
 border-bottom: dashed 1px #000000;
 margin-top: 0px;
}

h2 {
 font-size: 110%;
 color: #B22222;
 border-bottom: dashed 1px #B22222;
 margin-top: 0px;
}

h3 {
 font-size: 105%
}

h4 {
 font-weight: bold;
 margin-bottom: -4px;
}

ul li {
 margin-bottom: 0.75%;
}

#footnote {
 font-size: 90%;
}

#footnote hr {
 width:30%;
 text-align: left;
 color:#B22222;
}

#header {
 height: 110px;
 background-image: url("Images/EcoAssessPic.jpg");
 background-repeat: no-repeat;
 background-position: center;
 border: 1px solid #B22222;
 margin-bottom: 5px;
}

#left_menu {
 color: #000000;
 width: 250px;
 text-indent: 5px;
 float: left;
 font-size: 105%;
 font-weight: bold;
 border: 1px solid #000000;
}

#left_menu a:link, #left_menu a:visited {
 display: block;
 background-color: #F5F5F5;
 margin: 2px;
 border: solid 1px #B22222;
 text-decoration: none;
 height: 22px;
 color: #B22222;
 font-weight: bold;
 vertical-align: middle;
}

#left_menu a:focus, #left_menu a:hover {
 background-color: #B22222;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: underline;
}

#content {
 margin-left: 260px;
 border: solid 1px #000000;
 padding: 1px;
}

#footer {
 clear: both;
 margin-top: 5px;
 background-color: #F5F5F5;
 border-top: solid 1px #B22222;
 padding: 1px;
}