@charset "utf-8";
/* CSS Document */

/*--------------------------News Page------------------*/

#newsPage .news_box,
#news .news_box
{
    margin-bottom: 20px;
	//min-height:23px;
	background-color: #F0F0E7;;//#EFEFE5;
	//height:12ex;
}


.news_box img
{
	float:left;
	margin:5px;
	margin-right:10px;
}
#newsPage h2,
#news h2
{
    background-color: #F0F0E7;
    color: #133F73;
    font-size: 1.1em;
    margin-bottom: 2ex;
    margin-top: 1.5ex;
    text-align: center;
}

h3
{
   //background: none repeat scroll 0 0 #D2CCB8;
    color: #000000;
    font-size: 1em;
    margin: 0;
    padding: 0 0 3px;
}

#newsPage h3
{
	min-height:63px;
}

#newsPage p,
#news p
{
    line-height: 1.5;
}

.news_box p
{
	padding 0 15px;
}

.news_box ul li
{
    line-height: 1.3;
    margin-left: 20px;
	font-size:0.8em!important;
}
