#nbc_main 
{
    min-width:1100px;
  width:1100px;
  margin-left:0px;
    margin-right:auto;
    overflow:hidden;
   background-color: white;
}
* html #nbc_main { /*IE6 only*/
  width:1260px;
}

/* Header */
#nbc_topb
{
  background-color: #d2d1d1;
  padding-left: 186px; /*372px;*/ 
}

#nbc_topbar
{
  width:1100px;
  height: 51px;
    background-image: url(images/back_header.gif);
    background-repeat: repeat-x;
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    overflow: hidden;
}

#nbc_logotop
{
  width: 319px;
  height: 42px;
    float: left;
  margin: 9px 0px 0px 19px;
}

#nbc_logobottom
{
  width: 78px;
  height: 17px;
    float: left;
  margin: 0px 0px 0px 19px;
}

#nbc_topbar_rightbox
{
  width: 445px;
  height: 21px;  
  float: left;
  margin: 22px 0px 0px 312px; 
}

#nbc_searchbar
{
  width: 219px;
  height: 21px;
  float: left;
  background: white url(images/search_field.gif) no-repeat top left;
}

#nbc_searchbar_field
{
  width: 165px;
  height: 17px;
  margin: 1px 0px 0px 10px;
  border: 0px;
  background-color: white;
}

#nbc_searchbar_button
{
  width: 37px;
  height: 21px;
  float: right;
  background: white url(images/search_button.gif) no-repeat top left;
  border: 0px;
  cursor: pointer;
}

#nbc_langselect
{
  width: 205px;
  height: 18px;
  margin: 1px 0px 0px 0px;
  float: right;
  background: white url(images/langselect_left.gif) no-repeat top left;
}

#nbc_langselect_right
{
  width: 9px;
  height: 18px;
  float: right;
  background: white url(images/langselect_right.gif) no-repeat top left;
}

#nbc_langselect_spacer
{
  width: 10px;
  height: 10px;
}

#nbc_langselect img
{
  margin: 3px 1px;
  border: 0px;
  float: left;  
}

.nbc_flag
{
  margin: 3px 1px;
  border: 0px;
  float: left;
}

/* Navigiation */
#nbc_menubar
{
  width:1100px; 
  height: 26px;
  background: url(images/back_mainmenu.gif) repeat-x;
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    border-bottom: 1px solid #af0e0e;
    overflow: hidden;
}

#navigation ul 
{
      margin:0;
      padding:1px 0px 0;
      list-style: none;
      list-style-type: none;
}

#navigation li 
{
      float:left;
      background:url("images/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 1px;
      list-style-type: none;
}

#navigation a 
{
      float:left;
      display:block;
      white-space: nowrap;
      width:.1em;
      background:url("images/right_both.gif") no-repeat right top;
      padding:5px 15px 5px 14px;
      text-decoration:none;
      font-weight:bold;
      color: white;
}

#navigation > ul a {width:auto;}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
    /* End IE5-Mac hack */
    
#navigation a:hover 
{
      color: white;
}

#navigation li:hover
{
      background-position:0% -24px;
      color: white;
}

#navigation li:hover a 
{
      background-position:100% -24px;
}

#selected
{
  background-position:100% -24px;  
}

#selected a
{
  background-position:100% -24px;  
}

#navigation_start
{
  width: 10px;
  height: 24px;  
  background:url("images/right_both.gif") no-repeat right top;
  float: left;
}
      
#navigation_end
{
  width: 1px;
  height: 24px;  
  background:url("images/left_both.gif") no-repeat left top;
  float: left;
}

/* Featured Articles */
#nbc_featuredcontainer
{
  height: 76px;
  width: 1100px; 
  margin-bottom: 0px;
  background-color: #f1f1f1;
  border-bottom: 2px solid #af0e0e;
}

.nbc_featuredarticle
{
  width: 210px;
  height: 76px;
    overflow: hidden; 
    float: left;
  position: relative;
  
}

.nbc_featuredarticle img
{
  z-index: 1;
  border: 0px;
}

.nbc_featuredarticle div
{
  position: absolute;
    width: 223px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;  
}

.nbc_featuredtextbox
{  
    z-index: 2;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;    
}

.nbc_featuredlabel
{
    z-index: 3;
    color: white;  
}

.nbc_featuredlabel a
{
  color: white;
  text-decoration: none;
}

.nbc_featuredlabel a:hover
{
  color: white;
  text-decoration: none;
}

.nbc_featuredspacer
{
  width: 3px;
  height: 76px;
  float: left;
}

#nbc_breadcrumb
{
  font-size: 10px;
  margin-bottom: 5px;
}

#nbc_breadcrumb span
{
  color: #666666;
}

#nbc_contentcontainer 
{
  background: url("images/back_rightbox.gif") repeat-y right top;

}

#nbc_contentcolumns 
{
  float:left;
  width:764px;
  overflow:hidden;
  background-color:#FFFFFF;
}
* html #nbc_contentcolumns   { /*IE6 only*/
  width:800px;
}

#nbc_maincontent 
{
  float:left;
  width:764px;

}

