@charset "utf-8";
/* CSS Document */


img{
	border:none;
}


#newsMainStories{
	width:513px;
	height:70px;
	padding-left:57px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../assets/images/newsTopStoriesBg.gif);
}

.newsStoryThumb a{
	width:100px;
	height:50px;
	display:block;
	padding:2px;
	margin-left:5px;
	margin-right:5px;
	float:left;
}

.newsStoryThumb a:hover{
	width:100px;
	height:50px;
	padding:2px;
	background-color:#4252a3;
}

#newsIframe{
	width:530px;
	height:430px;
	padding:10px;
	margin:auto;
	background-image:url(../assets/images/newsIframeBgMain.gif);
}

#newsArchiveTitle{
	width:530px;
	padding:6px;
	margin:auto;
	margin-top:25px;
}

#newsArchiveListContainer{
	width:540px;
	height:180px;
	margin:auto;
	padding:5px;
	background-image:url(../assets/images/archiveListBg.gif);
}

#newsArchiveScroller{
	width:540px;
	height:180px;
	overflow:auto;
}



.archiveItem a{
	display:block;
	color:#333;
	text-decoration:none;
	width:508px;
	padding:6px;
	background-image:url(../assets/images/archiveListBgOut.gif);
	background-repeat:repeat-x;
}

.archiveItem a:hover{
	width:508px;
	padding:6px;
	background-image:none;
	background-color:#f5f5f5;
	text-decoration:none;
}

#newsLoaderBackArrow{
	width:30px;
	height:17px;
	background-image:url(../assets/images/frameBackArrow.gif);
	color:#309;
	padding-left:20px;
	padding-top:3px;
	font-weight:bold;
	font-size:9pt;
	margin-left:10px;
	margin-top:10px;
	cursor:pointer;
}

