@charset "windows-1252";	  

/* Box Setup */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #ccc;
	}
#MainContainer {
 	position: relative;
	width: 790px; 
}
#TopContainer {
	height: 210px;
	width: 790px;
	border: 0px;
	background: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

#BodyContainer {
	position: relative;	  
}
#BodyContainer-Left {
	position: relative;
	top: 0px;	
	width: 150px;  
	height: 900px; 
	background: #5e4878;
}
#BodyContainer-Right {
	position: absolute;	
 	top: 0px;
 	left: 150px;
	width: 640px;  
	height: 900px; 
	background: #ffffff;
}	 

#column-middleleft {
	top: 10px;
	width: 50%;
}
 
#column-middleright {
	position: absolute;
 	top: 10px;
 	right: 10px;
 	bottom: 10px;
 	width: 50%;	 
}

/* Logo Images Setup*/

.EgyptImageContainer {
	position: absolute;
	top: 10px;
	left: 10px;
    width:80px;
    height:120px;
}
img.EgyptImage {
	border: solid 1px;
    width: 80px;
    height: 120px;

}
.DavidImageContainer {
	position: absolute;
	top: 75px;
	left: 91px;
    width:70px;
    height:70px;
}
img.DavidImage {
	border: solid 1px; 
    width:70px;
    height:70px;
}	
.ModernImageContainer {
	position: absolute;
	top: 130px;
	left: 25px;
    width:70px;
    height:70px;
}
img.ModernImage {
	border: solid 1px; 
    width:70px;
    height:70px;
}
.ChildDrawingImageContainer {
	position: absolute;
	top: 100px;
	left: 300px;
    width:260px;
    height:390px;
}
img.ChildDrawingImage {
	border: solid 2px; 
    width:260px;
    height:390px;
}

.PublicSchoolVersionImageContainer1 {
	position: absolute;
	top: 190px;
	left: 450px;
    width:260px;
    height:390px;
}
img.PublicSchoolVersionImage1 {
	border: solid 2px; 
    width:120px;
    height:180px;
}
.PublicSchoolVersionImageContainer2 {
	position: absolute;
	top: 450px;
	left: 450px;
    width:260px;
    height:390px;
}
img.PublicSchoolVersionImage2 {
	border: solid 2px; 
    width:120px;
    height:80px;
}
.HomeSchoolVersionImageContainer1 {
	position: absolute;
	top: 0px;
	left: 400px;
	width:190px;
        height:270px;
}
img.HomeSchoolVersionImage1 {
	border: solid 2px; 
	width:190px;
        height:270px;

}
.HomeSchoolVersionImageContainer2 {
	position: absolute;
	top: 460px;
	left: 385px;
	width:190px;
        height:270px;
}
img.HomeSchoolVersionImage2 {
	border: solid 2px; 
    width:180px;
    height:120px;

}
/* Purple Line */

div.PurpleLine {
	border: solid 1px #9397e3;
	background-color: #9397e3;
	padding: 4px;
	margin: 4px 4px 0px 4px;
	min-width:650px;
}
.PurpleLineContainer {
	position: absolute;
	top: 61px;
	left: 88px;
    width:650px;
    height:10px;
}

div.PurpleLineBottom {
	border: solid 1px #9397e3;
	background-color: #9397e3;
	padding: 1px;
	margin: 1px 1px 0px 1px;
	min-width:650px;
}
.PurpleLineContainerBottom {
	position: absolute;
	top: 725px;
	left: 10px;
    width:600px;
    height:1px;
}


/* Headings */

div.TheWholePicture {
	position: absolute;
	top: 20px;
	left: 120px;
}
div.WashingtonPremier {
	position: absolute;
	top: 65px;
	float: left;
	right: 60px;
}

/* Buttons */

div.LeftButton {
	border: solid 1px #ffffff;
	background-color: #5e4878;
	padding: 4px;
	margin: 20px 4px 0px 10px;
	width:130px;

}

font.ButtonFont {
 	font-size: 14px;
	font-family: arial;
	color: #ffffff;

}

/* Main Body */

/* Orange Boxes */

.OrangeBoxContainer1 {
	position: absolute;
	top: -60px;
	left: 75px;
    width:175px;
    height:130px;
}
.OrangeBoxContainer2 {
	position: absolute;
	top: -60px;
	left: 350px;
    width:175px;
    height:130px;
}
.OrangeBoxContainer3 {
	position: absolute;
	top: 125px;
	left: 75px;
    width:175px;
    height:130px;
}
.OrangeBoxContainer4 {
	position: absolute;
	top: 310px;
	left: 75px;
    width:175px;
    height:130px;
}
.OrangeBoxContainer5 {
	position: absolute;
	top: 520px;
	left: 75px;
    width:175px;
    height:130px;
}
div.OrangeBox {
	position: relative;
	border: solid 1px #ff3300; 
	background-color: #ff3300;
  	width:175px;
        height:130px;
}
div.OrangeBoxText {
	position:absolute;
  	width:175px;
	top: 25px;
	text-align: center;
}

