﻿body { 
	width: 629px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

h3 {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 629px;
}

.stateInfo { 
	display: block; 
}

#stateLinks {
}

#stateTitle {
	display: inline;
}

.selectedLink {
	background-color: #eef;
}

#stateLinks a {
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	width: 120px;
}

#stateLinks a:hover {
	text-decoration: underline;
}

#stateInfoList {
	clear: both;
}

.outerBorder {
	border: 1px solid #888;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.outerBorder div {
	margin: 10px;
}

#mapUI {
	display: none; 
}

#demKey {
	border-left: 15px solid #264D60;
	padding-left: 5px;
	margin-left: 5px;
}

#repKey {
	border-left: 15px solid #CC0033;
	padding-left: 5px;
	margin-left: 5px;
}