/* HOME TEASER */

#teaserContain .stTeaserContain {
	float: left;
	width: 225px;
	text-align: center;
	position: relative;
	padding-top: 8px;
}
#teaserContain .stTeaserTop {
	width: 225px;
	position: relative;
	left: 0px;
	top: 0px;
}
#teaserContain .stTeaserCo {
	width: 225px;
	position: relative;
	left: 0px;
	top: -20px;
	font-size: 15px;
	color: #4c4c4c;
	font-weight: bold;
}
#teaserContain .stTeaserCo p {
	margin: 0;
	padding: 0 6px 10px 8px;
}
#teaserContain .stTeaserCo .csc-textpic p {
	margin: 0;
	padding: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#teaserContain .stTeaserLink {
	width: 225px;
	position: relative;
	left: 0px;
	top: -20px;
	font-size: 12px;
	color: #8d8d8d;
}
#teaserContain .stTeaserLink a:hover {
	text-decoration: none;
}
#teaserContain .stTeaserA {
	font-size: 11px;
	text-decoration: none;
	color: #8d8d8d;
}

/* CONTENT TEASER */

.stTeaserContain {
	float: left;
	width: 220px;
	text-align: center;
	position: relative;
	padding-top: 8px;
}
.stTeaserTop {
	width: 220px;
	position: relative;
	left: 0px;
	top: 0px;
}
.stTeaserCo {
	width: 220px;
	position: relative;
	left: 0px;
	top: -20px;
	font-size: 15px;
	color: #4c4c4c;
	font-weight: bold;
}
.stTeaserCo p {
	margin: 0;
	padding: 0 6px 10px 8px;
}
.stTeaserCo .csc-textpic p {
	margin: 0;
	padding: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.stTeaserLink {
	width: 220px;
	position: relative;
	left: 0px;
	top: -20px;
	font-size: 12px;
	color: #8d8d8d;
}
.stTeaserLink a:hover {
	text-decoration: none;
}
.stTeaserA {
	font-size: 11px;
	text-decoration: none;
	color: #8d8d8d;
}

/* CONTENT TWO COLUMNS*/

.twoSpContain {
	overflow:hidden;
	width: 665px;
	position: relative;
}
.twoSpLeft {
	width: 330px;
	float: left;
	position: relative;
}
.twoSpRight {
	float: left;
	width: 330px;
	position: relative;
}
