@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #330001;
	background-color: #330001;
	background-image: url(../images/bgBody.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}


.twoColFixLtHdr #container {
	width: 1022px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #330001;
} 
.twoColFixLtHdr   #navlinks  {
	background-color: #b2e0ea;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #330001;
	border-right-color: #330001;
	border-bottom-color: #330001;
	font-weight: bold;
	background-image: url(../images/bgNav.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 10px;
}
.twoColFixLtHdr   #newstitle  {
	background-color: red;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
}
.twoColFixLtHdr #breadcrumbs {
	font-size: 10pt;
	padding-top: 10px;
	color: #320001;
	font-weight: bold;
}


.twoColFixLtHdr #header {
	background-color: #330001;

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* SIDEBAR HEIGHT MUST BE 20PX LESS THAN THE CONTAINER IN FIREFOX  ******************************************************/
.twoColFixLtHdr #sidebarHome {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 2630px;
	width: 216px;
}
.twoColFixLtHdr #sidebarHome_New {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 1365px;
	width: 216px;
}
.twoColFixLtHdr #sidebarAbout {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 1735px;
	width: 216px;
}
.twoColFixLtHdr #sidebarAbout-New {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 1735px;
	width: 216px;
}
.twoColFixLtHdr #sidebarGrammar {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #330001;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 430px;
	width: 216px;
}
.twoColFixLtHdr #sidebarLogic {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 400px;
	width: 216px;
}
.twoColFixLtHdr #sidebarLogic_New {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 400px;
	width: 216px;
}
.twoColFixLtHdr #sidebarTeacher {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 3490px;
	width: 216px;
}
.twoColFixLtHdr #sidebarTeacher-New {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 3490px;
	width: 216px;
}
.twoColFixLtHdr #sidebarRiddle {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 1180px;
	width: 216px;
}
.twoColFixLtHdr #sidebarKent {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 2510px;
	width: 216px;
}
.twoColFixLtHdr #sidebarStiles {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 480px;
	width: 216px;
}
.twoColFixLtHdr #sidebarDennis {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 1120px;
	width: 216px;
}
.twoColFixLtHdr #sidebarContent {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 2630px;
	width: 216px;
}
.twoColFixLtHdr #sidebarKinder {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 860px;
	width: 216px;
}
.twoColFixLtHdr #sidebarUpper {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 810px;
	width: 216px;
}
.twoColFixLtHdr #sidebarLower {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 830px;
	width: 216px;
}
.twoColFixLtHdr #sidebarMath {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 800px;
	width: 216px;
}
.twoColFixLtHdr #sidebarHistory {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 830px;
	width: 216px;
}
.twoColFixLtHdr #sidebarLanguage {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 830px;
	width: 216px;
}
.twoColFixLtHdr #sidebarScience {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 1080px;
	width: 216px;
}
.twoColFixLtHdr #sidebarTuition {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 900px;
	width: 216px;
}
.twoColFixLtHdr #sidebarTuition_New {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 910px;
	width: 216px;
}
.twoColFixLtHdr #sidebarPlans {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 5075px;
	width: 216px;
}
.twoColFixLtHdr #sidebarFaq {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 3120px;
	width: 216px;
}
.twoColFixLtHdr #sidebarEnroll {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 560px;
	width: 216px;
}
.twoColFixLtHdr #sidebarSchedule {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 3640px;
	width: 216px;
}
.twoColFixLtHdr #sidebarWho {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 880px;
	width: 216px;
}
.twoColFixLtHdr #sidebarWhere {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 860px;
	width: 216px;
}
.twoColFixLtHdr #sidebarWhen {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 680px;
	width: 216px;
}
.twoColFixLtHdr #sidebarWhat {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 680px;
	width: 216px;
}
.twoColFixLtHdr #sidebarHow {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 680px;
	width: 216px;
}
.twoColFixLtHdr #sidebarWhy {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 690px;
	width: 216px;
}
.twoColFixLtHdr #sidebarLevels {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 2680px;
	width: 216px;
}
.twoColFixLtHdr #sidebarLevels_New {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 3250px;
	width: 216px;
}
.twoColFixLtHdr #sidebarGramCirricula {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 660px;
	width: 216px;
}
.twoColFixLtHdr #sidebarUpCirricula {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 530px;
	width: 216px;
}
.twoColFixLtHdr #sidebarInclude {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 880px;
	width: 216px;
}
.twoColFixLtHdr #sidebarTest {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #398ca8;
	background-image: url(../images/bgside.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: 1480px;
	width: 216px;
}
/* ADD */
#slogan {
	left: 10px;
	bottom: 210px;
	position: absolute;
	color: #430706;
	font-weight: normal;
	font-size: 12pt;
	width: 210px;
}
/* MAINCONTENT HEIGHT MUST BE 20PX MORE THAN SIDEBAR IN FIREFOX ************************************************/

.twoColFixLtHdr #mainContentHome {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 1390px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}

.twoColFixLtHdr #mainContentHome_New {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 1385px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}


