body {
	color: #000;
	background: #fff url(abstract-2-bg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	font-weight: normal;
	color: #0F6034;
	text-shadow: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #DC534C;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9), 2px 2px 0 rgba(0,0,0,.2);
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 32px;
}
h2 {
	color: #DC534C;
	font-size: 22px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9), 2px 2px 0 rgba(0,0,0,.2);
	letter-spacing: 2px;
	font-weight: bold;
}
h3 {
	color: #8AC772;
	font-size: 20px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
	font-variant: small-caps;
}
#cc-container {
	background:#fff;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
#cc-branding-outer {
	background: #fff url(abstract-2-hdr.gif) no-repeat right top;
}
#cc-content-outer {
	min-height: 725px;
}
#cc-content-inner {
	overflow: hidden !important;
}
#cc-content-sub-outer {
	margin-top: 18px;
	background: #f9fcf7;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
#cc-content-sub-inner {
	color: #000;
}
#cc-site-info-outer {
	min-height: 51px;
	background: #fff url(abstract-2-ftr.gif) repeat-x bottom left;
}
.cc-divider {
	border-color:#0F6034;
}
a.cc-calendar {
	color: #0F6034;
}
a.cc-register, .cc-btn-primary, .cc-btn-secondary, .cc-btn-tertiary, .cc-btn-tertiary[disabled]:hover {
	font-family: Arial, Helvetica, sans-serif;
	background:#8AC772 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	color:#fff;
	border: none;
	font-size: 18px;
}
.cc-btn-tertiary, .cc-btn-tertiary[disabled]:hover {
	font-size: 16px;
}
a.cc-register:hover, .cc-btn-primary:hover, .cc-btn-secondary:hover, .cc-btn-tertiary:hover {
	background:#0F6034 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	color: #ffffff;
}
.group-sep {
	border-color: #000;
}
.cc-btn-secondary {
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
/***IE6***/
* html #cc-content-outer {
	height: auto !important;
	min-height: 725px;
	height: 725px;
}
* html #cc-branding-outer {
	height: auto !important;
	min-height:150px;
	height: 150px;
	overflow: hidden;
}
* html #cc-site-info {
	height: auto !important;
	min-height: 51px;
	height: 51px;
}
* html a.cc-register, 
* html .cc-btn-primary,
* html .cc-btn-secondary,
* html .cc-btn-tertiary {
	background:#8AC772;
	color: #fff;
}
* html a.cc-register:hover,
* html .cc-btn-primary:hover,
* html .cc-btn-secondary:hover,
* html .cc-btn-tertiary:hover {
	color: #fff;
	background:#0F6034;
}
