  #top{
	border-bottom: 1px dotted #ffcc00;	
	font-size: 1.9em;
	font-style: italic;
}

#pagetitle{
	width: 100%;
	float:left;	
}
#searchform{
	float: right;
	width: 25%;
}
#searchform h4{
	font-weight: bold;
/*	font-size: 1.2em; */
	padding: 20px 0 0 0;	
}

#searchform form{
	padding: 2px 0 20px 0;
}

#searchform input[type="text"]{
	width: 100%;
	height: 20px;	
/*	font-size: 1.5em; */
}

#searchform input[type="submit"]{
	width: 30%;	
/*	font-size: 1.2em;*/
	float: right;
}

div.story0, div.story1{
	border-bottom: 1px dashed #ffcc00;
	width: 97.5%;
	padding: 1em 2% 1em 0.5%;
}	

div.story1{
	background: #F8F8F8;	
}

div.story0 h4, div.story1 h4{
	font-weight: normal;
	padding-bottom: 0px;	
}

div.story0 h4 a, div.story1 h4 a{
	text-decoration: none;
	clear: both;
	/*font-size: 1.4em;*/
}


.thumb{
	float:right;	
	margin: 0 20px 0 20px;
	max-width: 25%;
	max-height: 225px;
}

#content h5{
	color: #777;
    font-size: 0.9em;
	font-weight: normal;
}

.teaser{
	font-size:1.09em !important;
	padding-bottom: 0px !important;
	line-height: 175% !important;
}

.teaser a{
	color: inherit !important;
	text-decoration: none !important;
}

p.top{
	margin-left: 20px;
	padding: 20px 0 !important;
	font-style: italic;
}


.readmore{
	border-bottom: dotted 1px #663399;	
}

.news-bottom-right{
	width: 55%; float: left;
}
	
.news-bottom-left{
	width: 43%; float: left; margin-right: 2%;		
}
		
@media only screen and (max-width: 767px) {
	.news-bottom-right{
		width: 100%;
	}
	
	.news-bottom-left{
		width: 100%;	
	}
}
