@charset "utf-8";
body  {
	margin: 0;
	text-align: left; /* 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-size: 100%;
	background-color: #FFF;
	background-image: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
}
.thrColFixHdr #container {
	width: 860px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.Indentedsidebarcontent {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 5px;
	padding-left: 5px;
}

.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 224px;
	margin-top: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 10.7em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#weatherwidget {
	width: 10em;
	clip: rect(auto,1px,auto,1px);
}
.weatherwidget {
	width: 10.5px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 10.7em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
.linksforsidebar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-left: 5px;
	white-space: normal;
}

#sidebar2 p {
	text-align: left;
}
.thrColFixHdr #container #sidebar2 h4 {
	text-align: center;
}


.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #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 */
}
.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;
}
.thrColFixHdr #container #sidebar2 p {
	text-align: left;
	white-space: pre;
	margin: 0px;
	padding-left: 10px;
}
.thrColFixHdr #container #sidebar2 p {

}
.Table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}
.StudentPages {
	font-family: "Kristen ITC", "Comic Sans MS", sans-serif;
}
.studentresources {
	font-family: Georgia, Times New Roman, Times, serif;
}
.Smallertext {
	font-size: 16px;
}
a:link {
	color: #06F;
}
a:visited {
	color: #609;
}
a:hover {
	color: #3c0;
}
a:active {
	color: #ccc;
}
.tableforteacher {
	width: 510px;
}
.Tiny {
	font-size: x-small;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}
.green {
	color: #6C0;
}
.FlashNotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
.sidebarimage {
}
.imageleft {
	float: left;
	position: absolute;
	left: auto;
	right: auto;
	top: auto;
	height: 508px;
}
.imageright {
	float: right;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	width: 167px;
}
.tableelements {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
}
.imagecenter {
	padding-left: 200px;
}
.news {
}
.linklist {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: medium double #99BADD;
	text-align: center;
	background-color: #CCC;
	left: 200px;
	height: 150px;
	width: 450px;
	margin-right: 10px;
	margin-left: 120px;
}
.shelfariwidget {
	width: 500px;
	padding-left: 10px;
}
.heading3 {
	font-family: Verdana, Geneva, sans-serif;
}
.thrColFixHdr #container p {
	font-family: Verdana, Geneva, sans-serif;
}
.thrColFixHdr #container h3 {
	font-family: Verdana, Geneva, sans-serif;
}
.indentedletter {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	margin-top: 20px;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-left: 220px;
	font-size: small;
}
