/*
** HTML elements
*/

* {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 0;
  padding: 0;
}
/* Force vertical scrollbar on all the time (prevent flicker) */
html { 
  overflow: scroll; 
}
html { 
  overflow: scroll; 
}
html > body {
  font-size: 14px;
}
body {
  font-size: 14px;
  line-height: 1.143;
  margin: 0;
  padding: 0;
  background-color: black;
}
b, em, i, strong, u {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  border: 0;
}
sub, sup {
  font-size: 8px; 
  line-height: 1; 
  margin: 0;
}
table, tr, td, tbody { 
  border: 0;
  padding: 0;
  margin: 0;
}
/*
** Splash Page Layout
*/
#banner-left {
  background-color: #090a0b;
}
#banner-print {
  display: none;
}
#banner {
  width: 961px;
}
#banner-right {
  background-color: #090a0b;
}
#content-left {
  background-color: #006b7f;
}
#content {
  width: 961px;
}
#content-right {
  background-color: #006b7f ;
}
