header, section, footer, aside, nav, article, figure, figcaption {
  display: block;
}
body {
  background-color: #efefef;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  font-family:'Open Sans','Lucida Sans Unicode','Trebuchet MS',Helvetica,sans-serif; 

}
header {
  color: #333333; 
    background-color: #333333; 
    font-size: 12pt;
    font-family:'Open Sans','Lucida Sans Unicode','Trebuchet MS',Helvetica,sans-serif; 
    font-weight:normal; 
    font-style: normal;
    width: 100%;
    z-index: 0;
}
header img#sigma {
  position: relative;
  top: 10px;
  left: 40px;
}
header h1 {
  color: #efefef;
  margin-left: 120px;
  margin-top: 20px;
}
nav {
  color: #efefef;
  background-color: #4d4d4d;
  box-shadow: 5px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
}
nav ul#termletter {
  display: inline;
  margin-left: 10px;
  text-align: center
}
nav .searchy {
  float: right;
  padding-right:10px;
  margin-top:-3px;
}
nav li {
  display: inline;
  padding-right: 5px;
  letter-spacing: -5px;
}
footer {
  font-size: 8pt;
  height: 30px;
  position: fixed;
  width:100%;
  bottom: 0px;
  background-color: #4d4d4d;
  color: #efefef;
}
footer p {
  display: inline;
}
footer a.termsofu {
  float: left;
  padding-left: 20px;
  text-decoration: none;
  font-size: 8pt;
  color: #efefef;
  padding-top:8px;
}
footer a.report {
  float: right;
  padding-right: 20px;
  padding-top:8px;
  text-decoration: none;
  font-size: 8pt;
  color: #efefef;
}
article#definition{
  margin: 0px 145px;
}
article#welcome h1 {
  font-size: 48pt;
  text-align: center;
  color: #333333;
  margin-right: 80px;
}
article#welcome p{
  margin: 10px auto;
  padding-right: 120px;
  font-size: 16pt;
  width: 60%;
}
aside {
  width: 120px;
  font-family:'Open Sans','Lucida Sans Unicode','Trebuchet MS',Helvetica,sans-serif; 
  font-size: 24pt;
  text-align: center;
  margin: auto 0;
  height: 82px;
  display:inline-block;
  vertical-align: top;
}
aside section {
  display: block;
  height: 100%;
}
.sigma-content {
  margin-left: 120px;
  margin-bottom: 70px;
}
.sigma-content li {
  margin-top: 5px;
}
.big-letter {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
  padding-top: 8px;
  color: #333333;
  font-family: 'Open Sans','Lucida Sans Unicode','Trebuchet MS',Helvetica,sans-serif;
}
.midpage {
  width:90%;
  margin:0 auto;
  padding: 10px 0px 50px 0px;
}
.bdr-b-s { 
  border-bottom: 3px dotted #CCC; 
}
.mainbold{
  font-weight:600;
  font-size:1.3em;
}
.pbs {
  padding-bottom:5px;
}
.margright{
  width: 70%;
  margin: 0px auto;
}
.bluedot { 
  font-size: 12pt; 
  font-weight:400; 
  color: #333333; 
  text-decoration: none; 
  font-family: 'Open Sans','Lucida Sans Unicode','Trebuchet MS',Helvetica,sans-serif; 
  list-style-image : url('https://media.moresteam.com/main/pics/blue.png');
  text-align: left;
  width:200px;
}
.image-p-pair {
  display: table-row;
}
.image-p-pair .image,
.image-p-pair .p {
  display: table-cell;
  vertical-align: top;
}
.p {
  padding-left:20px;
}
.btn-search { 
  padding: 0 !important; 
  margin-right: 5px; 
  outline: none; 
  height: 24px; 
  width: 24px; 
  display: inline-block; 
  position: relative; 
  top: -3px; 
  vertical-align: top; 
}
.btn-search-course input { 
  text-indent: -9999px; 
  border: none; 
  margin: 0; 
  padding: 0; 
  width: 24px; 
  height: 24px;
  background: transparent url(https://www.moresteam.com/pics/i/buttons/searchicongray.png) no-repeat center center; /* FF3.6+ */
}
.ie6 .btn-search-course input { 
  text-indent: 0; 
  background: none; 
  color: #fff; 
}
.ie7 .btn-search-course input { 
  display: block; 
  background: none; c
  olor: #fff; 
  padding: 2px 3px 1px 3px; 
}
.search > label {
  position:absolute;
  right:48px;
  width:200px;
  margin:auto;
  background:#fff;
  border-radius:3px;
  text-align:left;
  top: 175px;
  overflow:hidden;
}
  .search input {
    height:30px;
    width:190px;
    border:transparent;
    background-color:#fff;
    font-size:18px;
    color:#656565;
    padding-left:10px;
    outline: none;
    border-radius:3px;
  }
  select {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}

#selectLang a.activeLang {
  text-decoration:none;
  color:white;
  font-size:1em;
}

#selectLang{
  position:absolute;
  top:10px;
  right:10px;
}
#selectLang a, span{
  color:#d1d1d1;
  text-decoration: none;
  font-size:0.8em;
}
#selectLang span{
  padding-left:5px;
}
p span {
  font-size: 16pt;
  color:#333;
}
span p{
  font-size: 12pt;
  margin-top:0px;
  color:#333;
}
a {
 text-decoration:underline;
 color:#6666f7;
}