#wrapperIndex{
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#336899;
}

#containerIndex{
	width: 760px;
	\width: 780px; /* for other IE versions */
	w\idth: 760px;
/*	height: 300px; */
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background:#336899 url('../images/containerIndex-bg.jpg') no-repeat;
}

#contentIndex{
	width: 760px;
	\width: 780px; /* for other IE versions */
	w\idth: 760px;
	height: 21em;
	margin: 0; padding: 0;
	background: url('../images/contentIndex-bg.jpg') no-repeat top left;
}
*html #contentIndex{ /* for IE */
	height: 300px;
}
.colLeftIndex{
	color: #FFF;
	float: left;
	width: 380px;
	\width: 390px; /* for other IE versions */
	w\idth: 380px;
	margin-top: 20px;
}
.colRightIndex{
	color: #2e4e6b;
	float: right;
	width: 380px;
	\width: 390px; /* for other IE versions */
	w\idth: 380px;
	margin-top: 20px;
}
.colLeftIndex div, .colRightIndex div {
	padding: 8px 20px 8px 10px;
}
.colLeftIndex h2, .colRightIndex h2 {
	font-family: Georgia, "New Times Roman", Times, serif;
	font-size: 110%;
	margin: 0;
	padding: 0;
	width: 300px;
	font-weight: normal;
	font-variant: small-caps;
	
}
.colLeftIndex h2{
	clear: both;
	color: #FFF;
	padding: 0;
	text-indent: -5000px;
	width: 350px;
	height: 30px;
	background: url('../images/h2-leftIndex-2.gif') no-repeat top left;
}
.colRightIndex h2{
	clear: both;
	color: #444;
	padding: 0;
	text-indent: -5000px;
	width: 350px;
	height: 30px;
	background: url('../images/h2-rightIndex-2.gif') no-repeat top left;
}

.colLeftIndex h3, .colRightIndex h3 {
	font-family: Georgia, "New Times Roman", Times, serif;
	font-size: 100%;
	margin: 10px 0 0 0; padding: 0 0 0 60px;
}
#contentIndex .colLeftIndex h3{
	height: 20px;
	background: url('../images/bullets/leftColArrow.gif') no-repeat 10% 50%;
}
#contentIndex .colRightIndex h3{
	color: #00689C;
	height: 20px;
	background: url('../images/bullets/rightColArrow.gif') no-repeat 10% 50%;
}
.colLeftIndex p, .colRightIndex p{
	font-size: 80%;
	margin: 0 30px 0 0 ; padding: 0 0 0 60px;
}
.colLeftIndex p {
	color: #DDD;
}
.colLeftIndex h3{
	color: #fff;
}