/* contact box CSS Document */

table td {
	 padding-bottom: 10px;
}

#adate {
			font-size:11px;
}

 #atitle {
	font-size:12px;
}


a:link { text-decoration: none; color: #73ae1e;}
a:visited { text-decoration: none;	color: #73ae1e;	}
a:hover, a:active { text-decoration: none; color: #d4e31a; }



#contact {
	width:860px;
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:20px;
	padding-bottom:20px;
	}
#contact_header {
	font-size:18px;
	color:#FF9900;
	font-weight:bold;
	margin-bottom:10px;
	clear:both;
	width:220px;
	float:left;
	}
#contact_content {
	float:left;
	width:610px;
	font-size:12px;
	padding-bottom:50px
}
.contact_title {
	color:#FF9900;
	font-size:14px;
	font-weight:bold;
	}
.contact_copy {
	clear:both;
	padding-top:10px;
	padding-bottom:20px;
}