div.sectionTop 
{
margin-top: 10px;
width: 210px;
height: 45px;
text-align: center;
}


div.sectionTop div
{
width: 170px;
padding-top: 10px;
margin-left: 10px;
margin-right: 15px;
font-size: 11px;
font-weight: bold;
}


div.sectionBody 
{
width: 210px;
text-align: center;
font-family: arial, univers, sans-serif;
font-size: 11px;
}

/*
div.sectionBody div
{
width: 170px;
margin-left: 10px;
margin-right: 15px;
font-size: 9px;
}
*/

div.sectionBottom
{
margin-bottom: 10px;
width: 210px;
min-height: 16px;
}



select.formSelect 
{
font-size: 9px;
}

select.formSelect:hover 
{
color: #ff6633;
background-color: #eee;
}

select.formSelect:focus 
{
background-color: #eee;
color: #003399;
}


div#CalendarFrame
{
background-color: #fff;
}

/* misc */
.collapseIt 
{
border-collapse: collapse;
}

.colored 
{
/* text-indent: -10px; */
/* margin-left: 35px; */
text-align: left;
}

div.monthyearNew 
{
text-indent: 0px; /* remove this style */
display: block;
padding: 0px 15px 0px 15px;
font-weight: bold;
}

.monthyear 
{
text-indent: 15px;
text-align: left;
font-weight: bold;
}

.newsTitle 
{
color: #000000;
font-weight: bold;
text-align: left;
text-indent: 10px;
}

.newsHeading 
{
margin-top: 10px;
margin-bottom: 10px;
color: #000000;
font-weight: bold;
text-align: center;
text-indent: 14px;
}


.newsItem 
{
text-align: left;
text-indent: 10px;
padding-left: 10px;
padding-right: 10px;
}

#message
{
margin: 5px;
}


iframe {
    background-color: #FFFFFF;
}

#news
{
margin: 0px;
}

.newsItem:first-line 
{

}
.more 
{
font-weight: bold;
text-indent: 120px;
text-align: left;
color: #003399;
}

div.entry
{
display: block;
width: 100%;
text-align: left;
clear: both;
}

div.entry_date
{
float: left;
display: inline;
width: 35px;
text-align: right;
margin: 0px 0px 0px 15px;
}

div.entry p
{
margin: 0px 0px 0px 56px;
}

