body {
	background: url(blue-1-emhdr.png) repeat-x left top;
	background-color: #51616a;
	color: #b9d7d9;
}
a {
	color: #aac6e1;
}
a:hover {
	color:rgba(150, 172, 194, .8);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	color:#fff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
}
h2 {
	color:#fff;
	font-weight:bold;
}
h3 {
	color:#aac6e1;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}
/*#cc-container {
	margin-top: 30px;
}*/
#cc-branding-outer {
	min-height:10px;
}
#cc-content-sub-outer {
	background: #6c777d;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
	border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
}
/*#cc-content-sub-inner {
	padding: 15px;
}
*/
.cc-divider {
	background:transparent;
	border-color:#b9d7d9;
}
a.cc-calendar {
	color:#aac6e1;
}
a.cc-calendar:hover {
	color:rgba(150, 172, 194, .8);
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family:Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #353c41 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	border:none;
	color:#fff;
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#3d4b54 url(../../common/images/regbtn-overlay.png) repeat-x center top;
}
a.cc-register:after {
	content: " \2192";
}
.cc-btn-secondary {
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
.group-sep {
	border-color: #B9D7D9;	
}
/***IE6***/
* html #cc-branding-outer {
	height:10px;	
}
* html a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background: #353c41;
}
* html a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover {
	background:#3d4b54;
}
