html { background: #212d5e url(./background.png) top left; background-attachment: fixed }
body { width: 700px; margin: 10px auto; background: #ffffff; font-family: verdana,sans-serif; font-size: smaller }
h1 { border-bottom: 1px #212d5e solid }
h1.siteheader { display: block; text-align: center; margin-bottom: 1px; font-family: serif; font-size: xx-large; padding: 1ex }
#header ul { margin: 0px }
#header { border-bottom: 1px #212d5e solid; padding: 0px 10px }
div.hr { clear: both; height: 1px; font-size: 1pt }
#content { padding: 10px; min-height: 400px }
#footer { border-top: 1px #212d5e solid; text-align: center; font-size: smaller }
#mainmenu { padding: 0px }
#mainmenu li { float: left; list-style-type: none; display: block; width: 97px }
#mainmenu li a { display: block; background-color: #212d5e; color: #ffffff; text-align: center; border: 1px #ffffff solid; padding: 3px }
#mainmenu li a:hover { background-color: #ffffff; color: #212d5e; border-color: #212d5e }
#mainmenu li.active a { background-color: #ffffff; color: #212d5e; border-color: #212d5e }
a { text-decoration: none }
a:hover { text-decoration: underline }