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

body         { font-family: Verdana, Arial, sans-serif; 
font-size: small; color: #333333; background-color: #FFFFFF; }

h1           { font-size: x-large; font-weight: bold; letter-spacing: 0.9em; 
font-variant: small-caps; font-family: "Times New Roman", serif; 
color: #336699; background-color: #FFFFFF; margin-top: .5em; margin-bottom: .5em; padding: 0; }
h2           { font-size: large; font-weight: bold; letter-spacing: 0.33em; 
font-variant: small-caps; font-family: "Times New Roman", serif; 
color: #336699; background-color: #FFFFFF; margin-top: .5em; margin-bottom: .5em; padding: 0; }

h3           { font-size: large; font-weight: bold; letter-spacing: 0.1em; 
font-variant: small-caps; color: #221e1f; background-color: #FFFFFF; text-align: center; }
h4           { font-size: small; font-weight: bold; letter-spacing: 0.1em; 
font-variant: small-caps; color: #221e1f; background-color: #FFFFFF; }

strong       { color: #221e1f; background-color: #ffffff; font-weight: bold; }
blockquote   { font-style: italic; font-size: small; }
ul           { list-style-type: square; }
li		     { color: red; background-color: #ffffff; }

span.list    { color: #000000; background-color: #ffffff; }
span.xlg     { font-size: large; }
/* xlg used for drop cap, xsm n/a for LLC, list for text color to override bullet color li */ 

span.currnav     { color: #221e1f; background-color: yellow; }
/* formatting to highlite curr link on navbar */

/* set margin and padding on bars for cross browser compatibility, firefox auto adds sp, ie not */
/* nav p color is for slash separator, all else are links */
/* bgcolor for navbar at top and contact bar at bottom set by table cells in html */
/* to change navbar color, must change td in html (bgcolor transparent in .nav)
 and #navbar a:link and visited in css (old color was #221e1f new #336699) */
/* to change contactbar color, must change td in html and bgcolor transparent in .contact */

.nav         { color: #ffffff; background-color: transparent; font-weight: bold; font-size: small; 
margin: 0; padding: 0; }
#navbar a {font-variant: small-caps; font-size: small; font-weight: bold; 
text-decoration: none; }
#navbar a:link { color: #ffffff; background-color: #336699; }
#navbar a:visited { color: #ffffff; background-color: #336699; }
#navbar a:hover { color: #221e1f; background-color: yellow; }
/* horizontal navbar a:active probs with back button whether match link or hover, omit active */

/* this formatting for gen body links, specify links in order LoVe HA!, links on home and about */
a:link       { color: #336699; background-color: #ffffff; }
a:visited    { color: #336699; background-color: #ffffff; }
a:hover      { color: #336699; background-color: yellow; }

.ftr     { font-size: xx-small; color: #c0c0c0; background-color: #ffffff; font-weight: bold; 
font-variant: small-caps; }
/* coord ftr colors with id ftrbar a links - ftr for copyright and des by */
#ftrbar a { font-size: xx-small; } 
#ftrbar a:link { color: #c0c0c0; background-color: #ffffff; }
#ftrbar a:visited { color: #c0c0c0; background-color: #ffffff; }
#ftrbar a:hover { color: #221e1f; background-color: yellow; }

.contact     { color: #ffffff; background-color: transparent; font-weight: normal; font-size: 
small; margin: 0; padding: 0; }



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