/* ********************* INEWS STORY DISPLAY ********************* */

.storyContent, #homePageStory {
	font-size:0.8em;
	padding:0 0.5em;
	line-height:1.5em;
}

#contentColumn h2, #contentColumn h3, #contentColumn h4,
#contentColumn h5, #contentColumn h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
#contentColumn h2 {
	margin:0 0 10px 0;
	padding:0.5em 0.0em 0.1em 5px;
	font-size:1.4em;
	color:#000000;
    background-repeat:no-repeat;
}

#contentColumn h2.show123 {
	padding-left:5px;
	background-repeat:no-repeat;
	background-position:left;
}


#contentColumn h3 {
	font-size:1.4em;
	color:#000;
    background-repeat:no-repeat;
}
#contentColumn h4 {
	margin:0 0 10px 0;
	padding:0.3em 0.0em 0.3em 0.3px;
	font-size:1.8em;
	color:#000;
    background-color:#66FF00;;
    text-align:center;
    display:block;
}
#contentColumn #lenders img {
    padding-left:3px;
    margin-left:auto;
    margin-right:auto;
}
#iNews ul li {
	margin-top:0.5em;
}

/* *** BOTTOM LINKS *** */
#iNews #bottomLinks {
	clear:both;
	margin:1.5em 0.5em 0.5em 0.5em;
	border-top:1px solid #000;
	padding:0.5em 0 0 0;
	list-style:none;
	font-size:0.7em;
}
#iNews #bottomLinks li {
	margin:0;
	list-style:none;
	display:inline;
	padding:0 0.5em;
	border-left:1px solid #000;
	line-height:1.2em;
}
#iNews #bottomLinks li.first {
	border-width:0;
	padding:0 0.5em 0 0;
}



.story123Fundraising table {
    margin-left:10px;
}
.story123Fundraising th {
    border:0px solid #FFF;
    vertical-align:bottom;
}
.story123Fundraising td {
    border:1px solid #000;
}
.story123Fundraising td p, .story123Fundraising th p {
    margin:0;
}



.storyContent {
	min-height:130px;
}


img.homeLinkRight {
	float:right;
	margin:0 0 1em 1.5em;
	border:0;
}


#startTable {
	margin:1em auto;
	width:620px;
}
#startTable td {
	padding:0 5px 10px 5px;
	text-align:center;
	font-size:10px;
	line-height:1.2em;
	width:145px;
	font-weight:bold;
	text-transform:uppercase;
}
#startTable td a {
	color:#000;
	text-decoration:none;
}
#startTable td a img {
	display:block;
	margin:3px auto 0 auto;
	border-width:0;
}


/* *** LIST STORY PAGE *** */

#iNews #storyList {
	margin:0 0 0 1.5em;
	padding:0;
	list-style:none;
}
#iNews #storyList li {
	margin:1.5em 0;
	padding:0;
	list-style:none;
}
#iNews #storyList li h3 {
	margin:0 0 0.4em 0;
	font-size:1.1em;
}
#iNews #storyList li .date {
	margin:0 0 0.4em 0.5em;
	font-style:italic;
}
#iNews #storyList li .summary {
	margin:0 0 0 0.5em;
}
#iNews #storyList li .storyLink {
	margin:0.3em 0 0 1em;
	font-size:0.9em;
}


dl {margin:1em 0;}
dl dt {font-weight:bold;}
dl dd {margin-bottom:1em;}



