/* this is how hovering over links will be treated*/

	A:link    { color:#669900; 
                    font-size: 18px;
    margin: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
/*    border-top-style: solid; 
    border-bottom: solid;
*/


}
	A:visited { color:#669900;
                    font-size: 18px;
    margin: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
/*    border-top-style: solid;
    border-bottom: solid;
*/
}

	A:hover   { color:#000000;
                    font-size: 18px;
    margin: 8px;

    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
/*    border-top-style: solid;
    border-bottom: solid;
*/

}

/* this is to set a line on right hand of page by adding tab <div class="rightline"> 
note: need to define DIV before can define DIV.rightline for some reason*/
div.topframeleaf {
    padding-right: 0.2em;
    border-right: solid;
    border-left: none;
    border-top: none;
    border-bottom: none;
/*    border-right-width: thin;*/
    border-color: black;
  }


div.rightline {
    padding-right: 0.7em;
    border-right: solid;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right-width: thin;
    border-color: black;
  }


/* body yellow using airal then sans serif */

body { background-color: #FFFF99;
       font-family:arial, sans-serif;
       font-size: 12pt;
/*       background-image:url(image007b.jpg);*/
/*       background-image:url(cleanbamboo_yellow.jpg);*/
/*       background-attachment:fixed;*/
/*       background-repeat:no-repeat;*/
/*       background-position: center center;*/
 }
p {
   font-size:12pt;
   text-align:justify;
  }
p.heading {
   font-size:18pt;
   text-align:justify;
   font-style:italic;
   margin-left:45px;
   margin-right:45px;
   margin-top:3px;
  }
p.centered {
   font-size:11pt;
   text-align:center;
  }



/* headings*/


/*H1 for main headings*/
H1
   {
   color:#01C000;
   font-weight:300;
   font-family:'Arial', 'sans-serif';
   text-align:center;
   font-size: 26pt;
   margin-bottom:0px;
   margin-top:5px;
/*   text-transform: uppercase;*/
  }

/*H2 for sub headings*/

H2
   {
   color:#669900;
   font-weight:300;
   font-family:'Arial', 'sans-serif';
   text-align:center;
   font-size: 14pt;
   text-transform: capitalize;
   margin-bottom:0px;
   margin-top:0px;

   }


/*H5 for shaded boxes to be defined*/
H5
  {
   color:white;
   font-weight:900;
   font-family:'arial', 'sans-serif';
   background-color: gray;
   text-align: center;
   font-size: 16pt;
  }





/*H6 for photo cations
H6
   {
   color:red;
   font-weight:300;
   font-family:'arial', 'sans-serif';
   font-style:italic;
   text-align:justify;
   font-size: 10pt;
   margin-left:15px;
   }*/


/*unordered list and ordered list*/
ul { list-style-image: url("bullet_point_red.gif");
     list-style-position: inside;  } 
ol { list-style-image: url(bullet_point_red.gif); 
      list-style-position: outside; }
/*     margin-top:15px;
     margin-bottom:15px;
     padding:5px;*/
 

ul.logo { list-style-image: url("logobullet.jpg");
         /* list-style-position: outside;
          list-style-type: square;
          padding:15px;
          margin:15px;*/
}

 

img.floatright { float: right; }


/* for figures*/
.centeredImage { text-align:center; 
                margin-top:0px;
                margin-bottom:0px;
                padding:0px;}
