/* ARC VTC Default Style Sheet -------------- */
body {
	background: #005e9e;
}
h1 {
	margin: 50px 0px 18px 0px;
}
/* Framing Elements ------------------------------- */
#contTop {
	background: #004485;
}
#contTop a:hover {
	color: #91b8d7;
}
#contTab {
	background: #881477 url(../img/imgContTab.png) repeat-x;
}
#tabCont ul li {
	background: url(../img/imgTabBckL.png) no-repeat;
}
#tabCont ul li span {
	background: url(../img/imgTabBckR.png) right top no-repeat;
}
#tabCont ul li.tContOn {
	background: url(../img/imgTabHvrL.png) no-repeat;
}
#tabCont ul li.tContOn span {
	background: url(../img/imgTabHvrR.png) right top no-repeat;
}
#banForm {
	background: transparent;
	height: 155px;
	top: 13px;
	width: 144px;
	left: 779px;
	margin: 0px 0px 0px 0px;
}
#contFtr {
	background: #005e9e url(../img/imgFtrBack.png) repeat-x;
}
/* accordion menu header styles ------------------- */
.accordion {
	background: #005e9e url(../img/imgAccrdOff.png) top no-repeat;
}
.accordOn {
	background: #005e9e url(../img/imgAccrdOn.png) top no-repeat;
}
