.clr { clear: both; }

p { width:95% }

			/*** titles ***/
h2 {font-size:1.8em; margin: .2em}

#page_bg {
  height: 100%;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	border: 0;
}
#page_bg_org {
  height: 100%;
	background: #4d5639;
	padding: 0;
	margin: 0;
	border: 0;
}

#center { text-align: center; }

#main_bg {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
  width: 860px;
  text-align: left;
}

#content_bg { margin: 0px 10px; }

#header {
	background:transparent  url(../images/ccslogo-charcoal.jpg) 0 0 no-repeat;
  margin-left: 20px;
	width: 800px;
	height: 150px;
  text-align:right;
  color:gray;
}
#topmenu, #footer {
	height: 30px; 
	/* background: #000;	*/
  background:transparent url( ../images/topmenu_bg.png ) left center repeat-x;
  margin-left: 30px;
  margin-right: 30px;
  margin: 10px 30px 10px 30px;
	text-align: center;
  overflow: hidden;
}

#topmenu ul { padding: 0; list-style: none; }

#topmenu li { margin: 0; float: left; height: 30px; padding: 0; }

#topmenu a:link, #topmenu a:visited {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 30px;
	color: #000;
	border-right: 1px solid #fff;
	border-bottom: 0;
}

#topmenu a:hover {
	background: #fff;
	border-right: 1px solid #fff;
	text-decoration: none;
	border-bottom: 0;
}

#content {
	float: left;
	width: 90%;
	border: 0px solid #c00;
	padding-top: 20px;
  margin-left: 20px;
  border:thin dotted #8D8D66;
}

.content-padding { width: 100%; padding: 0 15px 40px 15px; border:thin dashed #999 }

#footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	color: #999;
}

#content-pane .tab-page {
	
}

.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.modifydate {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: left;
}

h1, h3, .componentheading {
	font-size: 18px;
	text-align: inherit;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #9b9a87;
	margin: 10px 0 5px 0;
}

.contentheading {
  height: 40px;
  vertical-align: bottom;
	font-size: 22px;
 	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	width: 100%;
}

div.moduletable {
	margin-bottom: 20px;
}

a.mainlevel {
  display: block;
  /* border-bottom: 1px solid #ddd; */
}

a:link, a:visited {
	color: #c23f2d; 
	text-decoration: none;
	/* border-bottom: 1px dotted #c23f2d; */
}

a:hover {
	color: #76261B;
	border-bottom: 1px dotted #76261B;
}

HTML { height: 100%; margin-bottom: 1px; }

BODY { margin: 0px 0px 0px 0px; background: #ffffff; height: 100%; }

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #333333;
}

ul { margin: 0; padding: 0; list-style: none; }

ul li
{
	line-height: 20px;
	padding-left: 15px;
	padding-top: 0px;
  /*
	background-image: url(../images/blog_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
  */
}



.space_list {	
  width: 95%;
  line-height: 20px;
	padding-left: 15px;
	padding-top: 0px;
  margin-bottom:10px;
  border-bottom: thin dotted gray;
}


/* ---------------- unedited below here ----------------------*/

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #121A1D;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 0px #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #ff6600;
}
.offtab {
	background-color: #25343B;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 1px #9DA6B3;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cccccc;
}

.tabheading { background-color: #eeeeee; text-align: left; }

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

/* Horizontal Line */
hr { background: #999999; height:1px; border: 1px solid; }

strong { color: #333333; }
