/* CSS Document */body { 	font-size: 9px;	width: 800px;	height: 650px;	font-family: Georgia, "Times New Roman", Times, serif;	text-align: center;	margin-left: auto;	margin-right: auto;	}		a:link {	color: #333333;	border-style: none;	text-decoration: none;}a:visited {	color: #FFFFFF;	text-decoration: none;}a:hover {	color: #666666;	text-decoration: underline;}a:active {	text-decoration: none;}	#header {	width: 800px;	height: 269px;	background-color: #9D875E;	}	.contactUs {	color: #FFFFFF;	font-size: 12px;	text-align: right;	padding-right: 45px;	width: 375px;	}	.productLink {	color: #FFFFFF;	font-size: 12px;	text-align: left;	padding-left: 45px;	width: 375px;	}	.contactUs a:link {	color: #FFFFFF;	}	#mainBody {	width: 800px;	height: 600px;	background-color: #9D875E;	}	.flash {	width: 500px;	text-align: center;	padding-top: 50px;	}	.information {	width: 200px;	text-align: center;	color: #FFFFFF;		}	.contactForm {	color:#FFFFFF;	text-align: left;	padding: 5px;	}	.contactFormSmall {	color: #FFFFFF;	text-align: left;	padding: 3px;	font-size: 11px;	}	#footer {	margin-top: 8px;	font-size: 9px;	text-align: center;	color: #61452C;	}.footer a:link {	color: #666666;	}