body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	color:#303030;
	background-color:#fff;
	margin: 0;
}

#navleft {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 165px;
}

#navleft ul {
	list-style:none;
	font-size: 0.8em;
	float: left;
	overflow: hidden;
	width: 160px;
	padding:0px;
	margin:0px;
}

#navleft li {
	margin-bottom: 3px;
	background-color: #f0f0f0;
	padding: 3px;
}

#main {
	position: absolute;
	top: 3px;
	left: 170px;
	width: 820px;
	overflow: auto;
}

#footer {
	clear: both;
	font-size: 0.7em;
	color: #999;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.textbox {
	float: left;
	clear: both;
	width: 800px;
	overflow: auto;
	padding: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
	text-align: justify;
	vertical-align: top;
	border: 1px #f93 solid;
}

section {
	float: left;
	clear: both;
	width: 800px;
	overflow: auto;
	padding: 3px;
	font-size:0.9em;
	margin-bottom: 3px;
	margin-right: 3px;
	text-align: justify;
	vertical-align: top;
	border: 1px #f93 solid;
}

section h4 {
	margin-top: 5px;
	margin-bottom: 12px;
}

.labelbox {
	font-size: 0.8em;
	text-transform: uppercase;
	float:left;
	margin: 1px 10px 1px 1px;
	width:200px;
	overflow: hidden;
	padding: 3px;
	background-color: #f0f0f0;
	clear: both;
}

.centerbox {
	font-size: 0.9em;
	float:left;
	width:540px;
}

.helpbox {
	font-size: 0.9em;
	float:right;
	padding: 3px;
	margin: 1px;
}

.formfield {
	float:left;
	width:400px;
	clear: both;
}

.navicons {
	margin: 0px;
	float: right;
	display: inline;
}

.centered {
	text-align: center;
	vertical-align: middle;
}

.footnote {
	font-size:0.7em;
	padding-bottom: 10px;
}

.right {
	float: right;
}

.nopad {
	padding: 0px;
}

.nofl {
	overflow: hidden;
}

.pagehead {
	font-size: 1.4em;
	padding-bottom: 5px;
	padding-top: 5px;
}

.publication {
	font-size:0.9em;
	padding-bottom: 8px;
}

.address {
	font-size:0.9em;
}

.lg {
	background-color: #f0f0f0;
}

.small {
	font-size:0.9em;
}

.tiny {
	font-size:0.7em;
}

.w {
	background-color: #fff;
}

.white {
	background-color: #fff;
}

img {
	border: 0;
}

table {
	width: 100%;
}

th {
	text-align: center;
	font-size: 0.9em;
	font-weight: 700;
	padding: 5px;
}

td {
	text-align: left;
	padding: 0px 5px 5px 0px;
	font-size:0.8em;
	margin: 1px;
}

ul {
	font-size:0.9em;
	text-decoration: none;
}

a {
	font-weight: 500;
	color: #333333;
	text-decoration: none;
	border:0;
}

a:hover {color: #f00; background-color: #fff;}

a.help span {display:none;}
a.help:hover {
	position:relative;
	z-index:500;
}
a.help:hover span {
	display:block;
	position:absolute;
	width:420px;
	top:-5px;
	left: -415px;
	padding:3px;
	font-weight:lighter;
	font-size:0.9em;
	color:#333;
	background:#ffd;
	border: 1px solid #ffd;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}
