body {
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#layout {
	width: 600px;
	border: 1px solid #666666;
	text-align: left;
	margin: auto;
	background: #333333;
}
h1 {
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 18px;
	font-weight: bold;
}
.cell_title {
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
}
.loc_state {
	color: #FFFFFF;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	background: #666666;
	padding: 2px;
}
.loc {
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}
.loc a {
	color: #00ccff;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.loc a:hover {
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
.loc .icons {
	float: right;
}
#state_drop {
	float: right;
}
#loc_table {
	height: 400px;
	overflow: auto;
	padding-right: 15px;
}
#map_head {
	color: #FFFFFF;
	background: #666666;
	font-size: 18px;
	font-weight: bold;
}
#map {
	border: 1px solid #000000;
}
.map_sort {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background: #666666;
}
.map_loc {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.map_loc a {
	font-weight: bold;
	color: #00ccff;
	text-decoration: none;
}
.map_loc a:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

