#mainContent {
	width: 530px;
	}
.news_articles {
	width: 500px;
	float: left;
	clear: left;
	}
.news_articles h3 {
	margin-top: 0px;
	font-size: 2em;
}
.news_articles ul {

}

.news_articles h4 {
	padding-bottom: 1em;
	font-weight: normal;
	font-style: italic;
}


/* article contents */
.description {
	font-size: 1.4em;
	line-height: 1.5em;
	padding-bottom: 2em;
	}
#mainContent .news_articles div.description p {
	font-size: 1em;
	}
li.news_listings {
	list-style-type: none;
}
li.news_listings ul li, li.news_listings ol li {
	margin-left: 2em;
	font-size: 1em;
	list-style-type: disc;
	padding: 0.1em 0;
}

h2 {
	margin-top: 0;
	}
#search {
	clear: left;
	width: 180;
	}

#search ul {
	list-style-type: none;
}
#search li {
	margin: 0;
	padding: 0;
	}
#search a {
	font-size: 1.4em;
	line-height: 1.5em;
	background-image: url(../images/arrowBullet.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left center;
}


#searchField {
	border: 1px solid black;
	margin-bottom: 0.5em;
	padding: 2px;
	}
