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

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

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

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

.RedOnPink {
	color: #d47aba;
	padding-bottom: 6px;
}

.txtWhiteOnBlue {
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #80a3b7;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.cellLightBlue {
	background-color: #e2f0f7;
}

.txtBlueSmallCAPS {
	font-size:16px;
	text-transform: uppercase;
	color: #80a3b7;
	line-height: 32px;
}

.txtBlueLargeCAPS {
	font-size:20px;
	text-transform: uppercase;
	color: #80a3b7;	
}
.txtOliveCAPS {

	text-transform: uppercase;
	font-weight: bold;
	color: #686300;
}
a.linkGrey:active, a.linkGrey:link, a.linkGrey:visited, a.linkGrey:hover  {
	text-decoration: none; color: #666666;
}

p {margin: 3px 0px}



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