@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	text-align: center;
}
.nci #sidebar1 .navlink:hover {
	color: #339933;
}
.nci #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.nci #header {
	padding: 8px 0 8px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.nci #header-image {
	background: #666666;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	height: 17px;
	padding-top: 2px;
}
.nci #header-image a {
	color: #FFFFFF;
	text-decoration: none;
}
.nci #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.nci #top-nav {
	margin: 0 170px 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
}
.nci #top-nav img {
	margin: 0px;
	padding: 10px 0px 0px;
}

/* Sidebar Classes */
.nci #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 132px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 10px 10px 15px; /* padding keeps the content of the div away from the edges */
}
.nci #sidebar1 p {
	margin: 0px;
	padding: 0px;
}
.nci #sidebar1 li {
	list-style: square;
	font-size: 11px;
	color: #000000;
}
.nci #sidebar1 ul {
	padding-left: 1em;
	margin-top: 8px;
}
.nci #sidebar2 {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px; /* padding keeps the content of the div away from the edges */
	width: 145px;
}
.nci #sidebar2 p {
	font-size: 11px;
	margin-top: 15px;
}


/* Main Content Classes */
.nci #mainContent {
	margin: 10px 170px 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 5px 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
.nci #mainContent p {
	margin-top: 0px;
}
.nci #mainContent li {
}

/* Footer Classes */
.nci #footer {
	background:#FFFFFF;
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px solid #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.nci #footer p {
	margin: 0 0 0 5; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}


h1 {
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	color: #333399;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	color: #333399;
	margin-bottom: 1px;
	margin-top: 20px;
}
.nci #sidebar2 a {
	font-size: 11px;
	text-decoration: none;
}
h3 {
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* Classes dealing with links */
a {
	color: #FF6600;
	text-decoration: none;
}
.test    {
	color: #333333;
}
a:hover {
	color: #339933;
}
a.navlink {
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	line-height: 16px;
}
a.title-blue {
	color: #333399;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
.nci #mainContent a {
	color: #FF6600;
}
.nci #mainContent a:hover {
	color: #339900;
}
.nci #mainContent a:visited {
	color: 333399;
}
.nci #footer a {
	color: ff9933;
}


/* Formatting Classes */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.author {
	font-size: 10px;
	color: #666666;
	margin-top: 5px;
	margin-left: 20px;
}
.highlight {
	color: #CC0033;
	font-size: 10px;
}
.major-sponsors {
	font-size: 10px;
	color: #000000;
}
.quotation {
	font-size: 11px;
	font-style: italic;
	color: #000000;
	margin-bottom: 12px;
}
/*table {
}
td {
	border: thin solid #333333;
	padding: 3px;
}
th {
	border: thin solid #333333;
}*/
#cartimg  {
	margin: -105px 5px 0px 710px;
	padding: 0px;
	float: right;
}
#member-button {
	padding: 0px;
	margin: -71px 0px 0px 655px;
	float: left;
}
.nci #header-buttons {
	margin: 0px;
	padding: 0px;
}
.nci #sidebar2 ul {
	padding-left: 1em;
	margin-top: 8px;
}
.nci #sidebar2 li {
	list-style: square;
	font-size: 11px;
	color: #000000;
}
.nci #header-image a:hover {
	color: #FF9900;
	text-decoration: none;
}
a.friend-link  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
a.friend-link:hover     {
	color: #339933;
}
.orange {
	color: #FF6600;
}
.nci #mainContent img {
	padding-right: 7px;
	padding-bottom: 4px;
	text-align: left;
}
.nci  #sidebar2  h3, #sidebar1 h3 {
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 10px;
}
.nci  #mainContent ul {
	margin-top: 8px;
	list-style: square;
}
.nci #mainContent ol {
	margin-left: 10px;
	margin-top: 8px;
}
.highlight-body {
	font-size: 11px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.nci #sidebar1 img {
	padding-bottom: 5px;
}
/* Training Matrix Table Styles */

table#matrix  {
	margin: 0px 0px 0px -8px;
}
#matrix td {
	background: #CCCCCC;
	text-align: center;
	font-weight: normal;
}
#matrix tr.blueHead th, #matrix tr.blueFoot th {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#333399
}
#matrix th {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
}
#matrix  th a {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}
#matrix  th.publicHdr {
	background: url(/gfx/public-table.png) no-repeat;
}
#matrix th.inhouseHdr {
	background: url(/gfx/in-house-table.png) no-repeat;
}
#matrix .tblTitle {
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	color: #000000;
	margin: 0;
	font-weight: bold;
}
