body {
	font-size: 14px;
	background: #ccc url(elegant-1-bg.gif) repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4d4d4f;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
a {
	font-weight: normal;
	color: #ee2869;
	text-shadow: none;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h3 {
	color: #ee2869;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 20px;
	color:#999;
}
h3 {
	position: relative;
	left: -10px;
	*left: 0px;
	font-size: 18px;
}
h3:before, h3:after {
	content: url(elegant-1-icon.gif);
	padding: 0 10px;
}
#cc-container {
	width:100%;
	margin-top:0;
	margin-bottom: 0;
}
#cc-content-outer {
	min-height: 725px;
	background: #fff;
	width: 950px;
	margin:0 auto;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 10px 20px -10px rgba(0,0,0,.7), 0 10px 30px -10px rgba(0,0,0,.2);
}
#cc-content-inner {
	margin-top: 25px;
}
#cc-content-sub-inner {
	padding-top: 0px !important;
}
#cc-branding-outer {
	min-height: 125px;
}
#cc-branding-inner {
	padding-top: 0 !important;
	width: 950px;
	margin:0 auto;
}
#cc-branding-inner img {
	padding-top: 10px !important;
}
#cc-site-info {
	padding: 0px !important;
}
.cc-divider {
	border-color:#eddcc7;
}
a.cc-calendar {
	color: #999;
}
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: Georgia, "Times New Roman", Times, serif;
	background:#ee2869 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	box-shadow: 2px 2px 2px rgba(204, 204, 204, .65);
	-moz-box-shadow: 2px 2px 2px rgba(204, 204, 204, .65);
	-webkit-box-shadow: 2px 2px 2px rgba(204, 204, 204, .65);
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
	font-weight: bold;
	font-size: 12px;
	border:none;
	color:#fff;
}
a.cc-register:hover, .cc-btn-primary:hover, .cc-btn-secondary:hover, .cc-btn-tertiary:hover {
	background:#f1135c url(../../common/images/regbtn-overlay.png) repeat-x center top;
	color: #fff;
}
.group-sep {
	border-color: #ee2869;
}
.cc-btn-secondary {
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
/***IE6***/
* html #cc-site-info-outer {
	height: auto !important;
	min-height: 50px;
	height: 50px;
}
* html #cc-content-outer {
	height: auto !important;
	min-height: 725px;
	height: 725px;
}
* html #cc-branding-outer {
	height: auto !important;
	min-height:125px;
	height: 125px;
	overflow: hidden;
}
* html a.cc-register, .cc-btn-primary, .cc-btn-secondary, .cc-btn-tertiary, a.cc-register:hover, .cc-btn-primary:hover, .cc-btn-secondary:hover, .cc-btn-tertiary:hover {
	background-image: #none;
}
* html a.cc-register, .cc-btn-primary, .cc-btn-secondary, .cc-btn-tertiary {
	background-color: #ee2869;
	color: #fff;
}
* html a.cc-register:hover, .cc-btn-primary:hover, .cc-btn-secondary:hover, .cc-btn-tertiary:hover {
	color: #fff;
	background:#f1135c;
}
