html {
  height:100%; 
  max-height:100%;  
  padding:0; 
  margin:0; 
  border:0; 
  }

body {
  padding:0;
  margin:0;
  border:0;
  font-size:100%;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  color:#006;
  background:#fcc;
  }

#banner {  
  margin: 25px 0 0 0;
  padding: 0 0 0 50px
  }
  
/*"without sharing..." quote in arial*/    
#wsquote {
  font-family: arial,helvetica,sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 0 0 0 130px;
  padding: 1em 0 1em 0;
  width: 670px
  }
  
#about {
  font-size: 0.75em;
  font-weight: bold;
  text-align: justify;
  vertical-align: top;
  width: 90%;
  margin: 0 auto 0 auto;
  padding: 1em 0 2em 0
  }
  
#column {
  width: 750px;
  /* max-width: 90%; */
  margin: 0 0 0 140px;
  padding: 0
  }

/* Narrow list */
.nlist {
  width: 30em;
  margin: auto;
  padding: 1em 1.5em 1em 2em;
  }
  
.nlist li {
  margin-top: 1em;
  margin-bottom: 1em;
  }
  
/* breadcrumbs menu items */    
#breadcrumbs  {
  font-size: 0.75em;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  width: 90%;
  margin: 1em auto 0 auto;
  padding: 1em 0 1.5em 0;
  border-top: 5px ridge #fcc;
  }

/*tara name in arial*/  
.taraname { font-style: italic;
  font-size: 2em;
  font-weight: bold;
  font-family: arial,helvetica,sans-serif;
  text-align: center;
  }

h1 { font-style: italic;
  font-size: 2em;
  font-weight: bold;
  }

h2 {font-style: italic;
  font-size: 1.5em;
  font-weight: bold;
  }

h3 {font-style: italic;
  font-size: 1.25em;
  font-weight: bold;
  }

h1#title  {text-align: center;
  margin: 0 0 0 0;
  padding: 1em 0 0 0;
  }
      
/*list of links*/
.linklist {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 2em;
  border: 3px #ffcccc outset;
  }

/*Note to be noticed*/  
#note {
  border-top: 3px ridge #ffcccc;
  border-bottom: 3px ridge #ffcccc;
  margin: 0;
  padding: 1em 0 1em 0;
  font-size: 1em;
  font-weight: bold;
  text-align: center
  }
  
/*regular body text for full width text*/
.body { font-size: 1em;
  font-weight: normal;
  text-align: justify;
  vertical-align: top;
  }

/*regular copy for column text*/    
.copy { font-size: 0.75em;
  font-weight: bold;
  text-align: justify;
  vertical-align: top;
  }

/*caption for pictures*/    
.caption { font-size: 0.75em;
  font-weight: normal;
  vertical-align: top;
  }

.imglist { font-size: 0.75em;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
  }

/*inline list for navigation bar*/
#breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;  
}

#breadcrumbs ul li {
  display: inline;
}

/* current page link distinct display for pink background */
#home #n-home,
#language #n-language,
#circles #n-circles,
#whatsnew #n-whatsnew,
#creme #n-creme,
#promise #n-promise,
#newsletter #n-newsletter,
#search #n-search,
#contact #n-contact,
#talks #n-talks,
#vancouver #n-talks,
#edmonton #n-talks,
#calgary #n-talks,
#order #n-order,
#theagelesswisdomteaching #n-order
  { color: #000066; text-decoration: none }

/* ditto for black background*/
#talks #n-events,
#vancouver #n-vancouver,
#edmonton #n-edmonton,
#calgary #n-calgary
  { color: #ff6600; text-decoration: none }          

.boldleft { font-weight: bold;
  font-size: 0.90em;
  text-align: left;
  }

.boldright { font-weight: bold;
  font-size: 0.90em;
  text-align: right;
  }

.boldcenter { font-weight: bold;
  font-size: 0.90em;
  text-align: center;
  }
  
/* link colors for pink background */
  
a:link { color: #cc0000; 
  text-decoration: underline;
  }

a:visited { color: #990000;
  text-decoration: underline;
  }

a:hover { color: #0000ff;
  text-decoration: underline;
  }

a:link img { border-color: #cc0000; 
  }

a:visited img { border-color: #990000;
  }

a:hover img { border-color: #0000ff;
  }  
/* link colors for black background */    
    
#blackbar a:link { color: #ff6600 }
#blackbar a:visited { color: #cc3300 }
#blackbar a:hover { color: #0000ff }
