#pageTitle.home {
	font-size: 1.2em;
}

.homeBox {
	float: left;
	width: 195px;
	height: 180px;
	background: #fff url('homeBoxBottom.gif') no-repeat scroll bottom;
	margin-right: 22px;
	margin-bottom: 20px;
	text-align: center;
}

.homeBox.last { 
	margin-right: 0;
}

.homeBox img {
	border: 0;
}

.homeBox a {
	text-decoration: none;
}

.homeBox span {
	display: block;
	padding-top: 4px;
	color: #000;
	font-weight: bold;
}

#newsBox {
	clear: both;
	width: 630px;
	background: #6e8c4a url('newsBoxBottom.gif') no-repeat scroll bottom;
	padding: 0 0 7px 0;
	margin-bottom: 20px;
}

#newsBox h2 {
	background: #6e8c4a url('newsBoxTop.gif') no-repeat scroll top;
	padding: 2px 0 2px 18px;
	margin: 0;
	font-size: 1.15em;
}

#newsBox h2 a {
	text-decoration: none;
	color: #fff;	
}

#newsBox a:hover {
	text-decoration: underline;
}

#newsBox ul {
	list-style: none;
	background: #fff url('newsBoxInsideBg.gif') no-repeat scroll top;
	margin: 0 5px 0 5px;
	padding: 10px 10px 0 13px;
}

#newsBox ul li h3 {
	margin: 0;
	font-size: 1.15em;
}

#newsBox ul li h3 a {
	text-decoration: none;
	color: #000;
}

#newsBox ul li h3 a:hover {
	text-decoration: underline;
}

#newsBox ul li p {
	margin-top: 0;
}