/* (c) 2001 Berkeley Resources, LLC. All rights reserved. */

/* body color is defined in navcol, spacecol, and bodycol. over yrs used blues 6699cc and 336699 */

html, body { margin: 0; padding: 0; border: 0px none; background-color: #ffffff; 
color: #333333; font-family: Verdana, Arial, sans-serif; font-size: small; }

h1           { font-size: large; color: #6699cc; font-weight: bold; letter-spacing: 0.5em;
font-variant: small-caps; margin-top: 0.6em; margin-bottom: 1em; 
font-family: "Century Gothic", Verdana, sans-serif; 
background-color: transparent; text-align: center; }

h2           { font-size: small; color: #333333; font-weight: bold;  
background-color: transparent; }

h3 { font-size: small; color: #666666; background-color: transparent; font-weight: bold;} 
/* h3 for any ftr info */

ul           { list-style-type: square; }
ul.red {list-style-type: square; color: red; background-color: transparent; }
.colortext {color: black; font-weight: bold; }
ol { font-size: small; font-weight: bold; }


.bodycol     { color: #333333; background-color: #ffffff; }
.navcol      { color: #99cc99; background-color: #000000; }
.spacecol    { color: #99cc99; background-color: #ffffff; }
/* spacecol and navcol lite green colors for troubleshooting only. should never have plain text */

a:link       { color: #6699cc; background-color: transparent; }
a:visited    { color: #6699cc; background-color: transparent; }
a:hover      { color: #6699cc; background-color: #cccccc; }
a:active     { color: #6699cc; background-color: #cccccc; }
/* specify links in order LoVe HA! id links inherit general above and override as nec */

.nav {line-height: 3em; margin: 0; padding: 0; }
.currnav {color: #6699cc; background-color: #ffffff; }
#navbar a {font-variant: small-caps; text-decoration: none; font-weight: bold; font-size: small; }
#navbar a:link { color: #6699cc; background-color: #000000; }
#navbar a:visited { color: #6699cc; background-color: #000000; }
#navbar a:hover { color: #6699cc; background-color: #ffffff; }
#navbar a:active { color: #6699cc; background-color: #ffffff; }

/* light purple hover was cc99ff, lite blu 9999ff, lite gray cccccc, muted fuchsa cc0099 */
/* (c) 2001 Berkeley Resources, LLC. All rights reserved. */