@charset "utf-8";
.englishschool #bottombar {
	background-color: #4991B7;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 6px;
	height: 120px;
	font-family: Verdana;
	font-size: 9px;
	color: #FFF;
}
.topmenuhomeon {
	font-family: Verdana;
	font-size: 11px;
	color: #069;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #ffffff;
	width: auto;
	padding-right: 0px;
	text-decoration: none;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding-left: 4px;
	border-left-width: thin;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(images/bgtest2.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: top;

}




.englishschool #sidebar1 a:link {
	font-family: Verdana;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	float: left;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #999;
	background-color: #FFF;
	color: #069;
	font-weight: bold;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #333333;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;

}


.englishschool #sidebar1 a:visited {
	font-family: Verdana;
	text-decoration: none;
	color: #069;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	float: left;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #999999;
	background-color: #FFF;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;

}

.englishschool #sidebar1 a:hover {
	font-family: Verdana;
	text-decoration: none;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #999999;
	background-color: #F60;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;

}

.englishschool #sidebar1 a:active {
	font-family: Verdana;
	text-decoration: none;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #999999;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;

}

.englishschool #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #69C;
	border-right-color: #69C;
	border-bottom-color: #69C;
	border-left-color: #69C;
	padding: 0px;
	background-color: #FFFFFF;

} 

.englishschool #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 125px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;

} 

.englishschool #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 */

}





/* Tips for sidebars:

1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 

2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".englishschool #sidebar1 p" rule.

3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.

*/

.englishschool #sidebar1 {
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	border-top-style: none;
	border-left-style: none;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}



.englishschool #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 200px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;

}





/* Tips for mainContent:

1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.

2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).

3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.

*/

.englishschool #mainContent {
	font-family: Verdana;
	margin-top: 0;
	margin-right: 24%;
	margin-bottom: 0;
	margin-left: 15%;
	border: medium none #F5F4F0;
	padding-left: 50px;
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;

}

h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #069;
	line-height: 28px;

}





.englishschool #footer {

	border: 1px none #000000;

	background-color: #FFFFFF;

	text-align: center;

	padding: 0;

} 

.englishschool #footer p {

	margin: 0;

	padding-top: 10px;

	padding-right: 0;

	padding-bottom: 10px;

	padding-left: 0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

}



/* Miscellaneous classes for reuse */

.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;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the 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 its child floats */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}









.englishschool #topmenu {

	background-color: #FFFFFF;

	text-align: right;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #CCCCCC;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #CCCCCC;

	padding: 0px;

}

.englishschool #topmenu a:link {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	text-decoration: none;

	padding-left: 3px;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #CCCCCC;

	padding-right: 3px;

	font-size: 9px;

}

.englishschool #topmenu a:visited {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	text-decoration: none;

	padding-left: 3px;

	padding-right: 3px;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #CCCCCC;

	font-size: 9px;

}

.englishschool #topmenu a:hover {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	padding-left: 3px;

	padding-right: 3px;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #CCCCCC;

	font-size: 9px;

	text-decoration: underline;

}

.englishschool #topmenu a:active {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	text-decoration: none;

	padding-left: 3px;

	padding-right: 3px;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #CCCCCC;

	font-size: 9px;

}

.sd1ontext {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #F60;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #006699;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	float: left;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #999999;
	background-color: #CCCCCC;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;

}

.sd2ontext {

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;

	color: #006699;

	border-bottom-width: 1px;

	border-bottom-style: none;

	border-bottom-color: #006699;

	padding: 4px;

	border-top-style: solid;

	border-right-style: none;

	border-left-style: none;

	width: 125px;

	float: right;

	font-size: 12px;

	border-top-width: 1px;

	border-top-color: #CCCCCC;

	background-color: #FFFFFF;

}



.englishschool #sidebar2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	padding: 4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	float: none;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;

}

.englishschool #sidebar2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	padding: 4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	float: none;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;

}

.englishschool #sidebar2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	padding: 4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	float: none;

}

.englishschool #sidebar2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	padding: 4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	float: none;
	background-color: #FFFFFF;

}

.sd2headtext {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-decoration: none;

	color: #006699;

	width: 133px;

	float: right;

	font-size: 10px;

	padding-top: 4px;

	padding-right: 0px;

	padding-bottom: 4px;

	padding-left: 0px;

	border: 1px none #CCCCCC;

	font-weight: bold;

	font-style: normal;

	text-align: center;

}

.sd1headtext {
	font-family: Verdana;
	text-decoration: none;
	color: #666;
	width: 125px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}



.englishschool #footer2 {

	text-align: left;

	padding: 0;

	border: 1px none #CCCCCC;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	background-color: #FFFFFF;

}

.copyrighttext {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;

}



.englishschool  #footer1  a:link {

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: underline;

	color: #006699;

	border-left-width: 1px;

	border-left-style: none;

	border-left-color: #333333;

	font-size: 10px;

	padding: 4px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

}

