html { 
	background: #d23939 url(red-3-bg.jpg) repeat-x top left;
}
body {
	color: #ccc;
	font-family: Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitsream Vera Sans", "Trebuchet MS";
}
a {
	color: #f48885;
	text-decoration: underline;
	text-shadow: none;
}
a:hover {
	color:#fff;
	text-decoration: none;
}
a:active {
	outline: 0;
	position: relative;
	top: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond;
}
h1 {
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.9);
}
h2 {
	color:#e0e4cc;
}
h3 {
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
	color:#f48885;
}
#cc-container {
	width: 100%;
	margin: 0 auto;
}
#cc-content {
	padding: 10px;
}
#cc-content-outer, #cc-content-inner, #cc-site-info, #cc-branding-inner {
	margin: 0 auto;
	width: 950px;
}
#cc-content-inner {
	background: transparent url(red-3-inner-bg.png) no-repeat top right;
	min-height: 645px;
}
#cc-site-info-outer {
	background: #911800 url(red-3-ftr-bg.png) repeat-x top left;
	min-height: 157px;
}
a.cc-calendar {
	color:#fff;
}
a.cc-calendar:hover {
	color:#f48885;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family: "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond;
	background:#d23939 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	border:none;
	color:#fff;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.45);
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#ac2020 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	color: #fff;
}
.group-sep {
	border-color: #d23939;	
}
.cc-btn-secondary {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
/***IE6***/
* html #cc-content {
	padding: 0px;
}
* html #cc-content-inner {
	min-height: 645px;
	height: auto !important;
	height: 645px;
	background: transparent url(red-3-inner-bg-ie6.png) no-repeat top center;
}
* html #cc-site-info-outer {
	background: #911800 url(red-3-ftr-bg.png) repeat-x top left;
	min-height: 157px;
	height: auto !important;
	height: 157px;
}
* html a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background: #d23939;
}
* html a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover {
	background:#ac2020;
}
.required-mark {color:#000;}
.error-primary, .error-secondary, .warning-primary, .warning-secondary {color:#E0E4CC;}