@charset "utf-8";
/* CSS Document */

.indextable {
	background-image: url('images/indexbg.jpg');
	background-position:center;
}

.indextable .indextableColorTDLarge h1, .indextable .indextableColorTD h1, .indextable .indextableColorTD h2, .indextable .indextableColorTD h3 {
	color: #FFFFFF;
}
table.indextable td {
	/*	text-align: center;*/
	vertical-align: middle;/*
	padding-left:9px;
	border: 1px solid green;*/
	line-height:1.1em;
}
table.indextable td .bodytext{
width: 170px;
margin-left:8px;
}
table.indextable td * {
}

 table.indextable .largecol .bodytext, table.indextable .indextableColorTDLarge .bodytext{
 width:388px;
 }
 
.indextable .indextableColorTD {
	color: #FFFFFF;
}

table.indextable td { display:table-cell; width:200px; height:158px;}
.indextable .largecol, .indextable .indextableColorTDLarge  {
	width:393px; 
	padding-right:8px;
}
.indextable .indextableColorTDLarge { 
	color: #FFFFFF;
}

.topSpacer {
height:35px;
} 
