@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: #000;
}
.oneColElsCtr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	color: #FFF;
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000;
	width: 1024px;
	color: #FFF;
}.whitebg {
	color: #000;
	background-color: #FFF;
	font-size: 16px;
}
.gold {
	color: #FFE8B6;
	text-decoration: none;
	background-color: #000;
}
.links {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#linkbox {
	height: 33px;
	width: 1024px;
	background-color: #e50506;
}
#bgwhite {
	color: #000;
	background-color: #FFF;
	padding: 15px;
	margin: 15px;
}

#goldlink {
	color: #FFE8B6;
	background-color: #000;
	font-style: italic;
}
#thumbnail {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	padding: 2px;
	float: left;
	border: 1px solid #F00;
}

}
#news {
	color: #000;
	background-color: #CCC;
	float: left;
	margin: 2px;
	padding: 2px;
	width: 446px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	border: 3px solid #FFF;
}
#studentbillboard {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CCC;
	float: left;
	width: 550px;
	border: medium solid #000;
}


.noborder {
	border: none;
	
}
#videonews {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 450px;
	background-color: #CCC;
	color: #000;
}

a #noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



a:link {color:#ff0000; text-decoration: none;}      /* unvisited link */
a:visited {color:#ff0000}  /* visited link */
a:hover {color:#000}  /* mouse over link */
a:active {
	color:#000;
	float: none;
}  /* selected link */
#NEWSheader {
	width: 450px;
	text-align: center;
	background-color: #CCC;
	color: #000;
	font-family: "Comic Sans MS", cursive;
	font-size: 60px;
	font-style: oblique;
}
#SBentry {
	background-color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
}
.greybg {
	background-color: #666;
}

#teachermaincontent {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(TEACHERS/teacher_images/teacherbg.jpeg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
}
#teacherleft {
	float: left;
	height: 550px;
	width: 270px;
}
#teachernote {
	font-family: "Comic Sans MS", cursive;
	font-size: 32px;
	color: #FFF;
	height: 400px;
	width: 480px;
	float: left;
}

