body {
margin: 0;
font: 14px verdana, sans-serif;
background-color: white;
}

a {
color: #A00000;
text-decoration: underline;
}

a:hover {
color: #155615;
text-decoration: none;
}

h2 {
margin: 0;
font: 24px georgia, serif normal;
border-bottom: 1px dashed;
}

#header {
height: 75px;
background: url(images/headerbg.gif) no-repeat top right #155615;
}

#header h1 {
margin: 0;
height: 100%;
width: 540px;
text-indent: -9999px;
}

#header h1 a {
display: block;
text-decoration: none;
height: 100%;
width: 100%;
background: url(images/logo.gif) no-repeat top left;
}

#header h1 a:hover {
background-position: top right;
}

#left {
width: 175px;
float: left;
}

#left ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#left li {
padding: 0;
border-bottom: 1px solid #C8C8C8;
}

#left li a {
display: block;
width: 160px;
padding: 2px 5px;
background-color: #E8E8E8;
text-decoration: none;
border-right: 5px solid #D8D8D8;
}

#left li a:hover {
color: white;
border-right-color: #780000;
background-color: #A00000;
}

#right {
width: 200px;
float: right;
padding-top: 86px;
background: url(images/rightbg.gif) no-repeat top right;
}

#middle {
margin: 0 185px;
}

p.copyright {
padding-top: 50px;
text-align: center;
font-size: 12px;
}
