/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
}

body {
	background-color:#e8daca;
	background-image:url(images/kids_bkg_x.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

p {
	font-size: 13px;
	padding-right: 10px;
}

h1 {
	font-size: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#333;
	padding: 0px 35px 8px 0px;
}

h2 {
	font-size: 16px;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 20px;
	font-weight: bold;
}

a:link {
	color: #CC6633;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #996633;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	font-weight: bold;
}

.navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navbar li {
	background-image:url(images/sunflower_blue.gif);
	background-repeat: no-repeat;
	background-position: center right;
	display: inline;
	float: left;
	width: auto;
	height: 40px;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	text-align: center;
	valign: center;
	list-style-type: none;
	padding: 10px 50px 5px 10px;
	margin: 0px;
}

.navbar a {
	font-weight: normal;
}

#author, #author a {color: #128312;}
#school, #school a {color: #d21919;}
#awards, #awards a {color: #e68220;}
#kids, #kids a {color: #8025ab;}
#contact, #contact a {
	color: #3525d2;
}

.copyright {
	font-size: 9px;
	padding: 20px 0px;
}

.kidspagetable {
	width: 800px;
}
.content {
	background-image:url(images/kids_imgbkg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display: block;	
	margin: 0;
	padding: 0;
}

.greytype {color: #666666}

.red {color: #990000}

.greyital {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	padding-bottom: 10px;
	padding-top: 5px;
}


