#nav a:link 
{
	color: #565552;
	text-decoration: none
	
}
#nav a:visited 
{
	color: #565552;
	text-decoration: none
}
#nav a:active 
{
	color: #f36e21;
	text-decoration: none
}

#nav a.activeLink 
{
	color: #f36e21;
}
#nav a:hover 
{
	color: #f36e21;
	text-decoration: none
}


#wrap 
{
	width:756px;
	margin:0 auto;
}


#nav 
{
	padding-left: 20px;
}

#nav ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li 
{
	display:inline;
	margin:0;
	padding:0;
}

#main 
{
	float:left;
	width:250px;
	height: 311px;
	background:#fff;
}

#sidebar 
{
	padding-right: 20px;
	padding-top: 10px;
	float:right;
	width:400px;
	
}

#news_content
{
}

#news_title
{
	text-transform: uppercase;
	color: #4b4b4b;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
}

#news_date
{
	color: #4b4b4b;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
}

#news_pdf
{
	color: #4b4b4b;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
}

#news_desc
{
	color: #4b4b4b;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
}

#news_holder
{
	padding-right: 20px;
	float:left;
	padding-left: 0px;
	width:450px;
}

button
{
	border:none;
	background:none;
	padding:0;
	text-align:left;
	width:auto;
	height:auto;
	line-height:15px;		
	font-weight: bold;
}

button.active 
{
	color: #f36e21;
	padding-left:8px;
	background-image: url(Pix/press_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	
} 

button:active
{
	color: #f36e21;
	padding-left:8px;
	background-image: url(Pix/press_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

button:hover
{
	color: #f36e21;
	padding-left:8px;
	background-image: url(Pix/press_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

#story_image
{
	padding-left: 20px;
	padding-bottom: 5px;
}
