* {
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	background-color: #666;
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
	font-size: 68.5%;
	color: #333;
}

#top {
	padding: 5px 0px 5px 0px;
	background-color: #666;
	color: #ddd;
}
#top img.logo {
	vertical-align: middle;
}
#top .title {
	min-height: 10em;
	display: table-cell;
	font-size: 18pt;
}
#top .title .beta {
	color: red;
	font-size: 12px;
}

#top ul.nav {
	list-style: none;
	padding: 0px;
}
#top ul.nav li {
	float: left;
	display: table-cell;
	margin: 0px 2px 0px 2px;
	padding: 0;
	font-size: 10pt;
	background-color: #777;
}
#top ul.nav li a {
	display: table-cell;
	vertical-align: middle;
	
	color: #ddd;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	font-weight: bold;
}
#top ul.nav li a:hover {
	color: #c99;
}

#notices {
	background-color: lightblue;
	padding: 10px 0px 10px 0px;
	color: navy;
}

#content {
	background-color: #f0f0f0;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: #333;
}

#bottom {
	margin:0px;
	padding: 10px 0px 25px 0px;
	background-color: #666;
	color: #ddd;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 55em;
}

#bottom .links {
	float: right;
}

#bottom .copyright {
	float: left;
}
#bottom a {
	color: #ddd;
	text-decoration: none;
}
#bottom a:hover {
	border-bottom: 1px dotted #c99;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#map_div {
	display:block;
	width: 100%;
	height: 400px;
}

.column_left {
	float: left;
	width: 50%;
}
.column_right {
	float: right;
	width: 50%;
}

.column_left .container, .column_right .container {
	border: 1px #ccc solid;
	margin: 5px;
	padding: 10px;
}
.column_left h1, .column_right h1 {
	text-align: center;
	margin: 0;
	padding: 0;
}

sup.footnote, p.footnote sup {
	color: red;
}
p.footnote {
	font-size: 0.9em;
}

table.devices {
	border: 1px #666 solid;
	width: 100%;
}
table.devices th {
	border: none;
}
table.devices td {
	border: 1px #999 solid;
	padding: 5px;
	width: 33.3%;
}