/* ***** HOMEPAGE ***** */

/* ***** NEWS PANEL **** */
#iNews #newsPanel {
	float:right;
	display:inline; /* fix for IE */
	background-color:#93B6D9;
	width:140px;
	padding:10px;
	margin-right:8px;
	color:#484848;
	font-size:85%;
}
#iNews #newsPanel h2 {
	margin:0;
	padding:0;
}
#iNews #newsPanel .entry {
	border-bottom:1px solid #000;
}
#iNews #newsPanel .entry h3 {
	font-size:1.3em;
	font-weight:bold;
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0 0.5em 0;
}
#iNews #newsPanel .entry  p {
	margin:0.5em 0;
}
#iNews #newsPanel .entry  p.link {
	margin:0.5em 0 1.5em 0;
}
#iNews #newsPanel .entry a {
	color:#56575A;
	font-weight:bold;
}

/* ***** MAIN CONTENT **** */

#iNews .storyContent {
	margin-right:178px;
	font-size:85%;
	padding-bottom:30px;
}
#iNews .storyContent .entry {
	border-top:1px solid #000;
}
#iNews .storyContent .entry h2 {color:#015694;font-size:1.5em;}
#iNews .storyContent .entry h2 strong {color:#015694;font-size:1.1em;}

#iNews .storyContent p.link {
	color:#004DBE;
}

/* **** SPONSORS **** */
#mainBlock {
	position:relative;
	padding-bottom:180px !important;
}
#sponsors {
	clear:both;
	position:absolute;
	bottom:0;
	left:0;
	height:180px;
	width:600px;
	font-size:0.8em;
}
#sponsors span {
	padding-left:5px;
	font-size : 1.2em !important;
}
#sponsors p {
	clear:both;
	padding:5px 25px 0 25px;;
	text-align:center;
	margin:0;
}
#sponsorImages a img {
	display : inline;
	float : left;
	border:0;
	margin-top:5px;
}