#indexContainer {
	padding-bottom: 20px;	
}

#indexContainer #topCol {
	height: 10px;
	background: #22245f;	
}

#indexContainer #leftCol {
	float: left;
	width: 620px;
}

#indexContainer #rightCol {
	float: right;
	width: 360px;
	/*background-color: green;*/
}

#indexContainer #leftCol div.csc-header h1 {
	font-size: 14px;
	font-weight: bold;
	color: #22245f;
	text-transform: uppercase;
	margin: 20px 0px 10px 5px; 
}

#indexContainer #leftCol div.csc-textpic {
	margin-left: 5px;
}

#indexContainer #leftCol div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-imagerow {
	padding-top: 10px;
	padding-bottom: 10px;
}

#indexContainer #leftCol table.contenttable {
	background: url(../img/listbg.jpg);
	color: #ffffff;
	margin: 20px 0px 0px 5px;
}

#indexContainer #leftCol .contenttable h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

#indexContainer #leftCol .contenttable ul, #indexContainer #leftCol .contenttable ul li {
	list-style: url(../img/arrow.jpg);
	list-style-image: url(../img/arrow.jpg);
	list-style-position: inside;
}

#indexContainer #leftCol .contenttable ul li {
	line-height: 14px;
	margin-top: 2px;
}

#indexContainer #leftCol .contenttable ul li a:link, #indexContainer #leftCol .contenttable ul li a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
}

td#topLeft {
	width: 23px;
	height: 14px;
	background: url(../img/topLeft.jpg) no-repeat;
}

td#top {
	height: 14px;
	background: url(../img/top.jpg) repeat-x;
}

td#topRight {
	width: 23px;
	height: 14px;
	background: url(../img/topRight.jpg) no-repeat;
}

td#bottomLeft {
	width: 23px;
	height: 14px;
	background: url(../img/bottomLeft.jpg) no-repeat;
}

td#bottom {
	height: 14px;
	background: url(../img/bottom.jpg) repeat-x;
}

td#bottomRight {
	width: 23px;
	height: 14px;
	background: url(../img/bottomRight.jpg) no-repeat;
}

td#left {
	width: 23px;
	background: url(../img/left.jpg) repeat-y;
}

td#right {
	width: 23px;
	background: url(../img/right.jpg) repeat-y;
}
#indexContainer { background: #ebe9ea; }
