body {
  scrollbar-face-color:#8c744d;
  scrollbar-track-color:#c5b497;
  scrollbar-arrow-color:#7e2217;
  scrollbar-highlight-color:white;  
  background:#c5b497 url('../images/ne-background.jpg') repeat fixed;  
/*  background:#c5b497 url('../images/stpatbackground.jpg') repeat fixed;   */
/*  background:#c5b497 url('../images/fw-background.jpg') no-repeat fixed;  */

}
    
#bodycontent {
  text-align:center; 
}

#header {
  width:600px;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}

#headermenu {
/*  border-top:2px solid #8c744d; */
/*  border-bottom:2px solid #8c744d; */
}

#header a:active {
  background:transparent;
}

#blogpost {
  width:600px;
  text-align:left; 
  border:2px solid #8c744d;
  background:#c5b497 url('../images/ne-blogpostbackground.jpg') repeat-y;
  padding:0px 5px 5px 5px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}

#adventblogpost {
  width:800px;
  border:2px solid #8c744d;
  background:#c5b497 url('../images/ne-blogpostbackground.jpg') repeat-y;
  padding:0px 5px 5px 5px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}


#footer {
  width:600px
  text-align:center;
  font-size:.8em;
  font-style:italic;
  margin-top:10px;
  clear:both;
}

#closewindow {
  text-align:center;
  margin:15px;
}

#bannerlink {
  text-align:center;
}

#bannerlink a:active {
  background:transparent;
}

a:link {
  color:#2828b2;
/*  color:#b00101; */
  /* color:#9c1d1d; */
  font-weight:bold;
  text-decoration:none;
}

a:visited {
  color:#2828b2;
/*  color:#b00101; */
  /* color:#b70202; */
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a:active {
  background:#B00101;
  color:yellow;
}

/* ---- Portal and Review Lists ---- */

#portal-links ul, #review-links ul {
  font-size:80%;
  list-style-type:none;
  margin: 0 0 3px 10px;  
}
  	  
#portal-links li, #review-links li {
/*  margin:2px 0 2px 2px; */
/*  padding: 2px 0 2px 2px;  */
}

#portal-links h3, #review-links h3 {
  font-size:1em;
  margin-top:5px; 
  margin-bottom:2px; 
/*  border-bottom:1px solid #7E2217;  */
}

/* ---- End Portal and Review Lists ---- */

.newselement-right {
  float:right;
  width:190px;
  text-align:center;
  font-size:.85em;
  font-weight:bold;
  font-style:italic;
/*  border-left: 1px solid #502d20; */
  border-left: 2px solid #9c1d1d;  
  padding:3px;
  margin-left: 10px;
}

.newselement-left {
  float:left;
  width:190px;
  text-align:center;
  font-size:.85em;
  font-weight:bold;
  font-style:italic;
  border-right: 2px solid #9c1d1d;
  padding:3px;
  margin-right: 10px;
}

.pressrelease {
  background:#705936;
  color:white;
  font-size:.80em;
  margin:3px 25px 3px 25px;
  padding: 5px;
}


h1 {
  background: url('../images/ne-headerstar.png') no-repeat;
  border-bottom:2px solid #502d20; 
  padding-left:50px; padding-right:0px; padding-top:4px; padding-bottom:4px
}

h2 {
  background: url('../images/ne-headerbackground.gif') repeat-x;
  padding:4px;
  border-bottom: 1px solid #502d20;
  clear:both;
}

h3 {
  color:#9c1d1d;
/*  color:#7E2217; */
}

h4 {
  text-decoration:underline;
}
hr {
  color:#502d20;
  height:3
}

img.left {
  float:left
}

img.right {
  float:right
}

/* Put this inside a @media qualifier so Netscape 4 ignores it */
/* The following code creates a collapsible tree menu out of a list (UL or OL) */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li     .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../images/minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../images/plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(../images/bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 12pt; }
	ul.mktree  li ul li { font-size: 10pt; }
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
}