/* CSS Document */

/*
	main blue		: #004B9C;
	pink 			: #ECE5EE;
	lt blue			: #D9EAF1;
	yellow 			: #F2F4E7;
	grey			: #DADADA;

*/


/*####################
#### NEWS ARTICLE ####
####################*/ 


#newsMain{
	width 					: 460px;
	padding					: 0px;
	padding					: 0px;
	display 				: block;
	float 					: left;
	background-color 		: #E8EEFF;
	min-height				: 360px;
}

*html #newsMain{
	height					: 360px;
}

#newsSide{
	width 					: 288px;
	display 				: block;
	background-color 		: #FFF;
	float 					: right;
	margin					: 0px;
	margin-right			: 0px;
	background-color 		: #ECE5EE;
	min-height				: 360px;
	
}

*html #newsSide{
	height					: 360px;
}


#newsArticle{
	display 				: block;
	margin					: 0px;
	padding					: 0px;
}


#newsArticle ul {
	list-style				: none;
	color					: #004B9C;
	padding		 			: 3px;
	font-size 				: 100%;
	
}

#newsArticle li {
	list-style				: none;
	padding-top				: 5px;
	color					: #004B9C;
	border-bottom-width		: 1px;
	border-bottom-style		: dotted;
	border-bottom-color		: #CCC;
	
	
}

#newsArticle li a {
	color					: #000;
	text-decoration			: none;
	
}
#newsArticle li a:hover {
	color					: #000;
	text-decoration			: underline;
}


.returnLink a{
	padding-left 			: 10px;
	padding-right 			: 10px;
	padding-bottom			: 5px;
	padding-top				: 10px;
	border-top 				: 1px solid #004B9C;
	color					: #004B9C;
	text-decoration			: none;
}


.returnLink a:hover a:active{
	color					: #004B9C;
	text-decoration			: none;
}