body {
	background-color: #ececec;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 1.5em;
}
/* Structure Styles */ 

.bannerStretch {
	background-color: #220004;
}

.bannerStretchKids {
	background-image:url(images/kids-banner-1.gif);
	background-repeat: repeat-x;
}
.content {
	background-color: #ffffff;
	margin-top: 10px;
	padding-left: 20px;
	
}
.navtd {
	width: 170px;
	background-color: #A3C3FE;
}

.rightColumn {
	background-color: #ffffff;
	padding-right: 0px;
	text-align: left;
}

.content .pageContent {
	padding-right: 15px;
}



/* navigation Styles */
.buttonscontainer {
	width: 170px;
}
.buttons a:link, .buttons a:visited {
	color: #333333;
	background-color: #b5cefd;
	padding: 5px;
	display: block;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	width: 160px;
}
.buttons a:hover {
	background-color: #d7e5fe;
	color: #333333;
	text-decoration: none;
}
/* Text and Link Styles */
h1, h2, h3, h4 {
	line-height: normal;
	font-family: Verdana,Arial;
	font-weight: normal;
	color: #6E1517;
	margin: 0px;
	padding: 0px;
}

h1 {
	letter-spacing: 0;
	font-size: 280%;
	letter-spacing: 1px;
}

h2 {
	color: #333;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
	margin-top:10px;
}
a:link, a:visited {
	color: #6E1517;
	text-decoration: underline;
}
a:hover {
	color: #6E1517;
	text-decoration: none;
}
/* Additional Styles */
#footer {
	text-align: center;
	margin: 0px 0px;
	padding: 0px 20px 0px 180px;
	margin-left: 0px;
	font-size: 11px;
	border-top: 1px solid #333;
	width: 734px;
}

.footerLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A3C3FE;
}




