body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-position: left top;
	background-color: #FFFFFF;
	color: #000000;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	line-height: 19px;
}
#content {
margin-left: 20px;
margin-top: 20px;
}

ul#home {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 23px;
	list-style-type: none;
	font-weight: normal;
	
}

/*boy and girl illustration on home page*/
#kidsillustration {
position: absolute;
left: 470px;
top: 85px;
width: 334px;
height: 158px;
z-index:5;
}

/*home page picture*/
#homepagepic1 {
position: absolute;
left: 470px;
top: 85px;
width: 283px;
height: 425px;
z-index:5;
}

/*girl illustration on kindergarten page*/
#girlillustration {
position: absolute;
left: 480px;
top: 115px;
width: 112px;
height: 141px;
z-index:5;
}


/*boy illustration on preschool page*/
#boyillustration {
position: absolute;
left: 500px;
top: 115px;
width: 160px;
height: 156px;
z-index:5;
}


#footer {
list-style: none;
color: #3366ff;
background-color: #fff084;
}

#footer a {
text-decoration: none;
padding: 2px 3px;
color: #3366ff;
background: #fff084;
font-size: 12px;
}
#footer a:visited {
text-decoration: none;
padding: 2px 3px;
color: #3366ff;
background: #fff084;
font-size: 12px;
}

#footer a:hover {
text-decoration: underline;
padding: 2px 3px;
color: #009966;
background: #fff084;
font-size: 12px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: 00a960;
}
.border {
	border: thick solid #FFE06B;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.border-bios {
	border: thick solid #FFE06B;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


/*right part of yellow background that adjusts to 100% width of browser*/
.background-right {
	background-image: url(images/background_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}
.body-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
}

a:link {
text-decoration: underline;
color: #3366ff;
background: #ffffff;
font-size: 12px;
}
a:visited {
text-decoration: underline;
color: #3366ff;
background: #ffffff;
font-size: 12px;
}

a:hover {
text-decoration: underline;
color: #009966;
background: #ffffff;
font-size: 12px;
}

a:active {
text-decoration: underline;
color: #3366ff;
background: #ffffff;
font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}
.handprint-red {
	background-image: url(images/handprint_red.jpg);
	background-position: right top;
	z-index: 7;
	background-repeat: no-repeat;
}

.handprint-yellow {
	background-image: url(images/handprint_yellow.gif);
	background-position: right top;
	z-index: 7;
	background-repeat: no-repeat;
}

.handprint-green {
	background-image: url(images/handprint_green.gif);
	background-position: right top;
	z-index: 7;
	background-repeat: no-repeat;
}
.border-top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #00CC66;
}
