body {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans";
	color: #333;
	background: #3399cc url(spring-2-bg.jpg) no-repeat center top;
}
a {
	color: #0033ff;
	font-weight: bold;
	text-shadow: none;
}
a:hover {
	text-decoration: none;
	text-shadow: none;
}
h2,
h3,
h4,
h5,
h6 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans";
}
h1 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans";
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	color:#ffff33;
	font-weight: bold;
}
h2 {
	color: #0033ff;
	font-weight: bold;
}
h3 {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	color:#ffff33;
	font-weight:bold;
}
#cc-container {
	margin-top:0;
}
#cc-branding-outer {
}
#cc-content-outer {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: transparent url(spring-2-inner-bg.png) no-repeat top center;
	min-height: 618px;
}
#cc-site-info-outer, #cc-site-info-outer a, #cc-site-info-outer a:visited {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.cc-divider {
	border-color:#000;
}
a.cc-calendar {
	color:#0033ff;
	text-decoration: underline;
}
a.cc-calendar:hover {
	text-decoration: none;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans";
	background:#b1cdc8 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(153, 153, 153,  0.9);
	border:none;
	color:#fff;
	}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#b7d6d0 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	color: #fff;
}
.group-sep {
	border-color: #b1cdc8;	
}
.cc-btn-secondary {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
* html #cc-content-outer {
	min-height: 618px;
	height: auto !important;
	height: 618px;
	background: transparent url(spring-2-inner-bg-ie6.png) no-repeat top center;
}
* html a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background: #b1cdc8;
}
* html a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover {
	background:#b7d6d0;
}
