
	table.Tagline td{
		font-size:64px;
		font-family:Arial, Helvetica, sans-serif;
		color: #B8D0D6;
	}

	#Greeting {
		font-family: Arial; 
		font-size: .8em; 
		color: #7C3E37;
		padding: .2em .2em .2em .2em;
	}
	
	#Greeting a, a:visited {
		color: #7C3E37;
	}
	
	body {
		background-color: #C6B58F;}

/* Kendalls Website CSS */
	#kbuttons {
		width: 10em;
		/*padding: 0 0 1em 0;
		margin-bottom: 1em;*/
		color: #8A544C;
		font-weight: bold;
		font-family: Arial, Verdana, 'Trebuchet MS', 'Lucida Grande',
		   Lucida, Geneva, Helvetica, sans-serif;
		text-align: left;
		z-index: 1;}
		
	#kbuttons a, a:visited {
		/* Color for visited links */
		color: #8A544C;}
	#menubg {
		background-image: url(/images/bbw_bg.gif);
		background-position: 0em 4.25em; 
		background-repeat:no-repeat;
		border: 3px solid #D7E4EC; 
		width: 719px; 
		background-color: white;}
	#kbuttons ul {		
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;}
	#kbuttons li {
		margin: 0;}
	#kbuttons li a {
		display: block;
		padding: 5px 5px 2px 0.5em;
		text-decoration: none;
		width: 100%;}
	#kbuttons ul li.here a {
		/* Color for the current page link */
		color: #9AC7DD;}
	#kbuttons ul li a:hover {		
		/* Rollover color for the page link. Should probably be the same as submenu rollover and current */
		color: #9AC7DD;
	}
	#kbuttons ul li ul {
		font-size: 12px;
		font-weight: normal;
		list-style: none;
		margin: 0;
		padding-left: 1em;
		border: none;}
	#kbuttons ul li ul li {
		margin: 0;
	}
	#kbuttons ul li ul li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		text-decoration: none;
		width: 100%;
	}
	#kbuttons ul li.here ul li a {
		/* Color of the current page submenu link */
		color: #8A544C;
	}
	#kbuttons ul li ul li.here a {
		/* Color of the current submenu link */
		color: #9AC7DD;
	}
	#kbuttons ul li ul li a:hover {
		/* Rollover color for the submenu link. Should probably be the same as above */
		color: #9AC7DD;
	}
	html>body #kbuttons li a {
		width: auto;
	}
	
	table.headerborder{
		border-bottom: .35em solid #C6B58F;
		padding: 0em;
		margin: 0em;
	}
	div.bodybox{
		scrollbar-face-color: #B8D0D6; 
		scrollbar-shadow-color: #C6B58F; 
		scrollbar-highlight-color: #B8D0D6; 
		scrollbar-3dlight-color: #B8D0D6; 
		scrollbar-darkshadow-color: #B8D0D6; 
		scrollbar-track-color: #E9E4DB; 
		scrollbar-arrow-color: E9E4DB; 
		overflow: auto;
		width: 100%;
		height: 193px;
		background-color:#E9E4DB; 
		font-family: Arial; 
		font-size: .8em; 
		color: #7C3E37;
		text-align: left;
	}
	
	div.bodybox h4 {
		padding-top: 1.5em;
		margin-bottom: 0em;
	}
	
	
	#maintext table tr td {
		border-right: 1px solid white;
		padding: .15em .15em .15em .15em;
	}
	
	#maintext table tr.title td {
		font-style: italic;
		color: white;
		background-color: #7BB2C6;
	}