﻿#landingPage P {
	font-size: 9pt;
	line-height: 16pt;
	text-align: justify;
	margin-bottom: 15pt;
}
#landingPage H1 {
	font-size: 9pt;
	line-height: 16pt;
	text-align: justify;
	clear: both;
}
#landingPage H2 {
	font-size: 9pt;
	line-height: 16pt;
	color: #660099;
	margin-top: 20px;
	margin-bottom: 0px;
	clear: both;
}
#landingPage A:link, #landingPage A:visited {
	color: #550080;
	font-weight: bold;
	text-decoration: underline;
}
#landingPage A:hover {
	text-decoration: underline;
	color: #9629cc;
}
#landingPage UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 9pt;
	vertical-align: middle;
	display: inline-block;
}
#landingPage UL LI {
	background-image: url(../images/landing_pages/purple_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 1.1em;
	padding-bottom: .8em;
	vertical-align: middle;
}

/* KIDWARE */
.level {
	border-bottom: 1px solid #dddedf;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.level H6 {
	margin: 10px 0px 10px 0px;
	font-size: 9pt;
}


/* SUMMER HOME */
.item {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
.item STRONG {
	color: #660099;
}


/* TEAMS */
.thumbnail {
	text-align: center;
	width: 50%;
	float: left;
}
.thumbnail H2 {
	padding-bottom: 5px;
}


/* PAGE TITLE */
#pageTitle {
	border-bottom: 1px solid #919191;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#pageTitle H1 {
	color: #660099;
	font-size: 20pt;
}
#selectSubcategory {
	font-size: 9pt;
	border-bottom: 1px solid #919191;
	padding-bottom: 15px;
	margin-bottom: 20px;
	clear: both;
}
#selectSubcategory SELECT {
	font-size: 8pt;
	margin-left: 10px;
}