.bodytext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #6A5C42;
}
.bodytext a{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #A82F00;
}
.bodytextbl {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #6A5C42;
}
.bodytextbl a{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #A82F00;
}
.bodytextwh {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #ffffff;
}
.bodytextwh a{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #ffffff;
}
.bodytextwhsm {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #ffffff;
}
.bodytextwhsm a{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #ffffff;
}
.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 20px;
	color: #000000;
}
body 
{ 
scrollbar-base-color: #A82F00; 
scrollbar-face-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-arrow-color: #A82F00;
scrollbar-highlight-color: #A82F00; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-shadow-color: #A82F00;
scrollbar-darkshadow-color: #ffffff; 
} 

  
/*
SPRITE NAV
----------------------------------------------------------*/


/* SPRITE NAVIGATION */
#menu {
	background: url(images/nav.jpg) top left no-repeat;					
	width: 900px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 136px;		/* Height of entire image */
	margin:0;
	padding:0;
}
#menu span { display: none; }
#menu li { 
	position: relative;
	float: left;
	list-style: none;
}
#menu li, #menu a { 
	height: 136px;			/* Each button must have the same height, define it here */
	display: block;
}

/* left - defines offset from left edge, will most likely just be 0 */
/* width - width of each button, they will each most likely be unique */
#menu-01 {left: 0px; width: 96px;}
#menu-02 {left: 4px; width: 97px;}
#menu-03 {left: 8px; width: 96px;}
#menu-04 {left: 12px; width: 98px;}
#menu-05 {left: 16px; width: 96px;}
#menu-06 {left: 20px; width: 97px;}
#menu-07 {left: 24px; width: 96px;}
#menu-08 {left: 28px; width: 96px;}
#menu-09 {left: 32px; width: 96px;}


/* Changed values should match "width" numbers specified above */
#menu-01 a:hover {background: transparent url(images/nav.jpg)   0px -136px no-repeat;}
#menu-02 a:hover {background: transparent url(images/nav.jpg) -100px -136px no-repeat;}
#menu-03 a:hover {background: transparent url(images/nav.jpg) -201px -136px no-repeat;}
#menu-04 a:hover {background: transparent url(images/nav.jpg) -301px -136px no-repeat;}
#menu-05 a:hover {background: transparent url(images/nav.jpg) -403px -136px no-repeat;}
#menu-06 a:hover {background: transparent url(images/nav.jpg) -503px -136px no-repeat;}
#menu-07 a:hover {background: transparent url(images/nav.jpg) -604px -136px no-repeat;}
#menu-08 a:hover {background: transparent url(images/nav.jpg) -704px -136px no-repeat;}
#menu-09 a:hover {background: transparent url(images/nav.jpg) -804px -136px no-repeat;}
