body {
	background-image: url(images/home/home_bg.gif);
	background-repeat: repeat-x;
	background-color: #6581a6;
	margin: 0;
	padding: 0;
}
.tree {
	background-image: url(images/home/tree.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	min-height: 600px;
}

ul.child li {
	background-color: #001a42;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 2px;
	line-height: 20px;
}

.header {
	background-color: #113870;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.kids_nav {
	font-family: Geneva, Arial;
	font-size: 12px;
	background-color: #003464;
	height: 52px;
	min-height: 52px;
	padding-left: 20px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.kids_nav a {
	color: #d8eaf6;
	text-decoration: none;
}

.kids_nav a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003464;
	font-weight: normal;
}

.content {
	background-color: #d4dce6;
	font-family: Geneva, Arial;
	font-size: 11px;
	color: #000000;
	min-height: 169px;
	padding: 10px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.content a {
	color: #0066CC;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.content a:hover {
	text-decoration: underline;
}


.footer {
	background-color: #b4c1d3;
	color: #113870;
	font-family: Geneva, Arial;
	font-size: 9px;
	padding: 5px;
	line-height: 11px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.footer a {
	color: #113870;
}