#nbc_subcontent 
{
    float:left;
    width:180px;
    padding:5px;
}
* html #nbc_subcontent  { /*IE6 only*/
  width:191px;
}

#nbc_linklist 
{
  float:left;
  width:336px;
  background-color:#efefef;
  border-right: 0px solid #af0e0e;
}

#nbc_belowcontent 
{
    clear:both;
}

#nbc_belowcontent_wide 
{
    clear:left;
}

#nbc_skys
{
   position:absolute;
    left:1105px;  
    top:50px;
}

/* Footer */

#nbc_bottombar 
{
    background: #666972 url(images/back_footer.gif) repeat-x top left;
  clear:both;
    padding-bottom: 10px;
    border-top: 1px solid #af0e0e;
    color: white;
}

#copyright 
{
    color: white;
    float: left;
    padding: 10px 10px 10px 70px;
    font-size: 10px;
    text-align: right;
    width: auto;
}

#footer
{
  width: 1107px;
  padding: 10px 10px 10px 10px;
}

.footerbox
{
  width: 200px;
  padding-left: 10px;
  float: left;
  border-left: 1px dashed white;
}

#nbc_bottombar h2    { color: white; font-size: 10px; padding: 0px 0px 5px 0px; margin: 0px; }
#nbc_bottombar p    { color: white; font-size: 10px; padding: 7px 0px 5px 0px; margin: 0px; }
#nbc_bottombar a    { color: white; text-decoration: none; }
#nbc_bottombar a:hover  { color: white; text-decoration: underline; }

/* General */
body 
{
    color: #000;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
}

p 
{
  line-height:17px;
  color: #000;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
}

a 
{
  color: #af0e0e;
  text-decoration: none;
}

a:hover 
{
  text-decoration: underline;
}

a:visited
{
  color:#8A091A;
}

h1 
{
  color: #2e2e2e;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-shadow: #d2d2d2 1px 1px 1px;
}

#nbc_subcontent h1 
{
  color: #2e2e2e;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
  text-shadow: none;
  letter-spacing: 1px;
}

h2 
{
  color: #2e2e2e;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  margin-top: 25px;
  letter-spacing: 1px;
}

h3 
{
  color: #2e2e2e;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

h4 
{
  color: #2e2e2e;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin-bottom:5px;
}

h5 
{
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
}

p 
{
  color: #000000;
  margin-top: 5px;
  margin-bottom: 10px;
}

.indent 
{
  margin-left: 15px;
  margin-right: 15px;
}

ul 
{
  list-style: outside; 
  padding: 2px; 
  margin-left: 15px; 
}
 
li 
{
  list-style-type: disc; 
  margin-bottom: 1px; 
}
 
table 
{
  font-size:11px;
}

td 
{
  vertical-align: top;
  font-size:11px;
}

td.container 
{
  padding-bottom: 100px;
}

a.glossary 
{
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #ec5210;
}

dd.csc-textpic-caption 
{
  font-style: italic;
  text-align: center; 
}

#contenttable 
{
  padding: 2px;
  margin: 0;
}

.tr-even td 
{
  background-color: #EAEAEA;
  padding: 6px 6px 6px 12px;
  color: #000000;
}

.tr-odd td 
{
  background-color: #F5F5F5;
  color: #000000;
}

.contenttable th 
{
  color: #FFFFFF;
  letter-spacing: 2px;
  text-align: left;
  padding: 2px 2px 2px 6px;
  background-color: #606060;
}

.contenttable td 
{
  padding: 5px;
}

DD 
{
  margin-left: 0;
}

p.align-center 
{
  text-align:center;
}

p.align-left 
{
  text-align:left;
}

p.align-right 
{
  text-align:right;
}

p.align-justify 
{
  text-align:justify;
}

/* Content */
#content 
{
  padding: 8px;
  padding-left: 18px; 
}

/* Linklist */
#linklist4 
{
  width: 314px;
  padding: 10px;
  margin-top: 10px;
  /*margin-left: 10px;*/
    margin-bottom: 10px;/*  margin-right: 5px;*/
}

#linklist4-180 
{
  color: #505050;
  background-image: url(images/back_linklist_wide.gif);
  background-repeat: repeat-y;
  padding: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 8px;
  border: 1px solid #AAAAAA;
  width: 180px;
}

#contenta 
{
  margin-top:5px;
}

table.moduletable     {width: auto; padding: 5px; border: 1px solid #CCCCCC; margin-top: 10px;}
table.moduletable th   {background-color: #FFFFFF; color: #646464; text-align: left; text-transform: uppercase; padding: 2px;}
table.moduletable td   {background-color: #FFFFFF; color: #000000; }


/* Forms */
#nbc_contentcolumns input 
{
  color: #646464; 
  background-color: #EFEFEF; 
  font-size: 10px; 
  border: 1px solid #AAAAAA;
}

#nbc_contentcolumns select 
{
  color: #646464; 
  background-color: #EFEFEF; 
  font-size: 10px; 
  border: 1px solid #AAAAAA; 
}

#nbc_contentcolumns textarea 
{
  color: #646464; 
  background-color: #EFEFEF; 
  font-size: 10px; 
  border: 1px solid #AAAAAA; 
}
