﻿/* ******************** */
/* us_cnty_maps.htm CSS */
/* ******************** */

/* ** -----U.S. County Maps Container----- ** */
#USCntyMapsContainer div {
/* Default text font */
	font-size: medium;
	text-align: center;
	}	
#USCntyMapsContainer img {
/* Default image border stlye none */
	border-style: none;
	}
#USCntyMapsContainer table {
	margin: 0 auto;
	}

/* ** -----U.S. States Maps Container----- ** */
#USStatesContainer table {
	/* Default table width */
 	border: 1px silver solid;  	
	width: 90%;
	}
#USStatesContainer table td {
/* Default table width */
	width: 33%;
	}	
#USStatesContainer table p {
/* Default table margins */
	margin-top: 0px;
	margin-bottom: 0px;
	}
