html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background-color: #012B54;
	background-image: url("../homepage/letter_bg.jpg");
	background-repeat: repeat;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

a:visited {
	color: #0000FF;
}

#container {
	width: 992px;
	margin: 0 auto;
	margin-top: 8px;
	overflow: hidden;
}

#canvas { width: 992px;}
#body { background-color: #FFFEE2;}

#footer { margin-top: -3px;}

#footer2 {
	height: 37px;
	background-image: url("../curriculum/footer.png");
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	margin-left: -8px;
}

#footertxt p {
	margin: 0; padding: 0;
}
#footertxt .copyRight {
	margin: 0px; padding: 0;
}
#curriculumSubjects {
	width: 100%;
	height: 112px;
	background-image: url("../curriculum/subjects.png");
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#subjectSections {
	/*width: 996px;*/
	height: 106px;
	background-image: url("../curriculum/reading/sections.png");
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	margin-left: 6px;
	background-color: #FFFEE2;
}

#mainTitle {
	margin-bottom: 10px; text-align: center;
	width: 40%; margin-left: 280px;
}

#homepageBtn {
	/*position:absolute; left: 20px; bottom: 25px; z-index: 5;*/
	float: left; margin-left: 20px; margin-top: 5px;
}

#subjectContent {
	background-image: url("../curriculum/reading/background.png");
	background-repeat: repeat-y;
	margin-left: 6px;
	background-color: #FFFEE2;
}

#mainContent {
	width: 600px;
	margin-left: 80px;
	float: left;
	margin-bottom: 20px;
}

#content {
	background-repeat: repeat-y;
	padding-top: 1px;
	margin-left: -8px;
}

#logIn {
	position: absolute;
	top: 10px;
	right: 30px;
	font-weight: bold;
}

ul {
	margin-top: 13px;
}

li {
	margin-left: 25px;
}

.popupcover {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 6;
	width: 100%;
	height: 100%;
}

/****************************** <Subjects Tabs> ***************************/

.tab {
	position: absolute;
	height: 25px;
	top: 10px;
	width: 95px;
	cursor: pointer;
	display:block;
}

.readingTab { left: 30px;}
.mathTab { left: 152px;}
.wauTab { left: 273px;}
.artTab { left: 395px;}
.musicTab { left: 515px;}
.libraryTab { left: 637px;}
.puzzleTab { left: 758px;}
.gamesTab { left: 878px;}

.back{
 z-index: -1;
}

.front{
 z-index: 1;
}

/*************************** <Reading Tabs> **************************/

#subjectSections .readingTab {
	height: 45px;
	top: 20px;
	position: absolute;
	cursor: pointer;
	display:block;
}

.reading0 { width: 150px; left: 29px;}
.reading1 { width: 180px; left: 187px;}
.reading2 { width: 215px; left: 376px;}
.reading3 { width: 140px; left: 599px;}
.reading4{ width: 215px; left: 749px;}

/**************************** <Math Tabs> *****************************/

#mathTabs{ display: none;}

#subjectSections .mathTab {
	height: 45px;
	top: 20px;
	position: absolute;
	cursor: pointer;
	display:block;
}

.math0{ width: 207px; left: 29px;}
.math1{ width: 207px; left: 249px;}
.math2{ width: 207px; left: 469px;}
.math3{ width: 207px; left: 687px;}

/**************************** <Music Tabs> *****************************/

#musicTabs { display: none;}

#subjectSections .musicTab {
	height: 45px;
	top: 20px;
	position: absolute;
	cursor: pointer;
	display:block;
}

.music0 { width: 245px; left: 29px;}
.music1 { width: 245px; left: 284px;}

/*************************** <Side Bar> *************************************/

#sideBar {
	width: 240px;
	float: left;
	margin-left: 10px;
}

.sideBarBox {
	border: 2px solid green;
	margin-bottom: 10px;
	padding: 5px;
}

.readingSideBarBox { border-color: #8FD55B; background-color: #D7F8A1;}
.mathSideBarBox { border-color: #FCEB57; background-color: #FBF4BF;}
.wauSideBarBox { border-color: #A97C55; background-color: #CBA47B;}
.artSideBarBox { border-color: #55A6DD; background-color: #99CEF6;}
.musicSideBarBox { border-color: #9ED486; background-color: #D4F3AF;}
.librarySideBarBox { border-color: #A07F60; background-color: #BA9B7F;}
.puzzleSideBarBox { border-color: #F7C552; background-color: #F8D383;}
.gamesSideBarBox { border-color: #96D3F1; background-color: #D3EEF9;}

/************************** <flash mini player> *****************************/

#miniFlashPlayer {
	margin-left: 80px;
	margin-bottom: 10px;
	padding: 1px;
}

#footer2 #homepageBtn { position: absolute; top: 40px; right: 30px; float: none;}