.OrangeBoxContainerContact {
	position: absolute;
	top: 520px;
	left: 350px;
    width:175px;
    height:130px;
}

div.OrangeBoxContact {
	position: relative;
	border: solid 1px #ff3300; 
	background-color: #ff3300;
    width:175px;
    height:130px;
}

div.OrangeBoxTextContact {
	position:absolute;
  	width:175px;
	top: 25px;
	text-align: center;
}

.OrangeBoxTopContainer {
	position: absolute;
	top: -60px;
	left: 200px;
    width:400px;
    height:75px;
}

div.OrangeBoxTop {
	border: solid 3px #000000;
	background-color: #ff3300;
	padding: 4px;
	margin: 4px 4px 0px 4px;
	text-align: center;
}

.OrangeBoxTitleContainer1 {
	position: absolute;
	top: 40px;
	left: 10x;
    width:400px;
    height:75px;
}

div.OrangeBoxTitle1 {
	border: solid 3px #000000;
	background-color: #ff3300;
	padding: 4px;
	margin: 4px 4px 0px 4px;
	text-align: center;
}

.OrangeBoxTitleContainer2 {
	position: absolute;
	top: 445px;
	left: 10x;
    width:400px;
    height:75px;
}

div.OrangeBoxTitle2 {
	border: solid 3px #000000;
	background-color: #ff3300;
	padding: 4px;
	margin: 4px 4px 0px 4px;
	text-align: center;
}

.OrangeBoxTitleContainer3 {
	position: absolute;
	top: 250px;
	left: 10x;
    width:400px;
    height:75px;
}

div.OrangeBoxTitle3 {
	border: solid 3px #000000;
	background-color: #ff3300;
	padding: 4px;
	margin: 4px 4px 0px 4px;
	text-align: center;
}



.OrangeBoxTitleContainer4 {
	position: absolute;
	top: 410px;
	left: 10x;
    width:400px;
    height:75px;
}

div.OrangeBoxTitle4 {
	border: solid 3px #000000;
	background-color: #ff3300;
	padding: 4px;
	margin: 4px 4px 0px 4px;
	text-align: center;
}

.LessonGradeBoxContainerK {
	position: absolute;
	top: 50px;
	left: 50px;
}


div.LessonGradeBoxK {
	border: solid 1px #000000;
	width:275px;
	height:135px;
}

.LessonGradeBoxContainer1 {
	position: absolute;
	top: 200px;
	left: 50px;
}


div.LessonGradeBox1 {
	border: solid 1px #000000;
	width:275px;
	height:135px;
}

.LessonGradeBoxContainer2 {
	position: absolute;
	top: 350px;
	left: 50px;
}


div.LessonGradeBox2 {
	border: solid 1px #000000;
	width:275px;
	height:135px;
}
.LessonGradeBoxContainer3 {
	position: absolute;
	top: 500px;
	left: 50px;
}


div.LessonGradeBox3 {
	border: solid 1px #000000;
	width:275px;
	height:135px;
}

.LessonGradeBoxContainer4 {
	position: absolute;
	top: 50px;
	left: 350px;
}


div.LessonGradeBox4 {
	border: solid 1px #000000;
	width:275px;
	height:160px;
}

.LessonGradeBoxContainer5 {
	position: absolute;
	top: 250px;
	left: 350px;
}


div.LessonGradeBox5 {
	border: solid 1px #000000;
	width:275px;
	height:160px;
}
.LessonGradeBoxContainer6 {
	position: absolute;
	top: 450px;
	left: 350px;
}


div.LessonGradeBox6 {
	border: solid 1px #000000;
	width:275px;
	height:160px;
}
img.LessonGradeBoxImage {
	position: absolute;
	top: 4;
	left: 4;
	width:70px;
	height:100px;

}
div.LessonGradeBoxText {
	position: absolute;
	left: 80;
}



div.WhatSchools {
	border: solid 1px #ffffff;
	background-color: #ffffff;
	padding: 4px;
	margin: 4px 4px 0px 4px;
	min-width:45px;
	min-height:45px;
}
.WhatSchoolsContainer {
	position: absolute;
	top: 140px;
	left: 50px;
    width:200px;
    height:45px;
}
div.AComprehensive {
	border: solid 1px #ffffff;
	border-left: solid 1px #000000;
	background-color: #ffffff;
	padding: 4px;
	margin: 4px 4px 0px 4px;
	min-width:45px;
	min-height:45px;
}
.AComprehensiveContainer {
	position: absolute;
	top: 140px;
	left: 250px;
    width:285px;
    height:45px;
}

