#maincontent #tabwrapper {
	/* min-height: 47.5em;*/ 
	/* margin: 0px 0px 0px 0px; */
	/* padding: 0px 0px 0px 0px;*/
	/* text-align: left; */ /* solves and IE problem */
	width: 859px;
}

* html #maincontent #tabwrapper {
	height: 		47.5em;
}

#maincontent #tabs {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	height:				32px;
	position:			relative;
	z-index:			2;

	/* background:			transparent url(http://www.ccdsf.com/images/publications/tab_off.gif) no-repeat left bottom; */
}
#normalpadalt #tabs {
	margin:				0px 0 0 0;
	/* background:			transparent url(http://www.ccdsf.com/images/publications/tab_off.gif) no-repeat left bottom !important;*/
}

#maincontent #tabs li {
	float:				left;
	display:			inline;
	padding: 			0px 0px 0px 0px;
	margin:  			0px 0px 0px 0px;
	width: 				282px;
	background:			#660000 /* url(http://www.ccdsf.com/images/publications/tab_off.gif) no-repeat left top*/;
	
	
}

#maincontent #tabs li a {
	float:				left;
	display:			inline;
	
	height:				32px;
	overflow:			hidden;
	font-size:			17px;
	font-weight:		bold;
	text-align:			center;
	padding:			0px 0px 0px 0px;
	width: 				282px;
	outline: 			none;
	color: 				#ffffff;
	background:			#660000 /*url(http://www.ccdsf.com/images/publications/tab_off.gif) no-repeat right top*/; 
}

#maincontent #tabs li a:hover {
	text-decoration:	none;
	color:				#ffffff;
}

#maincontent #tabs li.selected {
	background:			#99CC33 /* url(http://www.ccdsf.com/images/publications/tab_on.gif) no-repeat left top*/;
	
}

#maincontent #tabs li.selected a {
	color:				#333333;
	height:				32px;
	background:			#99CC33 /*url(http://www.ccdsf.com/images/publications/tab_on.gif) no-repeat right top*/;
}

#maincontent #tabcontainer {
	z-index:			1;
	padding-bottom:		0px;
	width: 				851px;
	
}

	
#maincontent #tabcontainer ul {
	padding: 15px 15px 0px 0px;
	margin-right: 0px;
	
}

	#maincontent #tabcontainer li {
	font-size: 15px;
	color: #666666;
	line-height: 20px;
	/* padding-bottom: 10px;*/ 
	
}

	#maincontent #tabcontainer li strong {
	font-size: 15px;
	color: #333333;
	
}

#maincontent #tabcontainer p {
	font-size: 15px;
	color: #666666;
	padding: 15px 5px 5px 20px;
	line-height: 20px;
	
}


#maincontent div.tabcontent {

	padding:			0px 0px 10px 0px;
	border-left:		1px solid #C7D5AE;
	border-right:		1px solid #C7D5AE;
	border-bottom:      1px solid #C7D5AE;
	/* width: 				851px;*/
}




#maincontent #tabcontainer #highlight {

			float:		left; 
			display:	block; 
			margin: 	0px 0px 0px 0px; 
			background-color: #99CC33;
			border-top: 4px solid #ffffff;
			width: 851px;
			color: #ffffff;
			font-size: 16px;
		}
		
		#maincontent #tabcontainer #highlight h1 {
			color: #ffffff;
			font-size: 15px;
			text-transform: uppercase;
			font-weight: bold;
			margin-top: 10px;

		}
		
		#maincontent #tabcontainer #highlight h2 {
			color: #ffffff;
			font-size: 18px;
			font-weight: bold;
     		margin: 10px 0px 0px 0px;
		}
		
		#maincontent #tabcontainer #highlight p {
			color: #333333;
			margin-top: 0px;
		}
		
		#maincontent #tabcontainer #highlight a {
			color: #ffffff;
			margin-top: 0px;
		} 
		
		

		
#maincontent #tabcontainer #highlight .date {

			color: #333333;
			font-size: 14px;

					
			}		

