#ccbg    { background-image: url("images/CC_BG_tile01.gif"); background-repeat: repeat-x; visibility: visible; width: 100%; height: 186px;
	position: absolute;
	z-index: -1;
	top: 0;
}
#left_col    { visibility: visible; top: 0; left: 0; width: 319px; height: 100%;
	z-index: 1;
	background: url("images/CC_logo.gif") no-repeat;
	padding-top: 194px;
	position: absolute;
}

#navbar {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 174px;
	z-index: 0;
	background-image: url(images/nav_BG.jpg);
	padding-left: 300px;
	
}

body {
	background-color: #F4F3EF;
	margin: 0;
	padding: 0;
}

.navitem {
	float: left;
		text-transform: uppercase;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.navitem a {
	color: white;
	margin-left: 22px;
	margin-top: 6px;
	text-decoration: none;
	display: block;
	padding: 6px;
}

.navitem a:hover {
	color: orange;
}

#page {
	width: 520px;
	height: 531px;
	margin-top: 40px;
	position: absolute;
	left: 0;
	padding-left: 332px;
	padding-top: 24px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: white;
	padding-bottom: 10px;
}

*:first-child+html #page {
	width: 500px;
	}

.header {
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	color: #96908B;
	display: block;
	width: 500px;
	margin-top: 8px;
	margin-bottom: -8px;
}

.copy {
	width: 480px;
	margin-top: 12px;
	margin-bottom: 0;
	font: 0.8em/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
}

*:first-child+html .copy {
	width: 470px;
	margin-top: 12px;
	margin-bottom: 0;
	font: 0.8em/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
}

#copyright {
	width: 173px;
	height: 50px;
	position: absolute;
	top: 572px;
	left: 852px;
	padding: 10px;
	font: bold 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #8B8681;
}

*:first-child+html #copyright {
	left: 832px;
}

#selected {
	color: #4b4b4b;
	margin-left: 24px;
	margin-top: 6px;
	text-decoration: none;
	display: block;
	padding: 6px;
}

.embolden {
		font: bold 17px Georgia, "Times New Roman", Times, serif;
	color: #B7B198;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.chunky {
	text-transform: uppercase;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5a5a5a;
	display: block;
	text-align: center;
	width: 500px;
}

.sanspale {
	margin-top: 12px;
	margin-bottom: 0;
	color: #B7B198;
	font-weight: bold;
	line-height: 1.5;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
}

#page span.sanspale a {
	margin-top: 12px;
	margin-bottom: 0;
	font-weight: bold;
	line-height: 1.5;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	background-color: #B7B198;
	border: 2px solid #B7B198;
	width: 300px;
	margin-left: 100px;
}

#page span.sanspale a:hover {
	border-style: inset;
	border-color: #918c79;
}

.sansdarkcaps {
	color: #88847E;
	text-transform: uppercase;
	font: bold 12px/10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.copy a {
	color: #53504d;
}

.chunky a {
	color: #5a5a5a;
}

.embiggen {
	font-size: 20px;
	text-transform: lowercase;
}