body {
	color: #000;
}
h1 {
	letter-spacing:-1px;
}
h2 {
	color:#006cbc;
}
a {
	color:#000;
}
a:hover {
	color:#555;
}
#cc-branding-outer {
	min-height:10px;	
}
#cc-content-sub-outer {
	background: #e0eef3 url(basic-1-callout.jpg) no-repeat center top;
	border:1px solid #15a6e1;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, .2);
	width:318px !important;
}
#cc-site-info-outer {
	color:#15a6e1;
	border-bottom:1px solid #c7c7c7;
}
#cc-site-info a {
	color:#15a6e1;
}
#cc-siteinfo a:hover {
	color:#006cbc;
	text-decoration:none;
}
#cc-site-info a.cc-register,
#cc-site-info a.cc-register:hover {
	color:#fff;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	background:#15a6e1;
	color:#fff;
	text-shadow:none;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	border-color:#000 #fff #fff #000;
	background:#56C1EF;
	color:#fff;
}
.cc-btn-tertiary[disabled]:hover {
	border-color:#fff #000 #000 #fff;	
}
a.cc-calendar {
	color:#000;
}
.group-sep {
	border-color: #15a6e1;	
}
/****IE 6 height****/
* html #cc-branding-outer {
	height:10px;
}
