


.boldtl {

	color: #0093d0;
	font-weight: bold;
		line-height: 22px;
}


.newstl {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1f9fd5;
	font-weight: bold;
		line-height: 22px;
		
}



.smtext {
	font-size: 13px;
	color: #0093d0;
}
.smtext:before{
    content: "";
    background: url('images/icon_calendar.png') no-repeat;
    width: 20px;
    height: 20px;
	margin-left:6px;
	padding:4px 14px 5px 12px;
	background-size: 20px 20px;
}


.tablepad{
padding: 4px;padding-left: 12px;
}







.navcontainer{
width: 100%; 
overflow: hidden;

}

.navcontainer ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px Arial; 
list-style-type: none;
}

.navcontainer li{
display: inline;
margin: 0;
}

.navcontainer li a{
float: left; height: 16px;
display: block;
text-decoration: none; 
margin: 0;
padding: 8px 10px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #00b159; /*background of tabs (default state)*/
}

.navcontainer li a:visited{
color: white;
}

.navcontainer li a:hover, .navcontainer li.selected a{
background: #1f9fd5; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

{
color: #ffffff;
background: #1f9fd5;

}
p {
	border-top: 1px solid #999999; padding-top:20px; padding-bottom:20px;
}

.featarticle p {
	border-top: none; padding-top:0px; 
}
.featarticlemn h3 {
	text-align:left; 
}
.featarticlemn p {
	border-top: none; padding-top:0px; 
}
.featarticle h3 {
	text-align:center; margin-bottom:20px; margin-top:-20px;
}
.featarticle img {
	float:left; margin-right:20px; margin-bottom:20px;
}