html {
	background: #fff;
}
body {
	color: #808195;
}
a {
	color:#808195;
}
a:hover {
	color:#25286e;
	color:rgba(128, 129, 149, .8);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
	letter-spacing:-1px;
}
h1 {
	color:#b9010f;
}
h2,
#cc-content h3,
#cc-branding-inner h3 {
	color:#25286e;
	text-shadow:1px 1px 0 rgba(0, 0, 0, .2);
}
h3 {
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
}
#cc-branding-outer {
	min-height:10px;
}
#cc-container {
	margin-top:0;
}
#cc-content-sub-outer {
	background:transparent url(white-3-asidebg.gif) repeat;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#cc-content-sub-inner,
#cc-content-sub-inner a,
#cc-content-sub-inner a:hover {
	color:#fff;
}
.cc-divider {
	background:#333;
	border-color:#fff;
}
a.cc-calendar {
	color:#fff;
}
a.cc-calendar:hover {
	color:#fff;
}
#cc-branding-inner a.cc-calendar,
#cc-content a.cc-calendar,
#cc-branding-inner a.cc-calendar:hover,
#cc-content a.cc-calendar:hover {
	color: #808195;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	background:#25286e;
	border:1px solid #25286e;
	color:#fff;
	text-shadow: 0 -1px 0 #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	color:#fff;
	background:#333897;
}
.group-sep {
	border-color: #25286e;	
}
span[title="Event.map"] img {
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
/****IE 7****/
*:first-child+html #cc-positioned-3 {
	display:none;
}
*:first-child+html #cc-site-info-outer {
	margin-top:0;
}
/****IE 6****/
* html #cc-positioned-3,
* html #cc-positioned-4 {
	display:none;
}
* html #cc-content-outer {
	background-image:none;
}
* html #cc-site-info-outer {
	background-image:none;
	margin-top:0;
}
* html #cc-site-info {
	position:static;
}
* html a.cc-register,
* html a.cc-register:hover {
	background-image:none;
}
