#container #contentarea {
	width: 955px;
	background-color: #FFFFFF;
	padding: 10px;
}
#container #contentarea #contents {
	float: left;
	width: 608px;
	padding-right: 12px;
}
#container #contentarea #contents h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #BA1C1B;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#container #contentarea #right_column {
	float: left;
	width: 335px;
}
#container #contentarea #right_column #the-latest {
	border: 1px solid #d9d9d9;
	margin-top: 10px;
	padding: 20px 20px 0px;
	width: 295px;
}
#container #contentarea #right_column #the-latest h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#container #contentarea #right_column #the-latest .notes_box {
	margin-right: 0px;
}


.notes_box  {
	width: 295px;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}
.notes_box    .notes_img  {
	float: left;
	width: 123px;
	background-image: url(../images/latest-bdg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 98px;
	padding-top: 1px;
	padding-left: 2px;
}
.notes_box     .notes_text  {
	float: left;
	width: 158px;
	padding-left: 10px;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
}
.notes_box .notes_text a {
	color: #006699;
	text-decoration: none;
}
.notes_box .notes_text a:hover {
	text-decoration: underline;
}
#newsletter_bg {
	padding: 0px;
}
#newsletter_bg #newsletter {
	margin: 15px auto 0px;
	padding: 10px;
	clear: both;
	width: 580px;
	border: 1px solid #E2E2E2;
}
#newsletter_bg #newsletter label{
	float: left;
	width: 150px;
	display: block;
}
#newsletter_bg #newsletter .input-text-wrap {
	float: left;
	margin-bottom: 3px;
	width: 420px;
}