@charset "utf-8";
/* CSS Document */

/* This styles changes for the Contact page */


#contact {
float: none;
	height: auto;
	width: 80%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left: 10%;
	margin-top: 10px;
	margin: 0 auto 0 auto;
	font-family:"Times New Roman", Times, serif;
	}
	
	

#contact h3 {
font-size: 150%;
color:#CC6600;
font-family:"Times New Roman", Times, serif;
}

