/* CSS Document */
/* News Section */

#LeftNav{
	float:left;
	width:213px;
	height:100%;
	background-color:#34006D;
	padding-top:60px;
	text-align:right;
	;
}


	#Image{
		width:545px;
		height:185px;
		background-image:url(../images/news.jpg);
		background-repeat:no-repeat;
		background-position:top;
		text-align:right;
	}
	#Image .Support{
		margin-top:120px;
		margin-right:10px;
		}

#Text a{text-decoration:none;}
#Text a:hover{text-decoration:underline;}
h5 a{font-family:Arial, Helvetica, sans-serif;font-weight:bold;color:#999;text-decoration:none;}
h5 a:hover{text-decoration:underline;}	
	
