body {
  font-family: 'Roboto', sans-serif;
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-size:12px;
  font-weight: 400;
  background-color:white;
}

#wrapper {
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    margin-top:0;
    margin-bottom:50px;
    border: 0px solid #bebebe;
    background-color:white;
}

h1 { 
    display: block;
    font-size: 2.2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    text-align:center;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #0095D7;
}

h2 {
    display: block;
    font-size: 1.7em;
    margin-top: 1.83em;
    margin-bottom: 0.0em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #0095D7;
}

h3 { 
    display: block;
    font-size: 1.3em;
    margin-top: 0.5em;
    margin-bottom: -0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color:orange ;
}
.clearing {
  height: 1px;
  clear: both;
}

/******************* header **********************/

.logo {
  float: left;
  margin: 3px;
}
.logo a {
  color: #800000;
  text-decoration: none;
}
.htitle {
  float: left;
  margin-top: 10px;
  margin-left: 90px;
}

/******************* menu ************************/

/******************* menu2 **************************/
#seenav2 {
  position: fixed;
  left:0;
  width: 30px;
  background-color: #bbb;
  border-radius: 0 15px 15px 0;  
  padding: 20px 5px;
  margin-top: 60px;
}
#hidenav2 {
  position: fixed;
  z-index:1000;
  left:255px;
  width: 30px;
  background-color: #bbb;
  border-radius: 0 15px 15px 0;  
  padding: 20px 5px;
  margin-top: 60px;
}
#nav2 {
  position: fixed;
  left:0;
  width: 245px;
  background-color: #fafafa;
  border-radius: 0 15px 15px 0;  
  padding: 0px 5px 20px 18px;
  margin-top: 60px;
  list-style:none;
  text-align: left;
}
#nav2 ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: left;
}
#nav2 li a {
   margin:0;
   font-size:1em;
   color: #0095D7;
   padding-top: 15px;   
}
#nav2 li li {
   margin:0;
   text-indent:1%;
   font-size:0.85em;
   color: orange;
}
#nav2 li li a{
   color: orange;
   padding-top: 3px;
}

#nav2 a {
  display:block;
  text-decoration: none;
}
#nav2 a:hover {
   text-decoration: underline;
}
/*
.nav2-hide{
  display:none;
}

.nav2-show{
  display:block;
}
*/
/******************* main text **********************/

.text-column {
  float : left;
  width : 940px;
  margin-left:30px;
}

.text-column ul{
  margin-bottom: 20px;
  margin-top: 0px;
}

.myTHM {
  padding:10px;
  margin-left:5%;
  width : 90%;
  border:1px solid black; 
  background-color:#ccf0ff;
}


.mycode {
  padding:3px; 
  padding-left:6px; 
  border:1px solid #d0d0d0; 
  margin:2px 0 2px 0;
  width : auto; 
  background-color:rgba(0, 149, 215, 0.05);
  font-size:0.7em;
}

a {color: #0070F0; text-decoration: none;}
a:hover { text-decoration: underline;}



/******************* footer  ************************/
.footer {
  border-top: solid #0095D7 3px;
  font-family: Georgia, Times;
  font-size: small;
  width:99%; 
}


/**************** image slider **********************/
.jssorb01 {
    position: absolute;
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
    position: absolute;
    /* size of bullet elment */
    width: 12px;
    height: 12px;
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border: #000 1px solid;
}
.jssorb01 div { background-color: gray; }
.jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
.jssorb01 .av { background-color: #fff; }
.jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }
.jssora02l, .jssora02r {
    display: block;
    position: absolute;
    /* size of arrow element */
    cursor: pointer;
    background: url('img/a02.png') no-repeat;
    overflow: hidden;
}
.jssora02l { background-position: -3px -33px; }
.jssora02r { background-position: -63px -33px; }
.jssora02l:hover { background-position: -123px -33px; }
.jssora02r:hover { background-position: -183px -33px; }
.jssora02l.jssora02ldn { background-position: -3px -33px; }
.jssora02r.jssora02rdn { background-position: -63px -33px; }

/**************** rotate **********************/
.rotate90 {
  width:130px;
  height:20px;
  -ms-transform:rotate(270deg); /* IE 9 */
  -moz-transform:rotate(270deg); /* Firefox */
  -webkit-transform:rotate(270deg); /* Safari and Chrome */
  -o-transform:rotate(270deg); /* Opera */
}