body {
	background: #FFFFFF url(../images/headerbkg.jpg) repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;

}
a:link { color: #006699; text-decoration: none;}
a:visited  { color: #006699; text-decoration: none;}
a:hover { 	color: #FF9900; text-decoration: underline;}
img	{border:0;}

h1	{color: #006699; font-size:1.5em}
p{ line-height:1.4em;}
/* font formatting */
.blue_titles {
	line-height: 18px;
	color: #336699;
	font-weight:bold;
}

.grey_links {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
.bottom_links {
	font-size: 11px;
	line-height: 17px;
	color: #999999;
}


/*Containers*/

#header {height:130px;width:900px; margin:0px auto; }
	.logo {float:left;}
	#searcharea	{float:right; }

#maincontent {width:900px;margin:0px auto; clear:both; }

#leftcontent {float:left; width:200px;  }
	#class {background:url(../images/light_blue_box.jpg) repeat; border: #CCCCCC solid 1px; padding-left:10px; padding-top:10px; padding-bottom:10px; margin-bottom:10px;}
	.heading {border-bottom:#ccc solid 1px; padding-bottom:4px}
	.sidebar_links { line-height:20px; padding-bottom:5px;}

#newsletter { background:url(../images/blue_news_bkg.jpg) no-repeat; width:204px;}
.newslettertext {padding-left:15px;}

#rightcontent {float:left; width:665px; padding-left: 30px;}
#rightcontentHP {float:left; width:690px;}
	#midtitle	{background:url(../images/light_blue_box.jpg) repeat; border: #CCCCCC solid 1px; margin-left:10px; height:40px; padding-top:8px; }
	#about {float:left; width:324px; padding-left:20px;}
	#spotlight {float:right; width:344px;}
	#BOCESabout {float:left; width:324px; padding-left:20px;}
	#BOCESspotlight {float:left; width:344px; padding-left:20px;}
	.spottitle {float:right;}

#footer {clear:both; margin:0px auto; width:900px; font-size:.9EM; line-height:17px; color:#999999; border-top:#006699 solid 1px; border-bottom:#006699 solid 1px;}

#sidepanel {
  float:right;
  width:180px;
	  border: #666666 2px solid;
	  background-color:  #d5d4b8;
	  margin-left:5px;
	  margin-top: 5px;
	  padding-left:5px;
  }
tr.blue {
  background: #00f;
  color: #fff;
}
tr.odd {
  background: #ccc;
}