﻿body { background-color: #f26522; color: #000000; margin: 0; padding: 0; font-family: 'Trebuchet MS' , Arial, Helvetica, Sans-Serif; font-size: medium; }
a img { border: none;}
a:link { color: #f26522; }
a:visited { color: #bc511e; }
a:hover { color: #ff0000; }

h1 { margin: 0; padding: 0; font-size: x-large; font-weight: normal; color: #f26522;}
h2 { margin: 0; padding: 0; font-size: large; font-weight: normal; color: #357d18; margin-top: 1ex;}

#wrapper { width: 99%; max-width: 900px; min-width: 750px; margin: 0 auto 0 auto; background-color: #ffffff; }
* html div#wrapper { width: 750px; width: expression(((document.compatMode && document.compatMode==    'CSS1Compat' ) ? document.documentElement.clientWidth : document.body.clientWidth) > 920 ? "900px" : (((document.compatMode && document.compatMode==            'CSS1Compat' ) ? document.documentElement.clientWidth : document.body.clientWidth) < 770 ? "750px" : "99.7%" )); }
#top { position: relative; background-color: #439539; background-image: url(images/HeaderBg.jpg); background-position: right top; background-repeat: no-repeat; height: 100px; line-height: 100px; }
#middle { position: relative; }
#bottom { position: relative; color: #f26522; text-align: center; background-image: url(images/FooterBg.gif); background-position: center top; background-repeat: no-repeat; font-size: 70%; margin-top: 1em; clear: both; }
#content { margin-left: 190px; padding: 1em; }
#lastmod { font-size: xx-small; text-align: right; font-style: italic;}

#menu { background-color: #d3e2cc; float:left; margin-left: 10px; width: 180px; background-image: url(images/MenuBg.gif); background-position: center bottom; background-repeat: no-repeat; }
#menu a:link, #menu a:visited { color: #000000; text-decoration: none; }
#menu a:hover { color: #000000; text-decoration: underline; }
#menu dl { padding: 0; margin: 0px 0px 10px 0px; }
#menu dl dt { border-bottom: solid 1px #97b38b; margin: 0; padding: .25ex 1ex .25ex 1ex; font-size: 80%; font-weight: bold; }
#menu dl dt.selected { background-color: #a8c79b; }
#menu dl dt.external { background-image: url(images/ExternalLink.gif); background-position: left center; background-repeat: no-repeat; padding-left: 16px;}
#menu .external a:link, #menu .external a:visited { color: #006600; text-decoration: none; }
#menu .external a:hover { color: #003300; text-decoration: underline; }
#menu dl dd { border-bottom: solid 1px #97b38b; margin: 0; padding: .25ex 1ex .25ex 5ex; font-size: 70%; background-color: #a8c79b; }
#menu dl dd.selected { background-color: #357d18; color: #ffffff; font-weight: bold;}