body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #d9d9d9;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 1em;
	font: italic bold 24px/1em Georgia, "Times New Roman", Times, serif;
	color: #0163b6;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#header {
	height: 200px;
}
#container {
	background-color: #FFFFFF;
	width: 926px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 17px;
	padding-bottom: 1em;
	padding-right: 17px;
	padding-left: 17px;
}
#darkBlue h1 {
	color: #ffe400;
}
#darkBlue  em {
	color: #ffe400;
	display: block;
	font: italic normal 24px Georgia, "Times New Roman", Times, serif;
	margin-left: -25px;
	width: 25px;
	float: left;
	padding: 0px;
}
#darkBlue {
	background: #01618C url(images/darkBlueTop.gif) no-repeat left top;
	color: #FFFFFF;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 1em;
}
.inset {
	padding-left: 25px;
}



#containerBottom {
	background-image: url(images/containerBottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#darkBlueBottom {
	background-image: url(images/darkBlueBottom.gif);
	background-repeat: no-repeat;
	height: 11px;
}
#green {
	background-image: url(images/greenTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2D6801;
	color: #FFFFFF;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 1em;
}
#green h1 {
	color: #FFFFFF;
}

#greenBottom {
	background-image: url(images/greenBottom.gif);
	background-repeat: no-repeat;
	height: 11px;
}
#left {
	float: left;
	width: 539px;
	margin-right: 17px;
}
#right {
	float: left;
	width: 370px;
	background-image: url(images/lightBlue.gif);
	background-repeat: repeat-y;
}
#lightBlue {
	background: url(images/kids.jpg) no-repeat center top;
	padding-top: 294px;
	width: 320px;
	padding-right: 25px;
	padding-left: 25px;
	height: 1022px;
}
#lightBlueBottom {
	background-image: url(images/lightBlueBottom.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 370px;
	overflow: hidden;
}
.clearAll {
	clear: both;
	height: 1px;
	overflow: hidden;
}
