

#frontpanescroll {
	width: 630px;
	height: 338px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;

	background-color: #76787b;
	color: #ffffff;
}

#frontpanesubscroll {
	width: 630px;
	height: 368px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;

	background-color: #76787b;
	color: #ffffff;
}

#statepanescroll {
	width: 160px;
	height: 260px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #76787b;
	color: #ffffff;
}

#careerspanescroll {
	width: 630px;
	height: 376px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #76787b;
	color: #ffffff;
}

/* this defines where the scrolling bar located on the div */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

/* this is the actual middle bar that moves up and down */
.vscrollerbar {
	width: 13px;
	background: #ffffff;
}

/* this is the background of the bar that the above rides on top of the base */
.vscrollerbase {
	width: 13px;
	background: #76787b;
}

/* these two are the ends of the bar that rides on top of the base */
.vscrollerbarbeg {
	width: 13px;
	height: 13px !important;
	background: #76787b;
}

.vscrollerbarend {
	width: 13px;
	height: 13px !important;
	background: #76787b;
}

/* these are the ends of the base that the bar rides on top of */
.vscrollerbasebeg {
	width: 13px;
	height: 12px !important;
	background: url(/wwwimages2/main_scroll_top.gif) no-repeat;
}

.vscrollerbaseend {
	width: 13px;
	height: 12px;
	background: url(/wwwimages2/main_scroll_bottom.gif) no-repeat;
}

/* the padding keeps the bar from rolling over the ends of the base bar */
.vscrollerbar {
	padding: 12px;
	z-index: 2;
}

/* horizonal attributes */
.hscrollerbase {
	height: 16px;
	background-color: white;
}

.hscrollerbar {
	height: 16px;
	background-color: black;
}

.hscrollerbar {
	padding: 28px;
	z-index: 2;
}

/* this is the bottom right corner box that scroll both h and v */
.scrollerjogbox {width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

