
/*PAGE PROPERTIES*/
.body_HP {
	margin-left: 0px;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #892D2D;
}

.body_Dst {
	margin-left: 0px;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A37F5D;
}
.body_EL {
	margin-left: 0px;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9B92B0;
}
.body_HS {
	margin-left: 0px;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #526A46;
}

/*PAGE STRUCTURE STYLES*/
/*School navigation link*/
#box_schoolnav {
	width:221px;
	height:90px;
	margin:0px;
	padding:0px;
}

/*Home page tables*/
.table_msthd {
	border-bottom: 6px solid #892D2D;
}
.table_content {
	border-bottom: 13px solid #787C6C;
}
/*Inside page tables*/
.table_msthdDst {
	border-bottom: 15px solid #D0AD8D;
}
.table_msthdEL {
	border-bottom: 15px solid #9989B8;
}
.table_msthdHS {
	border-bottom: 15px solid #8E8F7B;
}
.table_pgTitle {
	border-bottom: 11px solid #8A3535;
}
.table_contentDst {
	border-bottom: 13px solid #87603C;
}
.table_contentEL {
	border-bottom: 13px solid #5D5271;
}
.table_contentHS {
	border-bottom: 13px solid #485931;
}
.table_pgTopicDst {
	background-color:#87603C;
	height: 26px;
	margin:0px;
	padding:0px;
}
.table_pgTopicEL {
	background-color:#5D5271;
	height: 26px;
	margin:0px;
	padding:0px;
}
.table_pgTopicHS {
	background-color:#5B713E;
	height: 26px;
	margin:0px;
	padding:0px;
}

/*Background fills*/
/*Home Page*/
.bkgd_toplinksHP {
	background-color:#787C6C;
}
.bkgd_msthdSdsHP {
	background-image: url(../images/HP/bkrdfill.jpg);
	background-repeat:repeat-x;
}
.bkgd_LftColHP {
	background-color:#BDB9C5;
}
.bkgd_RtColHP {
	background-color:#AEAF99;
}
.bkgd_qlinks2HP {
	background-color:#787C6C;
}


/*District Template*/
.bkgd_toplinksDst {
	background-color:#8A3535;
}
.bkgd_msthdSdsDst {
	background-image:url(../images/InP/fpInPg_bkrdfill.gif);
	background-repeat:repeat-x;
}
.bkgd_msthdDst {
	 background-color:#D0AD8D;
}
.bkgd_msthdVrule {
	 background-color:#FFFFFF;
}
.bkgd_pgTitle {
	background-color:#A35151;
}
.bkgd_cntntShdwDst {
	background-image:url(../images/InP/fpInPg_shdwCntDst.gif);
}
.bkgd_LftColDst {
	background-color:#D1B398;
}
.bkgd_suptDst {
	background-color:#987859;
}
.bkgd_RtColDst {
	background-color:#DFC6AE;
}
.bkgd_qlinks2Dst {
	background-color:#987859;
}
/*Elementary Template*/
.bkgd_msthdSdsEL {
	background-image:url(../images/InP/fpInPg_bkrdfillEL.gif);
	background-repeat:repeat-x;
}
.bkgd_msthdEL {
	 background-color:#9989B8;
}
.bkgd_cntntShdwEL {
	background-image:url(../images/InP/fpInPg_shdwCntEL.gif);
}
.bkgd_LftColEL {
	background-color:#CEC1EB;
}
.bkgd_suptEL {
	background-color:#9185A9;
}
.bkgd_RtColEL {
	background-color:#BDB9C5;
}
.bkgd_qlinks2EL {
	background-color:#9185A9;
}

/*Jr/Sr High School Template*/
.bkgd_msthdSdsHS {
	background-image:url(../images/InP/fpInPg_bkrdfillHS.gif);
	background-repeat:repeat-x;
}
.bkgd_msthdHS {
	 background-color:#8E8F7B;
}
.bkgd_cntntShdwHS {
	background-image:url(../images/InP/fpInPg_shdwCntHS.gif);
}
.bkgd_LftColHS {
	background-color:#969775;
}
.bkgd_suptHS {
	background-color:#AEAF99;
}
.bkgd_RtColHS {
	background-color:#969775;
}
.bkgd_qlinks2HS {
	background-color:#AEAF99;
}




/*CONTENT LAYOUT & FORMATTING STYLES*/
.pic_tableRt {
	margin: 3px 20px 3px 6px;
	padding: 0px;
	float:right;
	border-left: 1px solid #DE9D1E;
}
.pic_captndRt {
	margin: 0px 0px 0px 6px;
	padding: 0px;
}
.pic_tableLft {
	margin: 3px 6px 3px 20px;
	padding: 0px;
	float:left;
	border-right: 1px solid #DE9D1E;
}
.pic_captndLft {
	margin: 0px 6px 0px 0px;
	padding: 0px;
}
.pic_nocaptLft {
	margin: 3px 6px 6px 0px;
	padding: 0px;
	float:left;
}
.pic_nocaptRft {
	margin: 3px 0px 6px 6px;
	padding: 0px;
	float:right;
}

