<!--

body { color: black; background-color: white; font-family: DejaVu Sans, Bitstream Vera Sans, Verdana, sans-serif; font-size: small }

#content { position: relative; left: 200px; margin-left: 20px; width: 600px; background-color: white }

#menu { position: fixed; width: 200px }

div.menuitem { margin: 5px 0px; background-color: lightgrey; border-left-style: solid; border-width: 5px; border-color: black }

a.menuitem { font-weight: bold; font-size: medium; color: black; line-height: 2; padding: 5px }

div.menuitem:hover { color: darkgreen; border-color: darkgreen }
a.menuitem:hover { color: darkgreen; border-color: darkgreen }

img { border: 0 }

h1 { color: black; background-image: url('images/h1_background.jpg'); background-position: right center; border-left-style: solid; border-width: 10px; border-color: black; padding: 5px }

h2 { clear: both; background-color: lightgrey; border-left-style: solid; border-width: 5px; border-color: black; padding: 5px }

div.head2 { clear: both; padding-top: 5px }

p.footer { color: grey; font-size: small; font-style: italic; clear: both; margin-left: 220px; width: 600px; padding-top: 25px; padding-bottom: 50px }

-->