/* styles for Exec Ed pages */

.edi-link-button a {
	display: block;
	padding: 7px;
	background-image: url(../images/edi-brown-grad.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.edi-link-button a:hover {
	background-image: url(../images/edi-red-grad.gif);
	background-color: #660000;
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF !important;
	text-decoration: none;
}

.edi-link-button a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.edi-secondary-header {
	margin-top: 25px !important;
}

.edi-sub-heading {
	color: #927954;
	font-size: 12px;
	font-weight: bold;
}

.register a {
	display: block;
	width: 120px;
	background-color: #660000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 2px 5px;
}
.register a:hover {
	background-color: #927954;
}