.twoColFixLtHdr #mainContentAbout {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 1755px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
} 
.twoColFixLtHdr #mainContentAbout-New {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 1755px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
} 
.twoColFixLtHdr #mainContentGrammar {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 450px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentLogic {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 410px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentLogic_New {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 420px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentTeacher {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 3910px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentTeacher-New {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 3510px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentRiddle {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 1200px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentKent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 2530px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentStiles {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 500px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentDennis {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 1140px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 2650px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentKinder {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 880px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentUpper {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 830px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentLower {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 850px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentMath {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 820px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentHistory {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 850px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentLanguage {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 850px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentScience {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 1100px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentTuition {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 920px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentTuition_New {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 930px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentPlans {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 5095px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentFaq {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 3140px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentEnroll {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 580px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentSchedule {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 3660px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentWho {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 900px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentWhere {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 880px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentWhen {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 700px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentWhat {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 700px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentHow {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 700px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentWhy {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 710px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentLevels {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 2700px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentLevels_New {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 3270px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentGramCirricula {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 680px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentUpCirricula {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 550px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentInclude {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 900px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}
.twoColFixLtHdr #mainContentTest {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330001;
	border-bottom-color: #330001;
	border-left-color: #330001;
	position: relative;
	height: 1500px;
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat;
	width: 740px;
}

.special {
	background-color: #B1E0EA;
	padding: 5px;
	width: 730px;
}

.twoColFixLtHdr #footer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #B2E0EA;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/bgNav.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding-right: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#left {
	position: absolute;
	left: -140px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
/* FOR LINKS ON A BLUE BACKGROUND */
.onBlue a:link {
	color: #330001;
	text-decoration: none;
}
.onBlue a:visited {
	color: #330001;
	text-decoration: none;
}
.onBlue a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.onBlue a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* FOR LINKS ON A WHITE BACKGROUND */
.onWhite a:link {
	color: #F26A63;
	text-decoration: none;
}
.onWhite a:visited {
	color: #330001;
	text-decoration: none;
}
.onWhite a:hover {
	color: #398CA8;
	text-decoration: none;
}
.onWhite a:active {
	color: #398CA8;
	text-decoration: none;
}

/* FOR LINKS ON A TEAL BACKGROUND */
.onTeal a:link {
	color: #330001;
	text-decoration: none;
}
.onTeal a:visited {
	color: #330001;
	text-decoration: none;
}
.onTeal a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.onTeal a:active {
	color: #FFFFFF;
	text-decoration: none;
}



h1 {
	color: #f26A63;
	text-decoration: none;
	font-size: 20pt;
}
h2 {
	color: #398CA8;
	text-decoration: none;
	font-size: 16pt;
}
h3 {
	color: #f26A63;
	text-decoration: none;
	font-size: 14pt;
}
h4 {
	color: #f26A63;
	text-decoration: none;
	font-size: 12pt;
}
h5 {
	font-size: 12pt;
	color: #398CA8;
	padding-left: 50px;
}

#secondNav {
	background-color: #398CA8;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #330001;
	margin-right: 3px;
	background-image: url(../images/bgside.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	padding: 10px;
}
.current1 {
	color: #FFFFFF;
}
.current2 {
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #F26A63;
}
#address {
	font-size: 14pt;
	color: #FFFFFF;
}
.white {
	color: #B1E0EA
}
#sidebar1 hr {
	color: #B1E0EA;
}
ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
.brown {
	color: #330001;
}
.teal {
	color: #398CA8;
}
.small {
	font-size: 10pt;
	color: #330001;
}
#top {
	text-align: right;
}
#homePic1 {
	position: absolute;
	left: 531px;
	top: 8px;
	z-index: 2;
}
#homePic2 {
	position: absolute;
	left: 15px;
	bottom: 0px;
}
#aboutPic1 {
	position: relative;
	z-index: 3;
	right: 0px;
}
#kinderPic2 {
	position: relative;
	top: 10px;
	left: 90px;
}
#upperPic1 {
	float: right;
}
#teacherPic1 {
	float: right;
}


#joyce {
	float: right;
	position: relative;
	top: -50px;
}
#leslie {
	float: right;
	position: relative;
	top: -20px;
}
#merri {
	float: right;
	position: relative;
	top: -50px;
}
#grammarPic1 {
	float: right;
}
.lowerPic1 {
	float: right;
}
#kinderPic1 {
	float: right;
}
#logicPic1 {
	float: right;
}
#mathPic1 {
	position: relative;
	left: 200px;
	top: -10px;
}
#historyPic1 {
	float: right;
}
#languagePic1 {
	float: right;
}
#sciencePic1 {
	float: right;
}
#sciencePic2 {
	float: left;
}
.coral {
	color: #F26A63;
}
.shorthr {
	width: 400px;
	align: left;
	text-align: left;
}
.define {
	font-size: 12pt;
	color: #330001;
}
.fltrtImg {
	float: right;
	padding: 10px;
}
h6 {
	font-size: 14pt;
	color: #FFFFFF;
}
#news {
	float: right;
	margin: 10px;
	border: 3px solid #398CA8;
	background-color: #B1E0EA;
	width: 400px;
	padding: 5px;
}
