#page {
	background-image:url(../images/hp-page-bg.png);
}

#content {
	width:569px; /* 2px less due to IE bug with overflowing <em>s */
}

#sidebar {
	width:220px;
}

#mission-statement {
	width:569px;
	margin:0 -25px 20px -25px;
	padding:5px 25px 15px 25px;
	background-image:url(../images/mission-statement-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:120%;
	color:#05832E;
	line-height:1.6em;
	font-weight:bold;
	text-align:center;
}

#latest-news-wrap {	
	width:220px;
	background-image:url(../images/hp-news-bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:50px;
}

#latest-news {
	width:200px;
	background-image:url(../images/hp-news-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px;
	padding-top:25px;
}

#recent-articles li {
	margin-left:2px;
	color:#1B5C9E;
}

#recent-articles h3 {
	font-weight:bold;
	border:0;
	font-size:100%;
	padding:0;
	margin:0 0 10px;
}

#recent-articles span.date {
	display:block;
	color:#444; /*#626262; #1B5C9E;*/
}