/* Redefined html tags*/

body {
	scrollbar-3dlight-color:#808080;
	scrollbar-arrow-color:#000;
	scrollbar-base-color:#FC3;
	scrollbar-darkshadow-color:#000;
	scrollbar-face-color:#FC3;
	scrollbar-highlight-color:#CCC;
	scrollbar-shadow-color:#808080;
	background-color: #FC3;
	margin:0px;
	padding:0px;
}
a {
	color: #996;
	text-decoration:none;
}
a:hover{	
	color:#FC3;
}
p {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}


/* Table Styles */

.blackStyle {
	color:#FFF;
	background-color:#000;
}
.tableHeading {
	line-height:18px;
	color:#333300;
	font-weight:bold;
	margin: 0px 10px 0px 0px;
}
.darkKhakiBackground {
	background-color:#663;
}
.lightKhaki {
	color:#333;
	background-color:#9A9967;
	padding: 0px;
}
.darkKhaki {
	color:#cc9;
	background-color:#663;
}
.darkKhaki h1 {
	color:#330;
}


/* Other */

.content {
	padding: 12px;
}
.slogan {
	margin: 10px 0px 0px 50px;
}
.logo {
 	margin: 0px 0px 0px 3px;
}
.vLine {
 	background-color:#737373;
	height:128px;
}
.spacerTop {
 	margin: 15px 0px 0px 0px;
}
.spacerBelow {
	padding:0px 0px 30px 0px;
}


/* Scroll Bar Styles - the width for when adding additional images is defined in .dmxlcontent, so just divide that number by how many items in scroller to get exact individual width (around 121px...) */


#dmx1Scroller {position:relative; top:-5px; left:0px; width:670px; height: 105px; z-index:100; visibility:visible; overflow:hidden; }
#dmx1Back {position:absolute; left:8px; top:92px; width:11px;}
#dmx1Slider {position:absolute; left:18px; top:92px; width:632px;}
#bg1Slider {background-image:url(../images/scroller/0023h_scrollermid.gif); background-repeat:repeat-x; }
#dmx1Thumb {
	position:absolute;
	left:20px;
	top:92px;
	width: 30px;
	padding: 0px 2px 0px 0px;
}
#dmx1Forth {position:absolute; left:650px; top:92px; width:11px;}
#dmx1Container {position:absolute; left:7px; top:7px; width:656px; height:92px; visibility:visible; clip:rect(0px 656px 92px 0px); overflow:hidden; }
.dmx1Content {position:absolute; left:656px; top:0px; width:1576px; }
.dmx1Content td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#A1E63D; }
#dmx1Content1 {position:absolute; left:0px; top:0px; }

 
/* Div styles*/

#optTop {
	position: absolute;
	visibility: visible;
	width: 100px;
	height: 100px;
	left: -500px;
	top: 0px;
	overflow: hidden;
}
#optBottom {
	position: absolute;
	visibility: visible;
	width: 100px;
	height: 100px;
	left: -500px;
	top: -300px;
	overflow: hidden;
}
/* one of these needs to be added for each item in scrollers text */
#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text9, #text10, #text11, #text12, #text13 {
	position: relative;
	left: 0px;
	top: 172px;
	padding: 0px;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	overflow: hidden;
	width: 155px;
	text-align: right;
}
.arrowStyle {
	margin: 0px 0px 3px 0px;
}
.noFlashText {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;	
}
.noFlashText a {
	color:#666;
}
.noFlashText a:hover {
	color:#666;
	text-decoration:underline;
}