html, body {
	color: #003;
}

h2 {
	color: #003;
}

table {
	border-collapse:collapse;
	margin:0 auto;
}
th {
	border:1px solid #003;
	background-color:#f6f7f8;
	padding:0 0.5em;
	vertical-align:bottom;
	font-weight:bold;
}
th[scope=row] {
	background-color:#fcfcfc;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
tr:hover, tr:hover th[scope=row] {
	background-color:#f6f7f8;
}
td {
	border:1px solid #003;
	padding:0 0.5em;
	vertical-align:top;
}
table.docTable {
	border:0px;
}
sup a, sup a:link, sup a:visited {
	text-decoration:none;
}
sup a:hover, sup a:active {
	text-decoration:underline;
}

.docTable th {
	line-height: 1.5em;	
	margin-top: 1.5em;
	margin-bottom: 0;
	border-bottom: 1px solid #006;
	border-top: 1px solid #006;
	border-left:0 none transparent;
	border-right:0 none transparent;
	background-color: #F0F5F9;
	text-align: left;
	padding: 0 1em;
	font-weight:bold;
}
.docTable th.sub {
	padding:0.25em;
	background-color:#f6f7f8;
	font-weight:bold;
	border:0;
}
.docTable td {
	border-width:0px;
	padding: 0 1em;
}
table.subnavTable {
	width:100%;
}
.subnavTable td {
	border:0;
}
.subnavTable tr:hover {
	background-color:transparent;
}
hr {	
	border: 0;
	color: #000066;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}
	
/* Levin Alexander's graphic headers image replacement for the title */
#title, #title span {
	width:100%;
	height:83px;
	background-image: url("/napp/img/logo.jpg");
	background-repeat: no-repeat;
}

/* line 1 */
/* make right portion of header slide */
#header {
	background-image: url("/napp/img/bkg-repeat.jpg");
}

#headerRight {
	position:absolute;
	width:100%;
	height:83px;
	background-image: url("/napp/img/header_right.jpg");
	background-position: center right;
	background-repeat: no-repeat;
}

/* make the primary nav blend a bit more with the title */
#primary_nav {
	background-color: #F0F5F9;
	border-bottom: 1px solid #006;
	border-top: 1px solid #006;
}

#primary_nav li a {
	padding-right:1em;
}

/*** BEGIN header MPC link ***/
#hdrMPCLink {
	text-align:right;
}

#hdrMPCLink a {
	position:relative;
	width:auto;
	margin-right:25px;
	border-bottom-width:0;
	color:#fff;
	background-image:none;
}

#hdrMPCLink a:hover {
	color: #ccc;
	background-image:none;
}
/*** END header MPC link ***/

#main {
	background-position: 15em; 
}

#main #maincontent {
	margin-left: -57em;
	width: 41.5em;
}

#main #sidebar-left {
	width:15em;
	padding-top:1em;
}

#sidebar-left h2 {
	margin-top:1em;
}

