/* DSA syle sheet */
/* Code copyright 2004 Berkeley Resources, LLC. All rights reserved. This CSS code may
 not be used or copied without prior written permission from Berkeley Resources
 www.berkeleyresources.com */

body         { font-family: Verdana, Arial, sans-serif; font-size: small; color: #333333;
             background-color: #FFFFFF; }
             
h1           { font-family: "Times New Roman", serif; font-size: medium;  
               letter-spacing: .2em; text-align: left; font-variant: small-caps; 
               font-weight: bold; color: #006666; background-color: #FFFFFF; }
h2           { font-family: "Times New Roman", serif; font-size: medium;  
               letter-spacing: .1em; text-align: left; font-variant: small-caps;
               font-weight: bold; color: #006666; background-color: #FFFFFF; } 
               


.dd    { font-size: small; color: #666666; background-color: #FFFFFF; } 
span.ddhead  { color: #5588BB; background-color: #FFFFFF; font-variant: small-caps; 
  font-size: x-small; font-weight: bold; }
              
span.xlg     { font-size: x-large; }
span.xsm     { font-size: x-small; }
span.currnav     { color: #5588BB; background-color: #006666; }

.desby       { font-size: xx-small; color: #C0C0C0; background-color: #FFFFFF; 
text-align: right; } 
 /* coord desby color with id desbar a  */
 
              
blockquote   { padding-top: .1em; padding-bottom: .1em; padding-left: 1em; padding-right: 1em; 
  font-size: x-small; background-color: #5588BB; color: #FFFFFF; margin: 0 }

.nav         { font-variant: small-caps; color: black; background-color: #006666;
               padding: .2em; text-align: center; margin-bottom: 2em; }
 /* nav p should have no text except link, so color is for troubleshooting */


#navbar a            { font-size: small; font-family: "Arial Black", Verdana, sans-serif;   
                     font-variant: small-caps; text-decoration: none; }
#navbar a:link       { color: #C0C0C0; background-color: #006666; } 
#navbar a:visited    { color: #C0C0C0; background-color: #006666; }
#navbar a:hover      { color: #5588BB; background-color: #006666; }


#desbar a    { font-size: xx-small; font-family: Verdana, Arial, sans-serif; color: #C0C0C0; 
background-color: #FFFFFF; }
#desbar a:hover      { color: #5588BB; background-color: #FFFFFF; } 
                                              
 /* a for contact, faq, coverages, and links pages */
a:link       { color: #5588BB; background-color: #FFFFFF; }
a:visited    { color: #5588BB; background-color: #FFFFFF; }
a:hover      { color: #0000FF; background-color: #FFFFFF; }

 /* 1.5 li spacing cause so few links, need to consider faq, links, and articles page */
li           { line-height: 200% }