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

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

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

hr {
	color: #d1ecee;
	background-color: #d1ecee;
	height: 3px;
	border: #d1ecee;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

.txtCyanLargeCAPS {
	font-size:20px;
	text-transform: uppercase;
	color: #70cbd2;
}
.txtOliveCAPS {
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #686300;
}
.txtOliveNormal {
	font-size:12px;
	font-weight: bold;
	color: #686300;	
}
.txtWhiteCAPS {
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

p {margin: 10px 0px}

