#navigation{
padding-top:20px;
height:188px;
}

#sidebar ul #latestnews{
background-image:url("images/latestnews.jpg");
height:34px;
width:220px;
margin-left:30px;
text-indent:-5000px;
margin-top:02px;
}
#news{
margin-top:16px;
height:426px;
width:100%;
overflow:auto;
border-top:solid 1px black;
}

#news .newsstory{
margin-bottom:30px;
}
#news .newsstory h3
{
color:#42425f;
font-size:100%;
margin-left:20px;
margin-right:20px;
margin-top:10px;
border-bottom:dashed 1px #aaaaaa;
}
#news .newsstory h3 .date{font-size:90%; font-weight:normal; margin-left:10px;}

#news .newsstory p
{
font-size:80%;
margin-left:20px;
margin-right:20px;
}
#news .newsstory img.newsimage
{
float:right;
margin-right:20px;
border: solid 1px black;
margin-left:20px;
}

/*** IE6 Fixes ***/
#ie6only #navigation{height:208px;}
#ie6only #news{height:425px;}

/*** IE5.5 Fixes ***/
#ie5-5only #sidebar ul #latestnews{margin-left:10px;}
#ie5-5only #navigation{height:208px;}
#ie5-5only #news{height:425px;}