CITE { font-style: normal; font-weight: bold; }
BODY { font-family: arial,sans-serif; } /* News Gothic MT */
DIV.body { margin-left: 1em; margin-top: .5em; font-family: arial,sans-serif; }
BODY {
    background-color: white;
    text-color: black;
}
H1.banner {
    /*color: #C09C2F;*/
    padding: 1em;
    margin-bottom: 0;
    background-color: #90C0BC; /* 175,64,192 */
    text-decoration: underline;
    color: #40807B;
}
SPAN.sitenameouter {
}
SPAN.sitename {
    color: white;
    padding; 0em;
    margin: 0em;
    font-weight: bold;
}
SPAN.pagename {
    color: white;
    clear: left;
    font-weight: normal;
}
P { line-height: 1.6em; }
LI { line-height: 1.6em; list-style-type: disc; }
LI LI { list-style-type: square; }
LI LI LI { list-style-type: disc; }
IMG.h2 { margin-top: .1em; margin-bottom: .1em; }
A:link { font-weight: bold; color: #006B80; }
A:visited { font-weight: normal; color: #407580;}
A:hover { color: #00C0B0;}
DIV.sitemapouter {
    background-color: white;
    padding: .2em;
    margin: 0;
}
DIV.sitemaptitle {
    color: white;
    background-color: #008055; /*408060;*/
    font-weight: bold; margin: 0;
    padding: 1em;
}
DIV.sitemap {
    background-color: #E1F0EB;
    padding: 1em;
    margin: 0;
    font-family: arial,sans-serif;
}
DIV.sitemap A:link { color: black; }
DIV.sitemap A:visited { color: black; }
DIV.sitemap UL { margin-top: 0em; }
DIV.sitemap LI { list-style: none; margin-left: -1em; }
DIV.sitemap LI LI { list-style: disc; margin-left: -1em; }
/*
DT { font-weight: bold; }
DD { font-weight: normal; }
UL.cite { color: #246; font-style: normal; }
UL.cite LI { color: white; }
.activepage { font-weight: bold; }
.activepage UL { font-weight: medium; font-weight: normal; }
DIV.sitemap { color: white; }
DIV.sitemap UL { list-style: none; }
Notes:
- Netscape 3.0 doesn't do #123 type colours - use #112233 in non-style sheet
- IE 3.0 doesn't do CSS background images
- Netscape 4.x doesn't do relative URLs in CSS properly: files in
  subdirectories need to override and URLs in here
- Netscape 4.x doesn't do DT/DD CSS
- IE 4.0 doesn't interpret font-size: medium as the default size
*/
