body {
  background-color: #E8EBEE;
  font-size: 12px;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

a {
  text-decoration:none;
  color: #000000;
}

.content_small {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #81A6B3;
}

#shadow, #shadow2, #shadow3, #shadow4 {
  padding: 1px;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

#shadow1 {
  background-color: #636465;
  border: 1px solid #797b7d;
  margin: 0px;
}

#shadow2 {
  background-color: #919395;
  border: 1px solid #a7a9ab;
  margin: 0;
}

#shadow3 {
  background-color: #bbbdc0;
  border: 1px solid #cbced1;
  margin: 0;
}

#shadow4 {
  background-color: #d7dadd;
  border: 1px solid #dfe2e5;
  margin: 0;
}

#shadow5 {
  background-color: #e4e7ea;
  border: 1px solid #e6e9ec;
  margin: 4;
}

#outer_wrapper {
  margin-left: auto;
  margin-right: auto;
  min-width: 850px;
  width: 95%;
}

#wrapper {
  color: black;
  background-color: #FFFFFF;
  background-image: url(../images/menu_background.gif);  
  background-repeat: repeat-y;
  background-position: top left;
  border: 1px solid #000000;
}

#pagehead {
  position: relative;
  background-color: #94A5B7;
  border-bottom: 1px solid #000000;
  height: 74px;
}

#mainsection {
  padding-top: 3px ;
  padding-right: 10px; 
  padding-bottom: 20px;
  padding-left: 10px; 
  margin-left: 180px;
}

  #content {
      overflow: auto;
  } 
  
  .skiplink {
    display: none;
  }
  
  #mainsection a {
    color: #586a7d;
    text-decoration:underline
  }

  #mainsection a:hover {
    background-color: #E8EBEE;
    color: #36597d;
    text-decoration:underline
  }
  
  #advertising {
    padding-top:3px;
    padding-bottom:3px;
    text-align:center;
    background:url('../images/dotimage_top.gif');
    background-repeat:repeat-x;
    background-position: bottom left;
  }
  
  #prev_next_page {
    padding-top:5px;
    padding-bottom:5px;
    text-align: center;
    background:url('../images/dotimage_bottom.gif');
    background-repeat:repeat-x;
    background-position: top left;
  }
  
  #buttonbox_top {
    position:relative;
    top:-65px;
    right: 2px;
    float:right;
  }
  
  #buttonbox {
      padding-top: 2px;
      text-align: center;
  }
  
  /* Clickpath container itself */
  #clickpath {
    background:url('../images/dotimage_top.gif');
    background-repeat:repeat-x;
    font-size: 10px;
    color: #81A6B3;
    height: 16px;
  }
  
  /* Clickpath link */
  #clickpath a {
    font-size: 9px;
    text-decoration: none;
    color: #81A6B3;
  }
  /* Clickpath link while mouse hover */
  
  #clickpath a:hover {
    color:#000000;;
  }
  .article_overview ul {
    list-style-image:url(../images/li_icon.gif);
  }
  
  .article_overview a {
    font-size:12px;
    text-decoration: none;
    color:#000000;
    margin:2px 0 2px 0;
    padding:2px;
    line-height: 2;
  }
  
  .article_overview a:hover {
    background-color: #E8EBEE;
    color: #000000;
  }
  
  blockquote.quote {
    padding: 5px;
    padding-left: 15px;
    border-left: 5px #6A7886 solid;
    background-color: #C9D1D1;
  }
  
  blockquote.code {
    padding: 5px;
    padding-left: 15px;
    border-left: 5px #6A7886 solid;
    background-color: #C9D1D1;
    font-family: sans-serif, Arial, Helvetica, Verdana;
  }
  
  .code {
    background-color: #CAD1D8;
    padding: 3px;
    color: #58636e; 
    font-size: 11px;
    font-family: "Courier New";
    text-align: left;
    line-height: 16px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #a9a9a9;
  }
  
  .quote {
    margin:15px 10px;
    background: #FFFFFF url(../images/quote.gif) 0 0 no-repeat;
    padding-left:25px; 
  }
  
  #content {
    width: 100%;
  }
  
  .indent {
    padding-left:10px;  
  }



#menusection {
  float: left; 
  width: 180px;
  padding-left: 2px; 
  padding-top: 2px;
  padding-bottom: 15px;
}

  #menusection ul {
    padding: 0;
    margin: 0;
  }
  
    #menusection li {
      list-style: none;
      font-size:12px;
      margin: 0;
      padding-left: 5px;
    }
    
  #menusection ul ul {
    padding: 0;
    margin: 0;
  }
  
    #menusection li li{
      list-style: none;
      font-size:12px;
      margin: 0;
    }

  /* Link without any actions */
  .menu_level_1_no a, .menu_level_1_cur a, .menu_level_1_act a {
    color:#6A7886;
    font-weight:bold;
    margin:2px 0 2px 0;
    padding:3px 1px 3px 4px;
    text-decoration:none;
    background:transparent;
    display:block;
    border:1px solid #C9D1D1;
    width:155px;
  }

  /* Link while mouse hover */
  .menu_level_1_no a:hover {
    color:#000000;
    background:#93A4B6;
  }

  /* Link without any actions */
  .menu_level_1_cur a {
    color:#000000;
    font-weight: bolder;
  }

  /* Link while mouse hover */
  .menu_level_1_cur a:hover {
    color:#000000;
    background: #93A4B6;
  }

  /* Link without any actions */
  .menu_level_1_act a {
  }

  /* Link while mouse hover */
  .menu_level_1_act a:hover {
    color:#000000;
    background:#93A4B6;
  }


  /* Link without any actions */
  .menu_level_2_no a, .menu_level_2_cur a, .menu_level_2_act a {
    color:#6A7886;
    font-size: 12px;
    font-weight: bold;
    margin:2px 0 2px 0;
    padding:1px 1px 1px 3px;
    text-decoration:none;
    background:transparent;
    display:block;
    border:1px solid #C9D1D1;
    width:150px;
  }
  
  /* Link while mouse hover */
  .menu_level_2_no a:hover {
    color:#000000;
    background: #93A4B6;
  }  

  /* Link without any actions */
  .menu_level_2_cur a {
    color:#000000;
  }

  /* Link while mouse hover */
  .menu_level_2_cur a:hover {
    color:#000000;
    background: #93A4B6;
  }

  /* Link without any actions */
  .menu_level_2_act a {
  }
  
  /* Link while mouse hover */
  .menu_level_2_act a:hover {
    color:#000000;
    background: #93A4B6;
  }
  
  /* menu skyscaper */
  #advertising_menu {
    padding-top:20px;
    text-align:center;
  }
  
/* Footer */
#pagefooter {
  clear: both;
  background-color: #94A5B7;
  font-size:0px;
  padding:0px;
  margin:0px;
  heigth:0px;
  # padding-top: 3px;
  # padding-bottom: 3px;
  # padding-left: 10px;
  # padding-right: 10px;
  # border-top: 1px solid #000000;
}

  #advertising_bottom {
    text-align:center;
    padding: 0px;
  }
  
  #advertising_foot {
    text-align:center;
    padding:0px;
  }

#copyright {
  font-size: 10px;
  text-align: center;
}

/*********************/
/* Typo Style update */
/*********************/

.csc-firstHeader {
  font-size: 18px;
  font-weight: bolder;
}

.bodytext {
  font-size: 12px;
  font-stretch:wider;
  line-height: 19px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

h1 {
  font-size: 18px;
  font-weight: bolder;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 16px;
  font-weight: bolder;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

