/* CSS Document */
	
#header h1 {background-image: url(images/site-images/TDR-9-logo.jpg);}	
#mainnav li a {background:url(images/btn/btn-over.gif);}
#mainnav li a b {background:url(images/btn/btn-over.gif) right top;}
#mainnav li.current a {background:url(images/btn/btn-over1.gif);}
#mainnav li.current a b { background:url(images/btn/btn-over1.gif) right top;}

#Newscontainer { 
		float: left;
		background: url(images/site-images/new-bg.gif) no-repeat;
		display: block;
		width: 890px;
		padding-top:20px;
		padding-bottom: 20px;
		text-align: justify;
		overflow: hidden;					
		}
#story1, #story2, #story3 {
		float: left;
		display: block;
		width: 240px;
		height:800px;
		padding-left: 20px;
		padding-right:10px;
		margin-left:50px;
		overflow: hidden;
		}
			
#story2, #story3 {margin-left:10px; border-left:#5E029B 1px solid;}		

#story1 p, #story2 p, #story3 p{
		text-align: justify;
		font: 12px Verdana, Arial, sans-serif;
		color: #5E029B;
		margin-bottom:10px;
		}
#story1 a, #story2 a, #story3 a {color:#5E029B;text-decoration:none;}

#story1 a:hover, #story2 a:hover, #story3 a:hover {color: #5E029B;text-decoration:underline;}			
		
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

	
h4		{
		text-align: center;
		font: normal 23px Arial,Helvetica, sans-serif;
		color: #5E029B;
		margin-bottom:10px;
		}
	
hr {color:#5E029B;height:1px; margin:10px 20px;}			
		
		
		
		

