/* (c) 2010 Berkeley Resources, LLC. All rights reserved. http://www.berkeleyresources.com */

html, body { margin: 0; padding: 0; border: 0px none; background-color: #000000; 
color: #333333; font-family: Verdana, Arial, sans-serif; font-size: small; }
table { color: #333333; background-color: #ffffff; }
tr, td {text-align: left; }
 
#navbar table {background-color: #575555; } /* inherits gen table then div table overrides as nec */
#footer table {background-color: #000000; }

/* table text colors from p or h1-8 or nav dir in td from a/currnav, table only sets bg color */
 
h1           { font-size: x-large; color: #000000; font-weight: bold; text-align: left; 
font-variant: normal; font-family: "Script MT Bold", serif; background-color: transparent; } 

h2           { font-size: x-large; color: #000000; font-weight: bold;  text-align: left; 
font-variant: normal; font-family: "Script MT Bold", serif; background-color: transparent; }

h3           { font-size: x-small; color: #ffffff; background-color: transparent; text-align: 
center;} /* ftr info */

h4           { font-size: xx-small; color: #f8f8ff; background-color: transparent; text-align: 
left; } /* footnote mattice, mattaice all lead... ghost white */

ul           { list-style-type: square; }

.plainh2 {font-size: medium; font-weight: bold; text-align: left;
color: #000000; background-color: transparent; font-family: Verdana, Arial, sans-serif; }
/* for text inertia driver after mattiace eg */
.sep {color: #ffffff; background-color: transparent; } 
/*color for separator in navbar */
.currnav {color: #ffffff; background-color: transparent; font-size: small; font-weight: bold; }
a {text-decoration: none; font-size: small; font-weight: bold; }
a:link       { color: #add8e6; background-color: transparent; } /* light blue w3schools color name */
a:visited    { color: #add8e6; background-color: transparent; } 
a:hover      { color: #ffffff; background-color: transparent; font-variant: small-caps; }
a:active     { color: #ffffff; background-color: transparent; font-variant: small-caps; }
/* specify links in order LoVe HA!, all links start from these tho divs will override as nec */

#navlist {margin: 0; padding: 0 0 20px 10px; }
#navlist ul, #navlist li {margin: 0; padding: 0; display: inline; list-style-type: none; }
#navlist a {text-decoration: none; 	font-size: x-small; font-weight: bold;  font-variant: normal; }
#navlist a:link, #navlist a:visited	
         {float: none;	line-height: 14px; 	margin: 0 10px 4px 10px; color: silver; 
         background-color: transparent; }
#navlist a:hover, #navlist a:active
         {border-bottom: 4px solid #ffffff; padding-bottom: 2px; color: #ffffff; 
         background-color: transparent; }

/* (c) 2010 Berkeley Resources, LLC. All rights reserved. http://www.berkeleyresources.com */