#topNav {
	background:#840000; /*System Change*/
}

#studentNav {
	background:#ecdcb6; /*System Change*/
}


/*** Right Box ***/
.rightBoxContent {
	border:1px solid #840000;
	border-top:0;
	border-bottom:0;
}

.rightBox .bar {
	border-bottom:solid 1px #840000;
	background:#840000;

}

.rightBox .bBorder {
	border-top:1px solid #840000;
	
}

/*** studentBox StudentSide ***/
.studentBox .bar {
	border-bottom:solid 1px #840000;
	background:#840000;
}

.studentBox .bBorder {
	border-bottom:1px solid #840000;
}

.studentBox .studentBoxBorder {
	border-left:1px solid #840000;
	border-right:1px solid #840000;
}

/*** Student Side Question Box Styles ***/
.studentQuestionBar .tBorder {
	border-bottom:1px solid #840000;
}


.studentQuestionBar .studentBoxBorder {
	border-left:1px solid #840000;
	border-right:1px solid #840000;
	background:#ecdcb6;
}


.studentQuestionBar .bBorder {
	background:#ecdcb6;
	border-bottom:1px solid #840000;
}


.studentBox .subTask {
	background:#ecdcb6;
}


.studentQuestionBar {
	background:#ecdcb6; /* System Controlled */
}


/*** Final Submit box ***/
.finalSubmitBox {
	background:#ecdcb6;
}


.finalSubmitBox .finalSubmitBoxBorder {
	background:#ecdcb6;
	border:1px solid #840000;
	border-top:0;
	border-bottom:0;
}


.finalSubmitBox .bBorder {
	background:#ecdcb6;
	border-bottom:1px solid #840000;
}

.finalSubmitBox .tBorder {
	border-bottom:1px solid #840000;
}


.studentBox .lTopCorner { background:url(../img/autumn/A_topLeft.gif) no-repeat 0 0; }

.studentBox .roundtop { background:url(../img/autumn/A_topRight.gif) no-repeat top right; }

.studentBox .bBox { background:url(../img/autumn/A_bottomRight.gif) no-repeat top right; }

.studentBox .borderWrap { background:url(../img/autumn/A_bottomLeft.gif) no-repeat top left; }

.rightBox .lTopCorner { background:url(../img/autumn/A_topLeft.gif) no-repeat 0 0; }

.rightBox .roundtop { background:url(../img/autumn/A_topRight.gif) no-repeat top right; }

.rightBox .bBox { background:url(../img/autumn/A_bottomRight.gif) no-repeat top right; }

.rightBox .borderWrap { background:url(../img/autumn/A_bottomLeft.gif) no-repeat top left; }

.studentQuestionBar .lTopCorner { background:url(../img/autumn/Q_topLeft.gif) no-repeat 0 0; }

.studentQuestionBar .rTopCorner { background:url(../img/autumn/Q_topRight.gif) no-repeat top right; }

.studentQuestionBar .bBox { background:url(../img/autumn/Q_bottomRight.gif) no-repeat top right; }

.studentQuestionBar .borderWrap { background:url(../img/autumn/Q_bottomLeft.gif) no-repeat top left; }

.finalSubmitBox .lTopCorner { background:url(../img/autumn/Q_topLeft.gif) no-repeat 0 0; }

.finalSubmitBox .rTopCorner { background:url(../img/autumn/Q_topRight.gif) no-repeat top right; }

.finalSubmitBox .bBox { background:url(../img/autumn/B_bottomRight.gif) no-repeat top right; }

.finalSubmitBox .borderWrap { background:url(../img/autumn/Q_bottomLeft.gif) no-repeat top left; }