

#newsBanner {
width: 100%;
height: 40px;
/*background-color: silver;*/
/*color:#07B0DC;*/
display: block;
/*margin-bottom: 20px;*/
}

#newsLHS {
float: left;
height: 100%;
width: 30%;
border-right: 1px dashed silver;
padding-right: 25px;
 }
 
 #newsRHS {
float: right;
height: 100%;
width: 60%;
}

#newsRHS .genericitem{
position: relative;
left: -15px;
padding-top: 0px;
}

#newsRHS .genericdetails{
position: relative;
left: -15px;
}

#newsArchive {
width: 30%;
border-right: 1px dashed silver;
padding: 0 25px 30px 0;
}

.genericdetails
{
padding-bottom: 25px;
border-bottom: 1px dashed silver;
font-family:"Arial","sans-serif";
font-size:10pt;
line-height:115%;
}

.genericitem
{
padding-top: 25px;
font-family:"Arial","sans-serif";
font-size:10pt;
line-height:115%;
}

#newsDate{
font-style: italic;
font-size: 12px;
padding: 3px 0 3px 0;
}

/*
.feature {
padding: 10px 0px;
border-bottom: 1px dashed silver;
}
*/