@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.twoColLgSide #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border: 1px solid #000000;
} 
.twoColLgSide #header {
	background-image: url(../images/header_080609.gif);
	height: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColLgSide #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 */
}
.twoColLgSide  #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColLgSide #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColLgSide #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.twoColLgSide #footer {
	padding: 0 10px 0 20px;
} 
.twoColLgSide #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 */
	text-align: center;
}
.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 */
	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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	position: relative;
}
#login {
	width: 225px;
	text-align: left;
	height: 135px;
	position: absolute;
	right: -3px;
	top: 20px;
}
#lostPassword {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FF9900;
	height: 105px;
	width: 200px;
	border: 2px solid #333333;
}
#menuBar {
	position: absolute;
	width: 649px;
	bottom: -36px;
	right: 155px;
	height: 37px;
}
#schoolVideoTour {
	height: 364px;
	width: 445px;
	margin-left: 110px;
}
#mpc5000Os2vid {
	height: 364px;
	width: 445px;
	margin-left: 110px;
}
#mpc5000BinVid {
	height: 364px;
	width: 445px;
	margin-left: 110px;
}
#newLessonVid3 {
	height: 364px;
	width: 445px;
	margin-left: 110px;
}
#login a {
	color: #FFFFFF;
	text-decoration: none;
}
#login a:hover {
	color: #CCCCCC;
}
#coverFlow {
	height: 350px;
	width: 650px;
}
#banners {
	height: 300px;
	width: 600px;
	margin-left: 24px;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border: 1px solid #000000;
	background-color: #333333;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	background-color: #FF0000;
	border: 1px solid #000000;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#sidebar a {
	text-decoration: none;
}
#joinSchool {
	height: 300px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	border: 1px groove #333333;
	padding-right: 5px;
	padding-left: 5px;
}
#lessonAd {
	height: 750px;
	width: 200px;
	border: 1px groove #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
#lessonAd2 {
	height: 630px;
	width: 200px;
	border: 1px groove #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
#lessonAd3 {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	height: 630px;
	width: 200px;
	border: 1px groove #000000;
	line-height: 20px;
}
#joinSchool a {
	color: #000000;
	text-decoration: underline;
}
#audioFile {
	position:absolute;
	top:3150px;
	width:99px;
	height:18px;
	z-index:1;
	right: 12px;
}
.saletext {
	color: #FF0000;
	text-decoration: blink;
}

