* {
font-family: Arial;
}

body {
padding: 0em;
margin: 0em;
}

#header {
background-color: #488f48;
color: white;
padding: 1em;
padding-top: 2em;

background-image: url('../images/logo.jpg');
background-position: 0.5em 2em;
background-repeat: no-repeat;

padding-left: 13em;
}

a {
color: #378637;
}

h2 {
font-size: 1.7em;
color: #767e03;
}

h3 {
font-size: 1.25em;
color: #767e03;
}

h4 {
padding: 0em;
margin: 0em;
color: #767e03;
}

h1 {
padding: 0em;
margin: 0em;
font-size: 2.2em;
}

h1 a {
text-decoration: none;
color: white;
}

#header div {
font-size: 1.5em;
font-weight: bold;
}

#container {
}

#menu {
width: 13em;
margin-top: 1em;
float: left;
}

#menu ul {
list-style: none;
margin: 0em 0em 0em 1em;
padding: 0em;
width: 11.5em;
}

#menu ul li {
background-color: #e8f0e8;
border-bottom: 1px solid white;
}

#menu ul li a {
color: #165717;
text-decoration: none;
display: block;

background-color: #E8F0E8;
padding-bottom: 0.5em;
padding-top: 0.5em;
padding-left: 0.5em;
font-size: 0.8em;
}

#menu ul li a:hover {
background-color: #488F48;
color: white;
}

#content_holder {
margin-left: 14em;
margin-top: 1em;
width: 40em;
}

#content {
border: 2px solid #f4f4e8;
border-width: 2px 0px 0px 2px;
padding: 0em 1.5em 1.5em 1.5em;
font-size: 0.8em;
line-height: 1.5em;
}

#footer {
clear: both;
padding-top: 1em;
font-size: 0.8em;
color: silver;
margin-bottom: 2em;
}

table {
border-collapse: collapse;
}

th {
text-align: left;
background-color: #f4f4e8;
}

th, td {
padding: 0.5em;
border: 1px solid #c7ca97;
}

div.banner table td {
border-width: 0px;
text-aling: center;
}

div.banner table {
width: 100%;
}