#startPageContent
{
	
	float: left;
	display: inline;
	width: 932px;
	margin: 18px 0px 0px 23px;
}

#startMainPush{
	float: left;
	position: relative;
	width: 100%;
	height: 300px;
}
	#startMainPush img{
		border: none;
	}
	#startMainPush a{
		text-decoration: none;
	}

#startMainPushText{
	position: absolute;
	top: 80px;
	left: 25px;
	width: 380px;
	height: 200px;
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	color: #ffffff;
}

#ticker{
	position: absolute;
	top: 10px;
	left: 25px;
	width: 600px;
	height: 30px;
	/*background: pink;*/
}

#ticker TABLE TR TD{
	padding: 2px 15px 0px 0px;
	font-size: 10px;
	color: #ffffff;
}

#ticker TABLE TR.header TD{
	font-weight: bold;
}

/* PUSH ROW */
.startPushRow{
	float: left;
	display: inline;
	width: 930px;
	margin: 15px 0px 10px 0px;	
}

.startLeftColumn{
	float: left;
	display: inline;
	width: 372px;
	margin: 0px 0px 0px 0px;
}

.startRightColumn{
	float: right;
	display: inline;
	width: 556px;
	margin: 0px 0px 0px 0px;
}


.column{
	float: left;
	display: inline;
	margin: 0px 5px 2px 0px;
	padding: 0px 0px 10px 0px;
}

.bottomLine{
	border-bottom: 2px solid #e6e6e6;
}

.singleWidth{
	width: 180px;
}

.doubleWidth{
	width: 366px;
}

.trippleWidth{
	width: 546px;
}


.startPushTopBG{
	background: url(../img/bg_startPushTop.gif) repeat-x 0px 0px;
}

.startPushContent{
	margin: 7px 10px 0px 10px;
	font-size: 11px;
	color: #666666;
}

.startPushContent H1{
	margin: 0px 0px 15px 0px;
	font-size: 10px;
	text-transform: uppercase;
	/*color: #365f73; GREEN DESIGN*/
	color: #9c6b95;
}

.startPushContent H2{
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	/*color: #365f73; GREEN DESIGN*/
	color: #9c6b95;
}

.startPushContent P{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: url(../img/bg_linkArrowRed.gif) no-repeat 0px 4px;
	display: inline;
	color: #666666;
}

.startPushContent UL{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.startPushContent UL LI{
	padding: 0px 0px 0px 10px;
	font-size: 9px;/**/
	line-height: 11px;
	background: url(../img/bg_linkArrowRed.gif) no-repeat 0px 3px;
}

.startPushContent UL LI.pdfLink{
	background: url(../img/iconPDF_small.gif) no-repeat 0px 2px;
}

.startPushContent UL LI A{
	color: #c3003f;
	text-decoration: none;
}

.startPushContent UL LI A:hover{
	color: #333333;
}

/*
.startPushContent A.arrowLink{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #666666;
	background: url(../img/bg_linkArrowRed.gif) no-repeat 0px 4px;
}

.startPushContent A.arrowLink:hover{
	color: #af0039;
}
*/


.dateLinkList{
	margin: 0px 0px 0px 0px;
}

.startPushContent .dateLinkList{
	margin: 0px -10px 0px -10px;
}
.dateLinkList li
{
	clear:both;
	display:block;
	width:280px;
}

.dateLinkList UL{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.dateLinkList UL LI{
	float: left;
	position: relative;
	padding: 0px 0px 2px 78px;
	font-size: 9px;
	background: url(../img/bg_linkArrowRed.gif) no-repeat 0px 3px;
}

.dateLinkList UL LI SPAN{
	position: absolute;
	left :10px;
	top: 0px;
	font-size: 9px;
}

.dateLinkList UL LI A{
	color: #c3003f;
	text-decoration: none;
}

.dateLinkList UL LI A:hover{
	color: #333333;
}


/* JT added: Puff on startpage can have text and image separated*/
#puffBox {
    position:relative;
}
#puffBoxTxt{
    position:absolute;
	top:10px;
	left:0px;
    color: White;
    font-size: 10px;
    width: 167px;
    padding: 5px 5px 5px 8px;
}
#puffBoxTxt h2{
    font-size: 13px;
    margin: 5px 0px;
}
#puffBoxTxt a {
    color: white;
    text-decoration: none;
    background: url(../img/arrow_gray.jpg) no-repeat 0px 2px;
    padding-left: 8px;
}