body {
	background: #0296AC;
	padding: 10px;
	margin: 0px;
	padding-right: 0px;
	font-family: Verdana, sans-serif;
}
#content {
	background: #FFFFFF;
	color: #000000;
	padding: 6px;
	font-size: .8em;
	margin-left: 145px;
	margin-right: 10px;
	border-left: 2px solid #0F4D71;
	border-right: 2px solid #0F4D71;
}
#nav {
	position: relative;
	border: 2px solid #0F4D71;
	text-align: center;
	width: 120px;
	float: left;
	left: 10px;
	top: 10px;
	-moz-border-radius: 12px 12px 12px 12px;
}
acronym {
	border-bottom: 1px dotted #0F4D71;
}
.listing {
	margin-bottom: 3px;
}
.listing span {
	font-weight: bold;
	border-right: 5px double #87A6B8;
	border-bottom: 1px solid #87A6B8;
	padding-right: 4px;
}
#nav a {
	padding: 4px;
	background: #1ABAD2;
	font-size: .7em;
	display: block;
	color: white;
	-moz-border-radius: 8px 8px 8px 8px;
	margin: 2px;
	font-weight: normal;
}
#nav div {
	padding: 4px;
	background: #1ABAD2;
	-moz-border-radius: 8px 8px 8px 8px;
	margin: 2px;
}
#nav form {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#nav select {
	font-size: .7em;
	background: #1ABAD2;
	font-weight: normal;
	color: white;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	background: #1C9BE4;
	text-decoration: none;
}
#nav a:hover .lbracket, #nav a:hover .rbracket {
	visibility: visible;
}
#footer, h1 {
	background: #1ABAD2;
	border: 2px solid #0F4D71;
	color: #0F4D71;
	border-right: none;
	padding: 4px 10px 4px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#footer {
	text-align: right;
	font-size: .6em;
}
h1 {
	font-style: italic;
	height: 39px;
}
h2 {
	background: #8CDCE8;
	font-size: 1.5em;
	font-style: italic;
	color: #0F4D71;
	border-bottom: 2px solid #87A6B8;
	margin: 20px 0px 8px 0px;
	font-weight: normal;
	padding-left: 6px;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1em;
}
.lbracket, .rbracket {
	visibility: hidden;
}
.lbracket {
	float: left;
}
.rbracket {
	float: right;
}
a {
	color: #0F4D71;
	font-weight: bold;
	text-decoration: none;
}
