body {
	font-size: 0.9em;
	font-family: bitstream vera sans,sans-serif;
	margin: 0;
	padding: 0;
	/* (The background color is specified elsewhere, so do a global replacement if it ever changes) */
	background-color: #d9d9d9;
}

a:link {
	color: #900;
}
a:visited {
	color: #48468f;
}
a:hover {
	color: #f20;
}
a[name] {
	color: inherit;
	text-decoration: inherit;
}

#header {
	background-color: #fff;
	height: 62px;
}
#header img {
	border: 0;
	vertical-align: middle;
}
#header-logo {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 26px;
	top: 13px;
	z-index: 3;
}

#nf-nav {
	margin: 0;
	padding: 0;
	background-color: #006699;
	font-size: 0;
	height: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #f5f5f5;
}

#side-left {
	position: absolute;
	z-index: 2;
	width: 11em;
	/* Space down for the approx line height (fonts) */
	left: 12px;
}



#side-left {
	top: 2px;
	/* add to the top margin to compensate for the fixed sizes */
	margin-top: 75px;
	color: #555;
	font-size: 0.9em;
}


/* -----------------------Left-side naviagation--------------------- */

#side-nav-label {
	display: none;
}
#side-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #5976b2;
	border-top: 0;
	background-color: #22437f;
}
#side-nav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #5976b2;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #22437f;
}
#side-nav a {
	margin: 0;
	color: #c5ccdb;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#side-nav a:hover {
	background-color: #34548f;
	color: #fff;
}
#side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#side-nav ul li {
	border-top: 1px solid #34548e;
	background-color: #34548e;
	border-bottom: 1px solid #34548e;
}
#side-nav ul li:hover {
	border-bottom: 1px solid #34548f;
}
#side-nav ul li a {
	padding-left: 12px;
	color: #a7b2c9;
}
#side-nav ul li a:hover {
	background-color: #46659e;
}
#side-nav ul ul li a {
	padding-left: 18px;
}
#side-nav strong a {
	font-weight: normal;
	color: #fff !important;
	background-color: #10203b;
}
#side-nav strong a:hover {
	background-color: #172e56 !important;
}

/* content containers */


#nf-middle-one, #nf-middle-two, #nf-middle-three {
	font-size: 0.9em;
	/* position: relative; */ /* relative to utilize z-index */
	width: auto;
	min-width: 120px;
	margin: 10px;
	z-index: 3; /* content can overlap when the browser is narrow */
}
#nf-middle-two, #nf-middle-three {
	margin-left: 11em;
	padding-left: 24px;
}
#nf-middle-three {
#	margin-right: 13em;
#	padding-right: 24px;
}

#content {
	padding: 24px;
	border: 1px solid #aaa;
	background-color: #fff;
}

#content > .corner-bottom { top: 0 }

#nf-footer {
	font-size: 0.75em;
	text-align: center;
	color: #777;
	margin-bottom: 2em;
}

