#featuredLinks {
	position: relative;
	text-align: center;
}

#featuredLinks a {
	display: block;
	margin: 15px auto 0 auto;
	width: 120px;
	margin-bottom: 15px;
}

#featuredLinks a.FeatureBlock {
	border: 1px solid #157F0F;
	background: #157F0F;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	width: 114px;
}

#featuredLinks a.FeatureBlock:hover {
	text-decoration: none;
	background: #4EB74A;
}

.IndexContentContainer {
	float: left;
	width: 495px;
	padding-right: 10px;
}

#mainContentTable .mainColumnStretched {
	width: 660px;	
}

/* New Styling for the Index Page */

.IndexContent {
	float: left;
	height: 205px;
	width: 320px;
}
.IndexPageTitle {
	display: block;
	height: 40px;
	margin-top: 5px;
	overflow: hidden;
	width: 492px;
}
.IndexSideBar {
	background-color: #ffffff;
	float: right;
	width: 155px;
}
/*.IndexSideBarTitle {
	color: #2a8856;
	font-size: 14px;
	font-weight: bold;
}*/
.IndexContentContainer {
	/*height: 205px;*/
	width: 492px;
}
#IndexFeatureTbl {
	margin: 20px 0 0 0;
	clear: left;
}
.IndexText {
	background-color: #ffffff;
	display: block;
	float: left;
	margin-top: 5px;
	width: 315px;
}
.IndexPhotos {
	float: right; /* Fixes alignment in IE6 */
	height: 205px;
	overflow: hidden;
	width: 170px;
	margin-top: 10px;
}
.IndexPhotoTitle {
	background-image: url(../Images/photos/PhotoName.jpg);
	display: block;
	height: 20px;
	overflow: hidden;
	width: 492px;
	text-align: right;
	clear: left;
	margin-bottom: 10px;
}


/* SideBar Content */

.IndexSideBarItem {
	background-image: url(../Images/Template/Sidebar-Background.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 5px;
}
.indexSideBar p {
	margin-left: 7px;
	margin-right: 7px;
}
.IndexSideBar a,
.IndexSideBar a:hover,
.IndexSideBar a:visited {
	font-size: 11px;
}
.IndexSideBar a {
	margin-bottom: 10px;
	text-decoration: none;
}
.IndexSideBar a:hover {
	text-decoration: underline;
}
.IndexSideBarTitle {
	display: block;
	width: 137px;
	border-bottom: 1px solid #666666;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 8px;
	margin: 0 0 10px 0;
}
.IndexSideBarList {
	padding: 0px;
}
.IndexSideBar ul {
	font-size: 11px;
	margin: 0px 9px 0px 9px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
.IndexSideBar li {
	background-image: url(../Images/arrow-small.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	line-height: 14px;
	margin-bottom: 5px;
	padding-left: 8px;
	vertical-align: top;
}