	body{
		background-image: url(images/bknd.gif);
		}
		
	table{background-color:#FFFFFF;}
		
	.header{
		background-image: url(images/header-bknd.gif);
		}
		
	.slideshow{
		background-image: url(images/slideshow-bknd.gif);
		line-height: 18px;
		font-size:12px;
		}
		
	.slideshow-text{
		margin: 25px 20px 20px 20px;
		line-height: 20px;
		}
		
	td{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;}
	
	
	h1 {
		line-height: 16px;
		font-weight:lighter;
		font-size: 18px;
		margin-top: 2px;
		margin-bottom: 6px;
		color: #666633;}
		
	h2 {
		line-height: 16px;
		font-weight:lighter;
		font-size: 18px;
		margin-top: 2px;
		margin-bottom: 6px;
		color: #666633;}
		
		#new{line-height: 20px;
			font-weight:lighter;
			font-size: 20px;
			margin-top: 12px;
			margin-bottom: 3px;
			color: #6e2100;}
		
	h3 {
		line-height: 16px;
		font-weight:lighter;
		font-size: 15px;
		margin-top: 2px;
		margin-bottom: 3px;
		color: #6e2100;}
		
	.indent{padding:25px;}
	
	.index-pic{padding-right:10px;}
	
	.lines{
	background-image:url(images/lines.gif); 
	background-repeat:repeat-x;}
		
		
	a:link {color: #666633; text-decoration: none;}
	a:visited {color: #666633; text-decoration: none;}
	a:hover {color: #6e2100; text-decoration: underline;}
	a:active {color: #666633; text-decoration: none;}
	
.nav{
	font-size: 16px;
	padding:5px;
	text-align: center;
	color:#663300;
	font-style: italic;
	}
	
	a.nav:link {color: #663300; text-decoration: none;}
	a.nav:visited {color: #663300; text-decoration: none;}
	a.nav:hover {color: #ffff99; text-decoration: underline;}
	a.nav:active {color: #663300; text-decoration: none;}
	
.top-nav1{text-align:right;
	background-image:url(images/top-nav-bknd.gif); 
	padding:5px;
	text-transform:uppercase;}

	a.top-nav:link{color: #ffffff; text-decoration: none; padding-right: 15px;}
	a.top-nav:visited {color: #ffffff; text-decoration: none; padding-right: 15px;}
	a.top-nav:hover {color: #ffffff; text-decoration: underline; padding-right: 15px;}
	a.top-nav:active {color: #ffffff; text-decoration: none; padding-right: 15px;}
	
#navcontainer{
	margin: 0px;
	padding: 0px;}

	#navcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;}

	#navcontainer ul li { float: left;}

	#navcontainer ul li a{
	text-decoration: none;
	line-height: 16px;
	background: url(images/nav-off.gif) no-repeat top left;
	font-size: 16px;
	color: white;
	text-transform: uppercase;
	float: left;
	height: 73px;
	width: 163px;
	text-align:center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

	#navcontainer li a:hover{
	background: url(images/nav-on.gif) no-repeat left top;
	color: #ffffff;}
	
	
.footer1{
	font-size: 10px;
	padding:3px;
	text-align: center;
	color:#ffffff;
	background-color: #666633;
	}
	
	a.footer:link {color: #ffffff; text-decoration: none; text-transform:lowercase;}
	a.footer:visited {color: #ffffff; text-decoration: none; text-transform:lowercase;}
	a.footer:hover {color: #99CCFF; text-decoration: underline; text-transform:lowercase;}
	a.footer:active {color: #ffffff; text-decoration: none; text-transform:lowercase;}
	
	
.indentmenu{
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
margin-bottom:15px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width:100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}

