body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.leftitem_backdrop
{
	width: 194px;
}

#subnav_content, .leftitem_content {
	margin: 0px;
	padding: 0px;
	width: 187px;
	z-index: 2;
	position: relative;
	left: 0px;
	top: 0px;
}

.leftitem_content
{
	padding: 5px;
}

#subnav_bottom, #subnav_bottom_alt {
	margin: 0px;
	padding: 0px;
	width: 187px;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
	opacity:0.9;
	background-image: url(../images/subnav_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	position: relative;	
}
#pagecontainer {
	text-align: left;
	padding: 0px;
	width: 936px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -468px;
	position: relative;
	left: 50%;
	top: 0px;
}
.legaltext {
	float: left;
}
#mainnav {
	margin: 0px;
	padding: 0px;
	width: 935px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#subnav_container, #subnav_container2 {
	margin: 0px;
	padding: 0px;
	width: 187px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 90px;	
}
#subnav_container2 {
	top: 200px;
}

#rightcolumn_container
{
	margin: 0px;
	padding: 0px;
	width: 234px; /* make sure this set correctly. You had one of the widths for one of the right column divs set to 187 */
	position: absolute;
	z-index: 1;
	left: 470px;
	top: 60px;

}
#rightcolumn_container p
{
	margin-left: 10px;
}
.rightcolumn_backdrop
{
	
	width: 234px;
	margin: 0px;
	padding: 0px;
	height: 10000px; /* extends background color far enough to enclose  
entire subnav, add this line*/
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;

}

/* This style is new, the whole block will need to be pasted in. You  
had the right column using a second instance of subnav_middle, which  
will not work because the width is too small and causing the cutoff).  
use this one instead.*/
#rightcolumn_middle {
	margin: 0px;
	padding: 0px;
	width: 234px;
	position: relative;
	height: 100%; /* makes sure subnav cuts off where it's supposed to,  
replace current height line with this line*/
	overflow: hidden; /* makes sure subnav cuts off where it's supposed  
to, add this line */
	background-image: url(../images/RightColumn_Background.gif);
}


#subnav_middle {
	background-color: #21B329;
	margin: 0px;
	padding: 0px;
	width: 187px;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	opacity:0.8;
	position: relative;
	height: 100%; /* makes sure subnav cuts off where it's supposed to, replace current height line with this line*/
	overflow: hidden; /* makes sure subnav cuts off where it's supposed to, add this line */
}
#Footer {
	color: #333333;
	text-align: right;
	width: 936px;
	margin-top: 10px;
	margin-left: -468px;
	padding-top: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #21B329;
	position: relative;
	left: 50%;
	top: 70px;
	font-size: 10px;
	font-weight: normal;
}
#content_container {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 722px;
	position: relative;
	left: 210px;
	top: 70px;
}
#contentblock_top {
	background-image: url(../images/contentblock_top.gif);
	margin: 0px;
	padding: 0px;
	height: 9px;
	width: 722px;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
	opacity:0.9;
	background-repeat: no-repeat;
	background-position: left top;
}
#contentblock_bottom {
	background-image: url(../images/contentblock_bottom.gif);
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 722px;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
	opacity:0.9;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#contentblock_middle {
	margin: 0px;
	padding: 0px;
	width: 722px;
	position: relative;
	height: 100%;  /*makes sure subnav cuts off where it's supposed to, replace current height line with this line*/
	overflow: hidden; /* makes sure subnav cuts off where it's supposed to, add this line */
}

#contentblock_backdrop {
	background-color: #21B329;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 10000px; /* extends background color far enough to enclose entire subnav, add this line*/
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
	opacity:0.9;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 9px; /* this helps fix the space issue at the top */
}

#duelingdevil {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 514px; /* corrects placement of dueling devil to work with background fix */
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
	opacity:0.3;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 50%; /* corrects placement of dueling devil to work with background fix */
	background-image: url(../images/bigdevil.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -257px; /* corrects placement of dueling devil to work with background fix */
}


#main_content {
	margin: 0px;
	width: 692px;
	z-index: 3;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.leftside_images {
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	left: 470px;
	top: 20px;
}
.attribute_tables {
	background-color: #06790E;
}
/* Used on schools page */
.attribute_tables2
{
	background-image: url(../images/attribute_bg.gif);
}
a:link {
	color: #FF9999;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FF9999;
}

#Footer a:link {
	color: #06790E;
	text-decoration: underline;
}
#Footer a:hover {
	color: #FF9999;
	text-decoration: underline;
}
#Footer a:visited {
	color: #06790E;
}
.titlestripe {
	margin: 0px;
	padding: 0px;	
}
