/*
 * Nyambe layout, with a pale green motif, hopefully vaguely African-looking.
 * Headings alternate between greens and umbers; primary accents are green.  
 * Headings are in vaguely African-looking fonts. 
 * Links are underlined only in hover.
 */

body
  {
   background: white url(mandala_pale_green.jpg) ;
   color: black ;
  }
	
em
 {
  color: #ff6600 ;
  font-style: normal ;
 }

.masthead
 {
  border-style: solid ;
  border-width: thin ;
  border-color: #004000 ;
  margin-left: 20px ;
  margin-right: 20px ;
  padding-right: 10px ;
  padding-left: 10px ;
  font-family: "Futura Condensed", "Arena Condensed", "Arial Narrow", Helvetica, Arial, Verdana, sans-serif ;
  font-style: italic ;
  font-size: 10pt ;
  color: #004000 ;
 }
 
.discreet /* For footnotes and return links */
  {
   font-family: Arial, Helvetica, Verdana, sans-serif ;
   font-size: 9pt ;
  }

/* Heading styles */

h1
 {
  color: #004000 ;
  font-family: 'Comixheavy', 'Beetlejuice', 'Albert', 'Comix', 'Comic Sans MS', sans-serif ;
 }

h2
 {
  color: #ff6a11 ;
  font-family: 'Comix', 'Comic Sans MS', sans-serif ;
 }

h3
 {
  color: #660000 ;
  font-family: 'Comix', 'Comic Sans MS', sans-serif ;
 }

h4
 {
  color: #004000 ;
  font-family: 'Comix', 'Comic Sans MS', sans-serif ;
  margin-left: 20px ;
 }

/* Table styles */

  caption
    {
	 color: #228d07 ;
     font-style: italic ;
     font-weight: bold ; 
	 font-size: 14pt ; 
    }

  th
    {
	 font-size: 13pt ;
	 font-weight: bold ;
	 color: #ff6a11 ;
	}
   
/* Hyperlink styles */
 
   a:link, a:visited, a:active
    {
	 font-weight: bold ;
	 text-decoration: none ;
	}
    
   a:link 
    { 
     color: #228d07 ;
    } 
   
   a:visited 
    { 
     color: #004000 ;
    } 
   
   a:active 
    { 
     color: #ff6a11 ;
    } 
	
   a:hover
	{
	 text-decoration: underline ;
	}

/* Division styles*/
 
div.logo
 {
  text-align: center ;
  margin-bottom: 2em ;
 }

div.toplinks  
 { 
  font-family: Arial, Helvetica ;
  font-size: 10pt ;
  margin-left: 40px ;
  margin-right: 40px ;
 } 

div.menu
 {
  position: absolute;
  width: 11em; height: auto;
  top: 1em; left: 1em; bottom: 1em; right: auto;
 }

div.menu a
 {
  font-style: italic;
  font-weight: bold;
  color: white ;
  font-family: Arial, sans-serif;
  font-size: 10pt;
 }

/*
table.m_background
 {
  width: 13em ;
  background:  #99CC66 url(Nyawal1280.jpg) ;
 }

table.m_items
 {
  width: 90% ;
  align: right ;
  padding: 1em ;
  text-align: left;
 }

table.m_items td
 {
  background: #078d4d bottom right no-repeat;
  color: white;
 }

table.m_items p
 {
  margin: 1em ;
 }
*/

div.main
 {
  margin: 4em 2em 5em 14em ;
 }

div.credits
 {
  font-family: Arial, Helvetica, Verdana, sans-serif ;
 }





