@import url(/css/layout.css);

@import url(/css/text.css);

@media print {
	#center_btm { display: none; }
	#main_top { display: none; }
	#nav_cont { display: none; }
	#top_cont {display: none; }
	#footer_top { display: none; }
	#footer_btm { display: none; }
	#body { margin: 70px 0px 0px 0px;}
}



/* ---------------------------------------------------------------------------
/* Styles for Contact page */
/* --------------------------------------------------------------------------- */

	.error { font: bold 12px arial; color:#c00; border: 1px solid #c00; background:#FEE0E1; padding: 10px 20px 10px 20px; width: 461px; text-align: center; margin: 10px 0px 10px 0px;}
	.success { font: bold 12px arial; color:#006600; border: 1px solid #006600; background:#C7FACD; padding: 10px 20px 10px 20px; width: 461px; text-align: center; margin: 10px 0px 10px 0px;}
	#addr_title, addr_cont { float: left; line-height: 18px; }
	#addr_title { font: bold 12px arial; text-align: right; padding-right: 8px;}
	
	.col-A, .col-A1, .col-A2, .col-B, .col-B2, .col-C, .col-D, .col-E, .col-S {
	float: left;
	padding: 0; margin: 0;  height: auto;
	}
		.col-A {width: 252px;}
		.col-A1 {width: 500px; margin-bottom: 10px;}
		.col-A2 {width: 167px; }
		.col-B {width: 250px;margin-bottom: 10px;}
		.col-B2 {width: 175px; }
		.col-C {width: 150px; margin-bottom: 10px;}
		.col-D {width: 500px;}
		.col-E {margin-bottom: 10px;}
		.col-S {width: 456px!important; width: 454px;text-align: right;}
