/*news formatting*/

#newsList {
  position:relative;
width: 100%;
}

#newsHeader { 
  padding: 5px;
  font-family : Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;	
  background-color : #eef9ff;
  font-size: 12px;
  font-weight: bold;
  border-style: solid ; 
  border-width: 1px; 
  border-color: #ccccff;  
  position: relative;
}

#author {
  font-size:9px;
  margin-top: 5px;
  padding-left: 5px;
  margin-bottom: 20px;
}

#newsBody { 
 padding-left: 5px;
}	
			
#newsMenu {
  margin-bottom: 10px;
  position: relative;
}
		
#newsMenu #NewsMenuHeader {
  background-image: url('/fileadmin/qck-site/images/backgrounds/titlebackground.jpg');
  font-family : "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: white;
  font-weight: bold; 
  padding-left: 15px;
  position: relative;
}

#newsMenu #newsMenuList {
  background-color : #eef9ff; 
  font-family: Arial, Helvetica, san-serif; 
  font-size: 11px; 
  font-weight: normal; 
  text-decoration: none;
  padding-left: 15px;
  text-indent: -15px;
  text-decoration : none;
  color : black;
}

#newsMenuLink a { 
  text-decoration : none;
  color : black;
}

#newsMenuLink a:hover { 
  text-decoration : underline;
}

#newsFeedContent {
  margin-bottom: 10px;
}

#newsFeedContent #newsContentArea { 
  padding: 0 5;
  margin-bottom: 20;

}
#newsImage {
  border: 1px solid black;
}

.newsImage {
  border: 1px solid black;
}

#newsImageContainer {
  margin: 5;
  float:right;


}