@charset "utf-8";
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-color: #FFDDDD;

}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-color: #000000;
} 
.twoColFixRtHdr #header {
	height: 200px;
	background-color: #FFFFFF;
	background-image: url(images/TeacherHeader.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
} 
.twoColFixRtHdr #container #sidebar1 .holly img {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixRtHdr #header h1 {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 42px;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5000px;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
.twoColFixRtHdr #container #mainContent .spec {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 25px;
	font-size: 14px;

} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFDDDD;

} 
.twoColFixRtHdr #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 */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #990000;
}
.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: 20px;
}
.twoColFixRtHdr #container #mainContent .features {
	list-style-image: url(images/Bullet.gif);
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-weight: normal;
	font-size: 18px;
	text-decoration: underline;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-size: 14px;
	font-family: "Trebuchet MS";
	line-height: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.twoColFixRtHdr #container #sidebar1 a {
	color: #990000;
}



.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;
}
.twoColFixRtHdr #container #footer a {
	color: #990000;
}
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}
.twoColFixRtHdr #container #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 25px;
	font-size: 14px;
}
.style10 {font-size: 14px; color: #000000; font-weight: bold; }
.twoColFixRtHdr #container #sidebar1 .newsletter {
	height: 350px;
	width: 160px;
	margin: 20px;
	background-image: url(images/newsletter.gif);
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #sidebar1 .newsletter .privacy {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: justify;
	color: #000000;
	line-height: 13px;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 5px;
	float: none;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.twoColFixRtHdr #container #sidebar1 .newsletter form {
	margin-bottom: auto;
}
.style11 {color: #006600}
.style12 {
	color: #990000;
	font-size: 24px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container #mainContent .comparebutton {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.twoColFixRtHdr #container #mainContent #VisitShop {
	margin-top: 5px;
	margin-bottom: 4px;
}
