@charset "utf-8";
/* CSS Document */

body {background:#a3833a url(../images/index/bgtile.jpg) repeat-x;}

a:link{color: #006699; text-decoration:none;}
a:active{color: #006699; text-decoration:none;}
a:visited{color: #006699; text-decoration:none;}
a:hover{color: #999999; text-decoration:none;}

.menubackground {}

/*
*	TEXT HEAVY PAGES STYLE
*/

h3 { color:#111111}

.boxheading { background-color: #FFCC00; 
/**background:url(../images/index/box-header-center.png);*/}
.textcontent { border-color: #FFCC00; 
background:url(../images/index/box-body-center.png); 
}

/*** START OF BODY ***/

/*** END OF BODY ***/


/*** START OF FOOTER ***/

.footer{height:90px;}

	#smallScroller
	{
		background:url(../images/shadebody.png);
		width:960px;
		height: 90px;
		position: relative;
		margin: 5px 0;
	}
	
	#smallScroller div.scrollableArea *
	{
		display: block;
		position: relative;
		float: left;
		padding: 0;
		margin: 0 4px;
	}
	
	div.scrollingHotSpotLeft
	{
	min-width: 8px;
	}
	
	div.scrollingHotSpotLeft img
	{
	position:absolute;
	left:10px;
	top:5px
	}

	div.scrollingHotSpotRight img
	{
	position:absolute;
	left:20px;
	top:5px
	}
	
	
	div.scrollingHotSpotRight{
	min-width: 8px;
	text-align:right;
	}

/*** END OF FOOTER **