
  body {
    color: black;
	background-color: white;
	font-family: "Century Gothic", "Times New Roman", Times, serif;
	text-align: center;
    font-size:10pt;
	margin: 0 0 0 0;
	}
	
  h1 {
    color: #6867a0;
    font-size: 1.8em;
	font-weight: bold;
    }
  h2 {
    color: #6867a0;
    font-size: 1.4em;
	font-weight: bold;
    }
  h3 {
    color: black;
    font-size: 1.2em;
	font-weight: bold;
    }

  .tab{margin-left:20px;}

  #containNavbarContent {
      background-color: white;
      width: 800px;
      margin-top: 0;
      margin-right: auto;
      margin-left: auto;
      text-align: left;
      padding: 0 0 0 0;
	}
	
  #navbar {
      background-color: white;
	  width: 150px;
	  padding-left: 10px;
	  padding-right: 10px;
	  overflow: hidden;
      color:black;
	  font-size: 1em;
	  text-align: center;
      float: left;
  } 	

  #content {
      margin-left: 170px;
	  width: 600px;
	  padding-left:15px;
	  padding-right:15px;
      padding-top:10px;
      padding-bottom:10px;
	  background-color: white;
	  font-size: 1em;
  }

  #content_papers {
      margin-left: 170px;
	  width: 900px;
	  padding-left:15px;
	  padding-right:15px;
      padding-top:10px;
      padding-bottom:10px;
	  background-color: white;
	  font-size: 1em;
  }
  
  #ContainBanner {
    width: 800px;
	height: 75px;
	background-color: white;
    margin-right: auto;
	margin-left: auto;
    margin-top: 30px;
	padding: 0 0 0 0;
    }
  #banner_a {
    width: 150;
	height: 75px;
	background-color: white;
    margin-right: auto;
	margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    }
  #banner_b {
    width: 600px;
	height: 75px;
	background-color: white;
    margin-right: auto;
	margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    text-align: left;
    }
  
  p1.banner_b {
    color:black;
	text-align: left;
	font-size: 17pt;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 20px 0 0;
    position:relative;
    top:20%;
    }  
  p2.banner_b {
    color:#797979;
    color: #6867a0;
	text-align: left;
	font-size: 15pt;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 20px 0 0;
    position:relative;
    top:20%;
    }  
  
  ul.navbar {
    list-style-type: none;
	margin: 0px 0 60px 0;
	padding: 0 0 0 0;
	}
  ul.navbar li {
    color: #6867a0;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
    padding: 0px 0px 0px 10px;
    line-height:2.0em; border-top: 1px solid #CCC;
	}
  ul.navbar a {
	text-decoration: none;
	}
  ul.navbar a:link    { color: black;}
  ul.navbar a:visited { color: black;}
  ul.navbar a:hover   { color: #6867a0; }
  
  img.logo {
    width: 100px;
    height: 100px;
    padding: 10px 0px 0px 0px;
    }
  address {
    margin-top: 1em;
	padding-top: 1em;
	text-align: center;
	margin: 0 0 20px 0;
	}
	
