/* CSS Document */
#home_right_box {
	float: right;
	width: 190px;
	border: 1px solid #999;
	background-color: #efefef;
	padding: 5px;
}

#home_right_box img {
	position: relative;
	top: 4px;
}

#home_buttons {
	float: right;
}
#home_buttons ul{
	list-style:none;
}

#newsletter_box {
	background:url(../images/newsletter.gif) no-repeat;	
	height: 59px;
	margin-left: 50px;
	padding-left: 80px;
	padding-top: 5px;
	color: #000;
}	



td.banner_image {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

td.caption {
	background-color: #00884E;
	color: #fff;
	padding-top: 0px;

}

td.caption a{
	color: #fff;
}

td.caption a:hover{
	color: #fff;
	text-decoration:none;
}