div.StartSalesCopy {
	position: relative;
	top: 250px;
}

div.Proven {
	position: relative;
	border: solid 1px #a9a9a9;
	background-color: #ffffff;
	padding: 4px;
	margin: 0px 50px 0px 50px;
	min-width:45px;
	min-height:45px;
}

.AboutTheCurriculumTextContainer {
	position: absolute;
	top: 10px;
	left: 20px;
}
div.AboutTheCurriculumTextBox {
	position: relative;
  	width:570px;
        height:500px;
	text-align: left;
}

.HomeSchoolTextContainer1 {
	position: absolute;
	top: 10px;
	left: 50px;
}
div.HomeSchoolTextBox1 {
	position: relative;
  	width:300px;
        height:130px;
	text-align: left;
}


.HomeSchoolTextContainer2 {
	position: absolute;
	top: 300px;
	left: 50px;
}
div.HomeSchoolTextBox2 {
	position: relative;
  	width:500px;
        height:130px;
	text-align: left;
}

.HomeSchoolTextContainer3 {
	position: absolute;
	top: 475px;
	left: 50px;
}
div.HomeSchoolTextBox3 {
	position: relative;
  	width:500px;
        height:130px;
	text-align: left;
}


.HomeSchoolTextContainer4 {
	position: absolute;
	top: 600px;
	left: 350px;
}
div.HomeSchoolTextBox4 {
	position: relative;
	border: solid 3px #000000;
	padding: 10px;
  	width:250px;
        height:110px;
}

.NeedMoreLessonsTextContainer1 {
	position: absolute;
	top: 10px;
	left: 50px;
}
div.NeedMoreLessonsTextBox1 {
	position: relative;
  	width:550px;
        height:300px;
	text-align: left;
}

.AddressContainer {
	position: absolute;
	top: 750px;
	left: 10px;
}
div.AddressBox {
	position: relative;
  	width:300px;
        height:130px;
	text-align: left;
}

.PhoneCOntainer {
	position: absolute;
	top: 750px;
	left: 330px;
}
div.PhoneBox {
	position: relative;
  	width:275px;
        height:130px;
	text-align: right;
}

.BottomContainer { 
		position: relative;
        width:630px;
}


h1 {
	font-size: 56px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-family: times;
	letter-spacing: 8px;
	}
h2 {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-family: arial;
	color: #e99065;
	}
font.WhatSchools {
	font-size: 16px;
	font-family: times;
	color: #e99065;
	}
font.AComprehensive {
	font-size: 14px;
	color: #000000;
	} 
font.TextFormat1 {
 	font-size: 14px;
	font-family: arial;
	color: #000000;
}
font.TextFormat2 {
 	font-size: 14px;
	font-family: arial;
	color: #e99065;
}
font.TextBlack {
 	font-size: 14px;
	font-family: arial;
	color: #000000;
}
font.TextBlack12 {
 	font-size: 12px;
	font-family: arial;
	color: #000000;
}
font.TextBlack10 {
 	font-size: 10px;
	font-family: arial;
	color: #000000;
}
font.TextBlack16 {
 	font-size: 16px;
	font-family: arial;
	color: #000000;
}
font.TextBlack20 {
 	font-size: 20px;
	font-family: arial;
	color: #000000;
}  
font.TextTheWholePicture {
 	font-size: 20px;
	font-family: times;
	color: #000000;
}
font.TextInOrangeBox {
 	font-size: 20px;
	font-family: arial;
	color: #ffffff;
}
font.TheWHolePictureBottom {
 	font-size: 14px;
	font-family: times;
	color: #000000;
}
ul.l1 {
	list-style-type: disk;
	padding-left: 20px;
	list-style-image: url(images/largeorangedisc.gif);
	}
li.l2 {
	padding-left: 20px;
	padding-bottom: 20px;
	}
.linkstyle1 A:link {color: #ffffff; text-decoration: none} 
.linkstyle1 A:visited {color: #ffffff; text-decoration: none} 
.linkstyle1 A:active {color: #ffffff; text-decoration: none} 
.linkstyle1 A:hover {color: #ffffff ; text-decoration: underline; color: red;} 

.linkstyle2 A:link {color: #ffffff; text-decoration: none} 
.linkstyle2 A:visited {color: #ffffff; text-decoration: none} 
.linkstyle2 A:active {color: #ffffff; text-decoration: none} 
.linkstyle2 A:hover {color: #ffffff ; text-decoration: underline; color: blue;} 

table {
	border-collapse: collapse;
}

th, td {
	border: 1px solid #000000;
	padding:5px;
}
	
