#header {
	background: none;
	height: 90px;
	border-bottom: 14px solid #fff;
}
#content {
	background: #fff url(pics/contentIndex.gif) repeat-y center top;
	padding: 0 0 20px 0;
	width: 890px;
	margin: 0 auto;
	position: relative;
}
.banner {
	height: 511px;
	width: 892px;
	overflow: hidden;
	background-color: #fff;
	
}
.banner IMG {
	margin: 0 auto;
}
#column1 {
	width: 890px;
	height: 150px !important;
	position: absolute;
	top: 330px;
	left: 0px;
	background: url(pics/column1Index.gif) no-repeat left bottom;
	overflow: hidden;
}
HTML>BODY #column1 {
	background: url(pics/column1Index.png) no-repeat left bottom;
}
TABLE.indexBoxes {
	width: 875px;
	margin: 0 auto;
}
TABLE.indexBoxes H2 {
	margin: 0;
	padding: 0;
}
TABLE.indexBoxes P {
	margin: 0;
	padding: 0 10px;
}
.indexLinkRed,
.indexLinkGreen,
.indexLinkBlue {
	display: block;
	height: 35px;
	padding: 30px 0 0 10px;
	margin: 0;
}
A.indexLinkRed {
	color: #9c0000;
	width: 269px;
	background: url(pics/indexLinkRed.png) no-repeat left top;
}
A.indexLinkRed:hover {
	color: #9c0000;
	background: url(pics/indexLinkRed.png) no-repeat left -65px;
}
A.indexLinkGreen {
	color: #7d9c01;
	width: 285px;
	background: url(pics/indexLinkGreen.png) no-repeat left top;
}
A.indexLinkGreen:hover {
	color: #7d9c01;
	background: url(pics/indexLinkGreen.png) no-repeat left -65px;
}
A.indexLinkBlue {
	color: #0f9fd4;
	width: 275px;
	background: url(pics/indexLinkBlue.png) no-repeat left top;
}
A.indexLinkBlue:hover {
	color: #0f9fd4;
	background: url(pics/indexLinkBlue.png) no-repeat left -65px;
}
#main {
	width: 890px;
	float: none;
	margin: 0 auto;
}
.mainText {
	width: 570px;
	padding: 0 0 0 20px;
	float: left;
}
.right {
	display: block;
	width: 230px;
	padding: 0 20px 0 0;
	float: right;
}