/* CSS Document */
body {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.nav {
	width: 600px;
	height: 33px;
	background-image:  url(images/Site_02.jpg);
}
.nav a {
	float: left;
	margin-left: 10px;
}
.children {
	background-image: url(images/menu_02.jpg);
	height: 33px;
	width: 75px;
}
.children:hover {
	background: url(images/menu_02.jpg) 0px -33px;
}
.parents {
	background-image: url(images/menu_03.jpg);
	height: 33px;
	width: 134px;
}
.parents:hover {
	background: url(images/menu_03.jpg) 0px -33px;
}
.resources {
	background-image: url(images/menu_04.jpg);
	height: 33px;
	width: 172px;
}
.resources:hover {
	background: url(images/menu_04.jpg) 0px -33px;
}
.calendar {
	background-image: url(images/menu_05.jpg);
	height: 33px;
	width: 141px;
}
.calendar:hover {
	background: url(images/menu_05.jpg) 0px -33px;
}
.quote {
	width: 550px;
	height: 192px;
	padding: 15px 25px;
	background-image:  url(images/Site_03.jpg);
	font-size: 16pt;
	letter-spacing: -0.05em;
	font-weight: lighter;
	font-style: italic;
	color: #466782;
}
.about {
	width: 416px;
	height: 122px;
	padding: 0px 25px;
	background-image:  url(images/Site_06.jpg);
	color: #FFFFFF;
}
.about a {
	text-transform: uppercase;
	float: right;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9BC577;
}
.about a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.categories {
	width: 595px;
	height: 187px;
}
.imagechild {
	background: url(images/Site_05.jpg);
	width: 134px;
	height: 122px;
}
.read20 {
	color: #FFFFFF;
	padding: 5px;
	font-size: 10px;
	line-height: 1em;
	background: url(images/Site_08.jpg);
	width: 170px;
	height: 64px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	color: #999999;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
}
.footer a, .footer a:visited {
	color: #0066CC;
	text-decoration: none;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 0066cc;
	line-height: 1.5em;
}
.footer a: hover {
	border: none;
}