body {
  width: 80%;
  margin: auto;
  background-color: #f5f2fd; /*babdc8;*/
  padding-top: 60px; 
  padding-bottom: 40px;
  color: #000;
  font-family: Arial, Times New Roman, Times, serif;
  font-size: 1.1em;
}
.sidebar-nav {
  padding: 9px 0;
}
.centered {  
  text-align: center;
}

.page-div {
  position:absolute;
  overflow-x:hidden;
  overflow-y:scroll;
  background-image:url("../../pix/background-1x900.png");
  background-repeat:repeat-x;
  font-size: 2em;
  width: 99%;
  height: 120%;
}	

.padding200 {  
padding-left: 300px; 
}
.padding150 {  
padding-left: 150px; 
}
h2 { 
  text-decoration: underline;
}	  
#brand-logo { 
  position: fixed;
  top: .2em;
  left: .2em;
  width: 280px;
  height: 280px;
  z-index: 1050;
}
#brand-logo-2 { 
  position: fixed;
  top: 35%;
  left: .2em;
  z-index: 1050;
}
#brand-logo-3 { 
  position: fixed;
  top: 70%;
  left: .2em;
  z-index: 1050;
}
.centered {  
  text-align: center;
}
.fancy-background { 
/*  background: #cdced4 url(../../pix/background.png) repeat;*/
  background: #cabbf8 url(../../pix/background.png) repeat;
}
.cool-background { 
  background: transparent url(../../pix/background-1x150.png) repeat; /*#e6dffc;*/ /*transparent url(../../pix/coolbackground.png) repeat;*/
}
.content-background { 
  background: transparent url(../../pix/coolbackground50.png) repeat;
}
.rounded {   
  webkit-border-radius: 16px;
  moz-border-radius: 16px;
  border-radius: 16px; 
}
.pad5 { 
  padding: .5em;
}
.top-space { 
  margin-top: 1em;
}
.page { 
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
}
#page1 { 
  display: inline;
}
#page2 { 
  display: none;
}
#page3 { 
  display: none;
}
#page4 { 
  display: none;
}
.position-relative { 
  position: relative;
}
.no-scroll { 
  overflow: hidden;
}
#data { 
  display: none;
  position: fixed;
  top: 40px;
  right: 2%;
  background: #fff;
  color: #000;
  z-index: 1500;
}
.bordered { 
  border: 1px solid #f00;
}
.ontop { 
  z-index: 1000;
}
.underneath { 
  z-index: 100;
}
