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;
}

#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: #E9E9E9;
  border-bottom: 1px solid #000000;
  height: 90px;
  padding-top: 5px;
}

#trailer_logo {
  padding-left: 10px;
  padding-top:10px;
  padding-bottom:10px;

}

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

  #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:5px;
    padding-bottom:2px;
    text-align:center;
    background:url('../images/dotimage_top.gif');
    background-repeat:repeat-x;
    background-position: bottom left;
    margin-bottom: 4px;
  }
  
  #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 {
    padding-top: 2px;
    margin-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 a {
    font-size:12px;
    text-decoration: none;
    color:#000000;
    margin:2px 0 2px 0;
    padding:2px;	
  }
  
  .article_overview a:hover {
    font-weight: bolder;
  }
  
  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%;
  }


#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;
  }
  
/* Footer */
#pagefooter {
  clear: both;
  background-color: #94A5B7;
  # padding-top: 3px;
  # padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  # border-top: 1px solid #000000;
}

  #advertising_bottom {
    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;
}

