@charset "UTF-8";
/* CSS Document */

#Background {
	background-image: url(../img/bg4.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#container {
			width: 890px;
			\width: 900px;
			w\idth: 890px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
}

#banner {
	padding: 5px;
	margin-bottom: ;
	background-image: url(../img/bannerPencilCrayons.jpg);
	height: 290px;
	width: 880px;
	position: relative;
}
#bannerPrivacy {
	background-image: url(../img/bannerPrivacy.jpg);
	height: 190px;
	width: 890px;
}

#bannerReg {
	padding: 5px;
	margin-bottom: ;
	background-image: url(../img/bannerRegistration.jpg);
	height: 190px;
	width: 880px;
	position: relative;
}

#bannerTea {
	padding: 5px;
	margin-bottom: ;
	background-image: url(../img/bannerTeacher.jpg);
	height: 190px;
	width: 880px;
	position: relative;
}

#bannerClass {
	padding: 5px;
	margin-bottom: ;
	background-image: url(../img/bannerClass.jpg);
	height: 190px;
	width: 880px;
	position: relative;
}

#bannerMission {
	padding: 5px;
	margin-bottom: ;
	background-image: url(../img/bannerMission.jpg);
	height: 190px;
	width: 880px;
	position: relative;
}
#bannerContact {
	padding: 5px;
	margin-bottom: ;
	background-image: url(../img/bannerContact.jpg);
	height: 190px;
	width: 880px;
	position: relative;
}

#content {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#sidebar-a {
	float: right;
			width: ;
	margin: 0;
			margin-left: ;
	background-color: #99CCFF;
	width: 340px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar-b {
	float: none;
			width: ;
	margin: 0;
			margin-left: ;
	background-color: #FFFFFF;
	width: 500px;
	padding: 5px;
	position: relative;
}

#sidebar-RightReg {
	float: right;
			width: ;
	margin: 0;
			margin-left: ;
	background-color: #CCFFCC;
	width: 340px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar-RightClass {
	float: right;
			width: ;
	margin: 0;
			margin-left: ;
	background-color: #F2F2F2;
	width: 340px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
		
#footer {
	clear: both;
	padding: 5px;
			margin-top: ;
	background-color: rgb(213, 219, 225);
	height: 50px;
}
#BottomLine {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


/* Text Styles */

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #FFFFFF;
}

.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
	line-height: 50px;
	text-decoration: none;
	font-weight: normal;
}
.TitleDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #333333;
}
.Sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.FooterCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.TeacherName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
a:link {
	color:#333333;
}

a:visited {
	color:black;
}

a:active {
	color:black;
	text-decoration: none;
}

a:hover{
	color:#002F5E;
}



/* Main Navigation */
ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a {
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	float: left;
}

#navlist a:link, #navlist a:visited
{
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#navlist a:hover
{
	color: #000000;
	text-decoration: underline;
	font-style: normal;
	font-weight: bolder;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#active_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
