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

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

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

hr {
	color: #DBDFA3;
	background-color: #DBDFA3;
	height: 4px;
	border: #DBDFA3;
	height: 3px;

}

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

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

.txtGreenLargeCAPS {
	font-size:20px;
	text-transform: uppercase;
	color: #AFBD22;	
}

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

p {margin: 6px 0px}