.englishschool  #footer1  a:visited {

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;

	color: #666666;

	border-left-width: 1px;

	border-left-style: none;

	border-left-color: #FFFFFF;

	font-size: 10px;

	padding: 4px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

}

.englishschool  #footer1  a:hover {

	font-family: Arial, Helvetica, sans-serif;

	color: #666666;

	border-left-width: 1px;

	border-left-style: none;

	border-left-color: #666666;

	font-size: 10px;

	padding: 4px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	text-decoration: none;

}

.englishschool  #footer1  a:active {

	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;

	color: #006699;

	border-left-width: 1px;

	border-left-style: none;

	border-left-color: #FFFFFF;

	font-size: 10px;

	padding: 4px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

}

h3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #666666;

	padding: 3px;

	border: 1px solid #CCCCCC;

}

.sd1headtexttop {
	font-family: Verdana;
	text-decoration: none;
	color: #666;
	width: 128px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}

.englishschool #sidebar2home {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 130px;
	padding-top: 0px;
	padding-right: 3;
	padding-bottom: 0px;
	padding-left: 3;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	margin: 0px;
	font-family: Verdana;
	font-size: 9px;
	list-style-type: square;
	list-style-position: inside;

}

img {
	border: 1px none #CCCCCC;

}





.englishschool #sidebar2home a:link {
	font-family: Verdana;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	float: right;
	font-size: 10px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #3A6699;

}

.englishschool #sidebar2home a:visited {
	font-family: Verdana;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	float: right;
	font-size: 10px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #3A6699;
	background-repeat: no-repeat;
	text-decoration: underline;

}

.englishschool #sidebar2home a:hover {
	font-family: Verdana;
	text-decoration: underline;
	color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-repeat: no-repeat;

}

.englishschool #sidebar2home a:active {
	font-family: Verdana;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #3A6699;
	background-repeat: no-repeat;
	text-decoration: underline;

}

.englishschool #map {

	font-family: Arial, Helvetica, sans-serif;

	margin-top: 0;

	margin-right: 24%;

	margin-bottom: 0;

	margin-left: 15%;

	border: medium none #F5F4F0;

	padding-left: 50px;

	line-height: 20px;

	font-size: 12px;

	background-color: #FFFFFF;

	font-weight: normal;

	color: #666666;

	float: left;

}

.englishschool #header2 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 125px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;

}

.englishschool #sidebar1map {

	width: 150px;

	font-family: Arial, Helvetica, sans-serif;

	color: #666666;

	font-weight: normal;

	border-right-width: 1px;

	border-right-style: none;

	border-right-color: #666666;

	border-bottom-width: 1px;

	border-bottom-style: none;

	border-bottom-color: #666666;

	background-color: #FFFFFF;

	border-top-style: none;

	border-left-style: none;

	padding: 0px;

	float: left;

	font-size: 10px;

	margin-top: 0px;

	margin-right: 6px;

	margin-bottom: 0px;

	margin-left: 20px;

}

.englishschool #topmenuhome {
	background-color: #FFFFFF;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 25px;
	padding: 3px;
	margin: 0px;

}
.englishschool #sidebar1arabic {
	width: 133px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
	border-top-style: none;
	border-left-style: none;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.englishschool #sidebar1arabic a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	float: left;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #999999;
	background-color: #FFFFFF;
	color: #006699;
	font-weight: bold;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #333333;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.englishschool #sidebar1arabic a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	float: left;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #999999;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.englishschool #sidebar1arabic a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #999999;
	background-color: #CCCCCC;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.englishschool #sidebar1arabic a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	width: 125px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-color: #999999;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.englishschool #topmenuhome a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #ffffff;
	width: auto;
	padding-right: 0px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding-left: 4px;
}
.englishschool #topmenuhome a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #ffffff;
	width: auto;
	padding-right: 0px;
	text-decoration: none;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding-left: 4px;
	border-left-width: 1px;
}
.englishschool #topmenuhome a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #930;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #ffffff;
	width: auto;
	padding-right: 0px;
	text-decoration: none;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding-left: 4px;
	border-left-width: 1px;
}
.englishschool #topmenuhome a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #ffffff;
	width: auto;
	padding-right: 0px;
	text-decoration: none;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding-left: 4px;
	border-left-width: 1px;
}
.englishschool #sidebar3 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 200px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
table {
	background-color: #CCC;
}
.texttable {
	font-family: Verdana;
	font-size: 10px;
	color: #333;
}
.texttablewhitehead {
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.texttablewhite {
	font-family: Verdana;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
.texttablewhitetimes {
	font-family: Verdana;
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
.englishschool #sidebarpr {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 250px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.englishschool #bottombar a:link {
	text-decoration: underline;
	color: #FFF;
}
.englishschool #bottombar a:visited {
	text-decoration: underline;
	color: #FFF;
}
.englishschool #bottombar a:hover {
	text-decoration: underline;
	color: #FFF;
}
.englishschool #bottombar a:active {
	text-decoration: underline;
	color: #FFF;
}
.englishschool #container #mainContent table tr td {
	color: #000;
}
.englishschool #header3 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 125px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

