/* for children's pages */

body {background-color: #FFFF99;
	position: absolute; left: 1.5em;
	}

body,h4,h5,h6,p,ul,dl,td, span {font-size: 12pt; font-family: Comic sans MS, Verdana, arial, helvetica, sans-serif; color: black;}
dd {font-size: 10pt; font-family: Comic sans MS, Verdana, arial, helvetica, sans-serif; }
h1 {color: #DC143C; font-weight: bold; font-family: Tristan, Comic Sans MS, Verdana, arial, helvetica, sans-serif; font-size: 2.2em; text-align: center; }
h2 {color: #6666FF; font-weight: bold; font-family: Comic Sans MS, Verdana, arial, helvetica, sans-serif; font-size: 1.3em; text-align: center; }
h3 {color: #DC143C; font-weight: bold; font-family: Comic Sans MS, Verdana, arial, helvetica, sans-serif; font-size: 16pt; }
h4 {color: #DC143C; font-weight: bold; font-family: Comic Sans MS, Verdana, arial, helvetica, sans-serif; font-size: 13pt; }
h5 {color: black; font-weight: bold; font-style: italic;}


.headerkids {color: #DC143C; font-weight: bold; font-family: Tristan, Comic Sans MS, Verdana, arial, helvetica, sans-serif; font-size: 2.2em; position: relative; left: 6em; top: -0.5em; }



.sm {font-size: 8pt; }
.smi {font-size: 9pt; font-style: italic; }
.smbd {font-size: 9pt; font-weight: bold; } 
.sm2bd  {font-size: 8pt; font-weight: bold; font-family: verdana, arial, helvetica, sans-serif;}

.caption {font-size: 10pt; color: #6666FF;  } 
.small {font-size: 11pt;  }
.smaller {font-size: 10pt; }
.smallblk {font-size: 10pt; color: #000000; }

.update {font-size: 8pt; text-align: center;  }


.bold {font-weight: bold; }







.lavender {color: #6666FF; font-size: 12pt; }

hr {height:3px; color: #99FF99; background: #99FF99; margin: 0px 20px 0px 20px; }

a:link {color: #6666FF; text-decoration:underline;}
a:visited {color: #6666FF; text-decoration:underline;} 
a:hover {color: #6699FF; font-weight:bold; text-decoration:none;}


.kidsMenu {
  font-family: Comic Sans MS, verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #6666FF;
  text-decoration: none;
}

.kidsMenu a {
 text-decoration: none;
 color: #6666FF;
}

.kidsMenu a:hover {
 text-decoration: underline;
 color: #6666FF;
}

.kidsMenu a:visited {
 text-decoration: none;
 color: #6666FF;
}


.kidsMenu2 {
  font-family: Comic Sans MS, verdana, helvetica, arial, sans-serif;
  background-color:#99FF99; 
  font-size: 12pt;
  font-weight: normal;
    color: #6666FF;
  text-decoration: none;
}

.kidsMenu2 a {
 text-decoration: none;
 font-weight: normal;
 color: #6666FF;
}

.kidsMenu2 a:hover {
 text-decoration: underline;
 font-weight: normal;
 color: #6666FF;
}

.kidsMenu2 a:visited {
 text-decoration: none;
 font-weight: normal;
 color: #6666FF;
}

/*Images with captions*/

div.figureR {
  float: right;
  border: 2px #99FF99 solid;
  margin: 0.5em 0em 0.5em 0.5em;
  padding: 0.5em;
}
div.figureR p {
  text-align: center;
  
  font-size: 80%; 
  color: #6666FF; 
  text-indent: 0;
}
div.figureL {
  float: left;
  border: 2px #99FF99 solid;
  margin: 0.5em 1.5em 0.5em 0em;
  padding: 0.5em;
}
div.figureL p {
  text-align: center;
  
  color: #6666FF; 
  font-size: 80%;
  text-indent: 0;
}

div.figureC {
  align: center;
  border: 1px #99FF99 solid;
  margin: 0.5em 1em 0.5em 1em;
  padding: 0.5em;
}
div.figureC p {
  text-align: center;
  color: #6666FF; 
  font-size: 10pt;
  text-indent: 0;
}
