/******************************************************************************************
 Locations CSS 
 ******************************************************************************************/
#state {
    height:1400px; /* Each state takes up this many pixels */
    }
#state table {
	width:100%;
	border:2px ridge #6699CC;
    }
#state td {
	padding:3px 3px 3px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	border-top:2px ridge #6699CC;
	border-bottom:2px ridge #6699CC;
    }
#state #name {
	width:27%;
	border-left:2px ridge #6699CC;
    }
#state #map {
	text-align:center;
	width:6%;
	border-right:2px ridge #6699CC;
    }
#state #picture {
	text-align:center;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:7pt;
	font-weight:normal;
	color:#FFFFFF;
}