/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #ffffff;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #993399;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: left;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #3300CC;
}
	a:hover {
		text-decoration: underline overline;
	}
	a:visited {
		text-decoration: none;
		color: #3366FF;
	}
	a:visited:hover {
		text-decoration: underline overline;
	}
.big {
	font-size: 1.1em;
}
.small {
	font-size: .8em;
}	
.mainLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #3300CC;
}
	a.mainLink:link {
		text-decoration: none;
	}
	a.mainLink:hover {
		text-decoration: underline overline;
	}
	a.mainLink:visited {
		text-decoration: none;
		color: #993399;
	}
	a.mainLink:visited:hover {
		text-decoration: underline overline;
	}
.redHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-align: center;
}
.tuitionTable {
	float: right;
	margin: 5px;
	width: 200px;
}
.arrow {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00CCFF;
}
/* layer definitions for CSS-P on summerSchedule page */
#floatLeft {
	position: relative;
	float: left;
}
#floatRight {
	position: relative;
	float: right;
}
#scheduleHome {
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 755px;
	margin: 5px
}
#monday {
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 760px;
	top: 230px;
	width: 450px;
}
#tuesday {
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 1210px;
	top: 230px;
	width: 450px;
}
#wednesday {
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 1660px;
	top: 230px;
	width: 450px;
}
#thursday {
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 2110px;
	top: 230px;
	width: 450px;
}
#saturday {
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 2560px;
	top: 230px;
	width: 450px;
}
#spacer {
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 3010px;
	top: 230px;
	width: 450px;
}
.homeSchool {
	color: #FF0000;
}
.musicArt {
	color:#0000FF
}
.competition {
	color:#009900} 
