#mainContent {
	border: 0px !important;
	/*border-bottom: 1px solid #bdbdbe !important;*/
	padding-bottom: 20px;
}
#mainContentInner {
	padding: 0px !important;
}

.col {
	width: 270px !important;
}
* html .col{
    width: 270px !important;
}

* html  div#latestNews .threeCol {
	width: 850px;
}

.tcol {
	position: relative;
}
.twocol {
	position: relative;
}

#latestNews {
	margin-top: 20px;
}

/*###################### Fader Content #######################*/

.fadeContent {
    position: relative;
    width: 850px;
    height: 280px;
    overflow: hidden;
}
.fadeContentInner {
	width: 848px;
	height: 248px;
	background: white;
	overflow: hidden;
	border: 1px solid #bdbdbe;
	position: relative;
}
.fadeContentInner .content {
	width: 808px;
	height: 208px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 20px;
	background: white; /* fix for ie cleartype problem after fade */
}

/*###################### Two Col #####################*/
.fadeContentInner .twoCol {
	width: 808px !important;
}
.fadeContentInner .twoCol .tcol {
	float: left;
}
.fadeContentInner .twoCol .tcol1 {
	width: 256px !important;
}
.fadeContentInner .twoCol .tcol2 {
	width: 532px !important;
	margin-left: 20px;
}

/*###################### Three Col #####################*/
.fadeContentInner .threeCol .col {
	width: 256px !important;
}
.fadeContentInner .threeCol .col2 {
	margin: 0px 20px;
}

/*################### Fader Menue #####################*/

.fadeContent #navLinks {
	margin-bottom: 15px;
}
.fadeContent #navLinks ul {
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
}
.fadeContent #navLinks li {
	float: left;
	margin-bottom: 5px;
	padding: 0px;
}
.fadeContent #navLinks a {
	text-decoration: none;
	color: #7c7c7c;
	height: 25px;
	padding: 0px 9px;
	display: block;
	line-height: 25px;
}
* html .fadeContent #navLinks a {
	width: 1px;
}
.fadeContent #navLinksInner {
	overflow: hidden;
}
#navLinks .act {
	background: #ddddde !important;
}
