.box header h1{
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 5px;
		color: #0090D1;
}

.box .news-item header h1{
    border-bottom: 0px solid #000;
    margin-bottom: 0px;
}

#news .news-item{
    text-align: left;
    font-size: 11px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #FFAA25;
    margin-right: 5px;
}

#news .news-item article{
    padding-left: 0px;
    margin-top: 5px;
}

#news .news-item header h1{
    color: #005D9E;
    font-size: 11px;
    text-align: left;
    padding: 0px;
}

#news .news-item header h2{
    color: #FFAA25;
}

.marquee {
    position:relative;
    overflow:hidden;
    height: 430px;
    border:solid black 0px;
}

#ssnews_list{
    display: none;
}

#center_content{
	min-height: 706px;
}