/* ========================
    N C B C   S T Y L E S
   ======================== */

body {
	background-color: #CCCCCC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	border: 0;
	}

td, th, p, li, blockquote, div {
	font-family: arial, sans-serif;
	padding: 0;
	font-size:12px;
	color:#000000;
	margin: 0 0 0.5em 0;
	}
#navmain li {
	float: left;	/* causes the list to align horizontally instead of stack */
	position: relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type: none;	/* removes the bullet off each list item */
	white-space: nowrap;
	margin: 0; /* XXXXXXXXXXXXXXXX */
	background-image: url(../2009/images/nav-off.gif);
	background-repeat: no-repeat;
	width: 189px;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	padding: 0;
	margin: 0 0 1em 0;
	}

h1 {
	font-size:16px;
	color: #002170;
	padding: 16px 0 0 0;
	}	
h2 {
	font-size: 14px;
	color:#666666;
	margin: 1em 0 0.5em 0;
	}
h3 {
	font-size: 12px;
	color:#555;
	margin: 0.5em 0 0.5em 0;
	}

ul {
	margin-left: 1.5em;
	padding-left: 0;
	}
ul li {
	margin-left: 0em;
	}

a:link {
	text-decoration: underline;
	color:#9C1F2E;
	font-weight: normal;
	}
a:visited {
	text-decoration: underline;
	color:#314178;
	font-weight: normal;
	}
a:active {
	text-decoration: underline;
	color:#9C1F2E;
	font-weight: normal;
	}
a:hover {
	text-decoration: underline;
	color:#CC4200;
	font-weight: normal;
	}

.ncbcsmall {
	font-size: 90%;
	}

.ncbcsmaller {
	font-size: 80%;
	}

.maincontent {
	padding: 0 6px 1em 30px;
	margin: 0 0 0 145px;
	text-align: left;
	min-height: 384px;
	background-color: white;
	}

/* wrapper for page just within the body tag */
#page {
	width: 100%; /*719px;*/
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	border: 0;
	background-color: white; /*#002170;*/
	}

/* banner at top of every NCBC page */
#banner {
	width: 100%;
	height: 107px;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #002170; /* #485E89; */
	text-align: center;
	vertical-align: middle;
	}


#banner h1, 
#banner h2 {
	font-family: "Felix Titling", "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	display: block;
	}
#banner h1 {
	font-size: 20px;
	padding-bottom: 0.5em;
	padding-top: 1.5em;
	font-weight: bold;
	}
#banner h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}

/* global non-year-specific navigation menu for all NCBC pages */
#navmain {
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
	padding: 6px 0px 6px 0px;
	background-color: #999999;
	border-bottom: #666666 2px solid;
	}

#navmain ul {
	margin: 0;
	padding: 0;
	}
#navmain ul li {
	font-size: 12px;
	line-height: 11px;
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 9px 0px 9px 0px;
	}

#navmain a {
	color: #002170;
	text-decoration: none;
	margin: 0;
	padding: 3px 8px 3px 8px;
	vertical-align: baseline;
	/*border: 1px dotted red;*/
	font-weight: bold;
	}
#navmain a:link {
	color: #002170;
	}
#navmain a:visited {
	color: #002170;
	}
#navmain a:active {
	color: #002170;
	}
#navmain a:hover {
	color: #dddddd;
	background-position: left top;
	}
#navmain a.selected:hover,
#navmain a.selected:active,
#navmain a.selected {
	color: white !important;
	}

/* wrapper for the page body between the banner/nav and footer */
#pagebody {
	background-image: url(../images/body-background.jpg);
	background-color: white;
	background-position: left;
	background-repeat: repeat-y;
	position: relative;
	top: 0px;
	width: 719px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 0px;
	}

/* navigation menu for secondary navigation on all non-year-specific pages */
#navsubmain {
	background-color: #002170; /* #666; */
	float: left;
	margin: 0 0 0 0;
	text-align: center;
	width: 144px;
	font-size: 12px;
	line-height: 12px;
	}

#footer {
	width: 100%; /* 719px; */
	clear: both;
	text-align: center;
	vertical-align: middle;
	background-color: #002170;
	padding: 0.5em 0 0.5em 0;
	}

#footer p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 11px;
	}

/*  --------------------------------
	styles for gray sidebars
	-------------------------------- */

.sidebar {
	border: 0;
	padding: 1em;
	float: right;
	margin: 1.0em 0 1.0em 1.0em;
	background-color: #e8e8e9;
	width: 208px;
	font-size: 12px;
	text-align: left;
	}

.sidebar h1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #2905A1;
	}

.sidebar p {
	font-size: 12px;
	padding-bottom: 0.5em;
	}

/* for links on headings in the proceedings */
h2 a:link {
	text-decoration: underline;
	color:#8f8a76;
	font-weight: bold;
	}
h2 a:visited {
	text-decoration: underline;
	color:#8f8a76;
	font-weight: bold;
	}
h2 a:active {
	text-decoration: underline;
	color:#8f8a76;
	font-weight: bold;
	}
h2 a:hover {
	text-decoration: underline;
	color:#993300;
	font-weight: bold;
	}

table.proceedings {
	border: none;
	border-top: 3px solid #cccccc;
	padding-top: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	}

table.proceedings td {
	vertical-align: top;
	padding-right: 6px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #ccc;
	}
table.proceedings td.file {
	display:none;
	}

.hidden {
	display:none;
	background-color:#FF00CC;
	}
p.mininav {
	padding: 3px;
	margin: 3px 0 3px 0;
	background-color:#e0e0e0;
	}

.filesize {
	color: #FF6600;
	font-style:normal;
	}

/* hanging indent - for manual ">" bullets */
p.hanging {
	text-indent: -1em;
	padding-left: 1em;
	}

img.sidepic {
	margin: 0 0 1em 1em;
	float: right;
	border: none;
	}

.subscript {
	font-size: 70%;
	}

