/**************************************
Columns 
***************************************/
#pageWrapper{
	font-size: 100%;
	border:1px solid #d7cbbb ;
	margin: 10px auto;  	
	width: 825px;
	padding: 0px;
	text-align: left;
	clear: both;
	background: transparent;
}
#outerColumnContainer{
	background: #fff;		
	color: #000;
	z-index: 1;
	border-style: solid;
	border-width: 0 0 0 170px;	
	border-left-color: #fff;	/* left hand column background color */
	border-right-color: #fff;	/* right hand column background color */
}
* html #outercolumncontainer{
	/* IE5.0/Win fix for 1px whitespace between masthead and body. */
	margin-top: -1px;
	border-top: solid 0 transparent;
}
#innerColumnContainer{
	z-index: 2;
	width: 100%;	
}
* html #innerColumnContainer{
	position: relative;	/* fix a render bug in IE under certain   conditions */
}
#contentColumn{
	margin: 0 -1px; /* without this, boxes stop floating next to each other */
	width: 97%;
	background: #fff;		
	color: #36484c;;
	font-size: .9em;
	border-left: 1px solid #d7cbbb ;	
}
#leftColumn, #rightColumnHome, #contentColumn{
	float: left;
	position: relative;
	z-index: 3;
	overflow: visible;	/* fix for IE italics bug */
}
#leftColumn{
	width: 170px;
	margin: 0px 1px 0 -170px;	
	color: #36484c;;
	padding: 0 10px 10px 0px;
	font-size:.9em;
	background: #fff;	
}
.hide, #oldBrowserNotice, .ieSixCharDupBug{
	display: none;
}
html[xmlns] .mozclear{
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}
/* -AZ Index  -*/

.csc-menu3 ul{
	padding-left:0;
}

li.csc-section {
  	display:inline;
  	color: #666;
     	width: auto;        
     	background: transparent;
      	height: 22px;
	margin: 0;
	padding-left: 0;
}
li.csc-section a:link, li.csc-section a:visited {
         background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 7px;
	margin-right: -1px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}
li.csc-section a:link.active, li.csc-section a:visited.active {
	border: 1px solid #ccc;
	background: #d7cbbb ;
	color: #666;
}
li.csc-section a:hover {
	background: #d7cbbb ;
}
