body {
	font-family: Arial, Helvetica, sans-serif;
	color: #26355D;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
a {
	text-decoration: none;
	color: #26355D;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #26355D;
	font-size: 22px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #CCCCCC;
	padding: 4px 5px;
	margin: 0px;
	line-height: 22px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	text-transform: capitalize;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-transform: capitalize;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #CCCCCC;
}
#TzContainer {
	width: 100%;
}
#TzLogo {
	background-color: #26355D;
	width: 100%;
	height: 115px;
	text-align: right;
	background-image: url(images/kids.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#TzLogo img{
	margin-top: 35px;
	margin-right: 84px;
}
#TzHex {
	position: absolute;
	top: 93px;
	right: 0px;
}

#TzMenu, #TzMenuUtility, #TzSearch, #TzMenuFocus, #TzJumpToMenu, #TzLogo, #TzHex{
	display: none;
}

#TzLeftColumn, #TzRightColumn{
	display: none;
}
a:link, a:visited {
	color: #000000 !important;
	background-color: transparent !important;
}
#TzBreadCrumbs {
	position: absolute;
	left: 20px;
	top: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #26355D;
	text-decoration: none;
}
#TzFooter {
	background-color: #FFFFFF;
	height: 80px;
	text-align: right;
}
#TzFooter img {
	margin-right: 150px;
	margin-top: 25px;
}
#TzUpdated {
	width: auto;
	background-color: #999999;
	padding-right: 150px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#TzUpdated p {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 11px;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}
#TzSpacer {
	background-color: #E6E6E6;
	height: 45px;
	width: 100%;
}

#TzContent {
	margin-top: 100px;
	margin-right: 50px;
	margin-left: 100px;
}
#TzPrintHeader{
	display: block;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 40px;
}

