body {
	background: url(images/DarkBackground.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	scrollbar-face-color: #1D7DFF;
	scrollbar-highlight-color: cccccc;
	scrollbar-3dlight-color: #458FF2;
	scrollbar-darkshadow-color: #999999;
	scrollbar-shadow-color: #0E62D4;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color:#1D7DFF;
	font-size: 13px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	border: 1px #000000 solid;
	background:#FFFFFF;
}
#header {
	background: url(images/InteriorHeader.jpg) no-repeat;
	margin: 0;
	padding: 0;
	height: 128px;
	width: 750px;
}
#topmenu {
	position:relative;
	padding-top:90px;
}
* html #topmenu  {
	padding-top:84px; /*style for IE*/
} 

#topmenu ul {
	position:relative;
}
#topmenu li {
	display: inline;
	float:right;
	border-left: 1px inset #000000;	
	list-style-type: none;
	padding: 0 15px 0 15px;
}
#topmenu li a {
	font:20px "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration: none;
}
#topmenu li a:hover {
	text-decoration:none;
	color:#000;
}
#headericon1 {
	padding:relative;
	margin-top:-109px;
}
* html #headericon1  {
	margin-top:-99px; /*style for IE*/
}
#headericon2 {
	padding:relative;
	margin-top:-120px;
}
* html #headericon2  {
	margin-top:-125px; /*style for IE*/
}
#headericon3 {
	padding:relative;
	margin-top:-130px;
}
* html #headericon3  {
	margin-top:-125px; /*style for IE*/
}
#headericon4 {
	padding:relative;
	margin-top:-110px;
}
* html #headericon4  {
	margin-top:-95px; /*style for IE*/
}
#headericon5 {
	padding:relative;
	margin-top:-120px;
}
* html #headericon5  {
	margin-top:-120px; /*style for IE*/
}
#headericon6 {
	padding:relative;
	margin-top:-80px;
}
* html #headericon6  {
	margin-top:-75px; /*style for IE*/
}
#headericon99 {
	padding:relative;
	margin-top:-115px;
}
* html #headericon99  {
	margin-top:-99px; /*style for IE*/
}
a {
	color: #1D7DFF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	margin: 5px 0px 0px 150px;
}
* html h3  {
	margin: -20px 0px 0px 150px; /*style for IE*/
}
#container {
	border-bottom:1px solid #000;
}
#left {
	float: left;
	width: 170px;
	padding-left:4px;
	padding-top:10px;
}
#nav {
	border: 1px dashed #1D7DFF;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:1px;
	width:158px;
}
#nav ul {
	padding:2px 2px;
	margin:0;	
	display: block;
}
#nav li {
	margin:0px;
	background-color: #1D7DFF;
	list-style-type: none;
	width: 148px;
	border:2px #CCCCCC solid;
	font-size: 14px;
	font-weight: 900;
	color:#FFFFFF;
}
#nav a
{	color:#FFFFFF;
	text-decoration:none; 
	font-size: 14px;
	display:block;
	width:148px;
}
#nav a:hover
{	color:#000000;
	text-decoration:none;
	font-size: 14px;
	background-color:#FFCC00;
}
#pow {
	width:152px;
	background-color:#CCCCCC;
	padding:2px;
	font-size: 13px;
}
#powborder {
	background-color: #FFFFFF;
	margin-top:20px;
	width:158px;
	padding:2px;
	border: 1px dashed #1D7DFF;
}
#right { 
	padding-top:10px;
	margin: 0;
	float: left;
	width: 560px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#content {
	padding:2px;
	border: 1px dashed #1D7DFF;
}
#calendar {
	margin-top:20px;
	border: 1px dashed #1D7DFF;
}
.calendarheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
/*START class calendar */
.calendarbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.calendarbodytitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.calendardate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
.whiteheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
}
.calendarbody a {	
	color:#FF0000;
	text-decoration:underline; 
	font-size: 10px;
}	
.schoolevent a {
	color:#1D7DFF;
}
/*END class calendar */
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	background-color: #CCC;
}
/*FORM START - http://www.websiteoptimization.com/speed/tweak/forms/ */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0 auto;
  padding: 0;
  width: 500px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
	padding: 10px;
	margin: 0;
	border: 1px solid #FFCC00;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/*FORM END */
table {
	width:100%;
	margin: 0 auto;	
}
table.syllabus {
	width:80%;
	text-align:center;
	border:0;
}
table.syllabus td {
	text-align:left;
	width:50%;
}
th {
	width:50%;
	text-align:center
}
.tdcenter {
	text-align:center;
}
.tdright {
	text-align:right;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1D7DFF;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1D7DFF;
	margin-left:10px;
	margin-top:2px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1D7DFF;
}
.Events {
	background-color: #FF0000;
	font-size: 14px;
	font-weight: 900;
}
.Events h4 {
	font-size: 14px;
	font-weight: 900;
	color: #FFF;
	padding:0px;
	margin: 0px;
}
.Homework {
	background-color: #1D7DFF;
	font-size: 14px;
	font-weight: 900;
}
.Homework h4 {
	font-size: 14px;
	font-weight: 900;
	color: #FFF;
	padding:0px;
	margin: 0px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width:750px;
	text-align:center;
	padding:2px 0;
	clear: both;
}
.bold {
	font-weight:bold;
}
/*HOMEPAGE STYLES */
.tdtop {
	background-color: #999999;
	background-image: url(images/imagerow2b.jpg);
	background-repeat: no-repeat;
}
.whiteback {
	background: #fff;
	font-weight:bold;
}table.logs {
	border-width: 1px;
	border-style: outset;
	border-color: #000;
	border-collapse: collapse;
	background-color: white;
	width:95%;

}
table.logs td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #000;
	background-color: white;

}
.centered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0 auto;
	width:100%;
	text-align:center;
}