/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-image: url(../images/links-grad.gif);
   width: 100%;
   margin: 0;
}

#nav-hr {
	height: 4px;
	background-color: #fcccb3;
}	   

#footer-hr {
	float: left;
	width: 720px;
	height: 3px;
	margin-top: 5px;
	background-color: #fcccb3;
}	

hr {
color: #fcccb3;
background-color: #fcccb3;
height: 3px;
border: #fcccb3;
}

a.linkGrey:active, a.linkGrey:link, a.linkGrey:visited, a.linkGrey:hover  {
	text-decoration: none; color: #666666;
}


.txtOliveSmall {
	color: #686300;
	font-weight: bold;
}

.txtOrangeLargeCAPS {
	font-size:20px;
	text-transform: uppercase;
	color: #F79034;	
}

.txtWhiteCAPS {
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

