#newsContainer h2
{
	font-size: 15px;
	font-weight: bold;
	
	margin: 20px 0px 5px 0px;
	padding: 0px;
	
	color: #303046;
}
#newsContainer h2 a:hover
{
	color: #303046;
}
#newsContainer span
{
	color: #959A34;
	padding: 0px 0px 0px 0px;
}
#newsContainer p
{
	padding: 10px 20px 10px 10px;
	text-align: justify !important;
    line-height: 19px;	
}


#newsContainer ul
{
	padding: 5px 20px 5px 30px;

}


#newsContainer li
{
	padding: 5px 20px 5px 10px;
}


#newsUrgentBlock h2
{
	color: #FF0000;
	text-decoration: underline;
}


.prevPane
{	
	position: absolute;
	
}



div.newsItem
{	
	margin: 0px 35px 30px 0px;	
	padding: 5px 15px 15px 15px;
	border-top: none;
	border-right: 1px solid #949933;
	border-bottom: 1px solid #949933;
	border-left: 1px solid #949933;			
	width: 720px;
	float: left;	
	background-image: url(images/eventBg.png);
	background-repeat: repeat-x;
	
}


div.newsItem .bodyDiv
{	



}

div.newsItem p {
    line-height: 19px;	
     padding: 3px 0 4px 0;	   
}
div.newsItem ul li {
    margin: 0 0 0 20px;	
}

div.newsItem ul li {
    padding: 4px 0 3px 0;	
}
div.newsItem a {
    font-weight: bold;	
    color: #054E7B;
}

.newsBlockh2
{
	cursor: pointer;
	background-image: url(images/eventBg.png);
	background-repeat: repeat-x;	
	background-position: bottom;	
	margin: 10px 35px 0px 0px;
	padding: 2px 15px 2px 15px;
	min-width: 720px;
	float: left;			
	color: #054E7B;
	border: 1px solid #C5C891;
}


.postDate{
	color: #9A9F39;
}

.eventTitle{
	font-weight: bold;
	font-size: 14px;
}

.rsvp{
	font-size: 12px;
	font-weight: bold;
}

.rsvp1{
	font-size: 16px;
	font-weight: bold;
}

.rsvpDiv{
	clear: both;
}
.eventMore{
	background-image: url(images/down.png);
	background-repeat: no-repeat;	
	float: right;
	padding: 0 0 0 25px;
	font-weight: bold;		
}	
	
	
.dlDiv {
	width: 290px;
	float: left;
	margin: 15px 20px 0px 0px;	
	padding: 5px 15px 15px 15px;
	border: 1px solid #949933;	
	background-image: url(images/eventBg.png);
	background-repeat: repeat-x;	
}




.photo {
	float: right;

	max-width: 400px;
	
	border-style: solid;
	border-color: #BDBF9B;
	border-width: 1px;

	padding: 8px;	
	margin: 10px 0px 0px 15px;

}






