body {
  background: white;
  color: black;
  padding: 0;
  /*margin-top: 67px;*/ /* Yes, dammit, pixels.  We're working around an image.*/
  margin-top: 87px;
  margin-left: 3em;
  /*margin-right: 21em;*/
  margin-right: 2em;
  max-width: 64em;
  font-family: Calibri, "Lucida Grande", Arial, sans-serif;
}

body.withSidebar {
  margin-right: 21em;
}

#mainOLLinks {
  list-style-type: none;
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  width: 12em;
  z-index: 9;
  background: #FFFFD9;;
  border: thin solid #000058;
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
  -moz-box-shadow: .25em .35em .45em #444;
  -webkit-box-shadow: .25em .35em .45em #444;
  box-shadow: .25em .35em .45em #444;

}
#mainOLLinks li {
  font-size: 82%;
  margin: 0;
  padding: .15em;
  border-top: 1px solid #DDD;
}
#mainOLLinks li.firstOption {
  border-top: none;
  padding-top: 1em;
}

.listCloser {
  border-top: 1px solid #000058;
  text-align: right;
  width: 2.5em;
  float: right;
}
.listCloser span {
  border: 1px solid black;
  color: blue;
  color: white;
  background: #900;
  cursor: pointer;
}

#page-header {

  /* IE is displaying this only as wide as the terminal image.  So... */
  width: 92%;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: .5em;
  height: 46px;
  padding: 0;
  background: #AAA url(/images/header-bg.png) repeat-x;
  border: thin solid #444;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
  z-index: 1;
  padding-left: 51px;

  -moz-box-shadow: 2px 2px 2px #666;
  -webkit-box-shadow: 2px 2px 2px #666;
  box-shadow: 2px 2px 2px #666;


}
span.serviceTitle {
  opacity: 0.8;
  /*font-size: 39px;*/
  font-size: 31px;
  /*font-family: "DejaVu Sans", Candara, Verdana, sans-serif;*/
  /*color: #999;*/
  color: #EEF;
  position: absolute;
  top: 6px;
  left: 51px;
  text-shadow: -1px -1px 1px #999;
}
#terminal-icon {
  position: absolute;
  top: 3px;
  left: 5px;
  height: 41px;
  width: 41px;
  z-index: 2;
}
#terminal-icon img {
  border: 0;
}

#page-header .topNavLinks {
  font-size: 85%;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 2em;
  height: 19px;
  width: 24em;
  vertical-align: bottom;
}

h1, h2, h3 {
  font-family: "DejaVu Sans", Candara, Verdana, sans-serif;
}

h1, h2 {
  margin-bottom: 1.75em;
  font-weight: normal;
}

#sidebar {
  border-radius: .45em;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
}

#search-form {
  margin-bottom: 1.75em;
}

#topList {
  list-style-type: none;
  max-width: 36em;
}
#topList li.menuChoice, p.menuChoice {
  /*background: white url(textured-bg.jpg) repeat-x;*/
  background: #DEE9FF;
  padding: .35em .5em;
  border: 1px solid #999;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
}

.menuChoice a {
  background: inherit !important;
}

.clicker {
  cursor: pointer;
}

.innerTable {
  margin-left: 1em;
}
.innerTable td {
  vertical-align: top;
  padding-right: .5em;
} 
  
.innerTable ul, .innerTable ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
} 
.innerTable ul li {
  padding-bottom: .35em;
  font-size: 92%;
} 
  
ul.innerList {
  margin-top: 16px;
  margin-bottom: 1.5em;
  padding: 0;
}
  
ul.innerList li {
  background: white !important;
}
  
ul.innerInnerList {
  margin-left: .5em;
  padding-left: 0;
} 
  
#footer {
  font-size: 90%;
  margin-top: 1.5em;
  border-top: thin solid #999;
  padding-top: .5em;
}

.divafter {
  padding-bottom: .65em;
  border-bottom: thin groove #777;
}

#myEJCLogo {
  border: none;
}

#alphaList {
  margin-left: 1.5em;
  margin-right: 1.5em;
  font-size: 92%;
}


p.skipper {
  font-size: .2em;
  visibility: hidden;
  display: none; 
  height: 0;
  margin: 0;
  padding: 0;
  color: white; 
  background: white;
} 
  
p.skipper a:link {
  color: white;
  background: white;
  text-decoration: none ! important;
} 

@media print {
  #page-header .topNavLinks {
    display: none;
  }
}

.newsflash {
  background: #FF6;
  border: thin solid #999;
  padding: .5em;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
}
a.newsflash:visited {
  color: #227;
}

