
  body    { color: #ffc600; font: 13px Arial, " sans-serif"; background: Black url(bg.gif);   }
  
  #centered_body {
	position: absolute;
	left: 150;
	top: 58;
	text-align: left;
	align=center;
	max-width:750px;
width:expression(document.body.clientWidth > 750? "700px": "auto" );
}

 #really_centered_body {
	position: absolute;
	left: 150;
	top: 88;
	text-align: center;
	align=center;
	max-width:750px;
width:expression(document.body.clientWidth > 750? "700px": "auto" );
}

hr	{margin: 0em 0 0 0;
	}

  h2        { 
  color: #ffc600; 
  font: bold  Arial, " sans-serif" 
  }

  h3         { color: white; font: bold medium/normal Arial, " sans-serif" }
  
  h5   { color: #ffc600; font: bold 14px/normal Arial, " sans-serif"; }

  :link   { color: #1E90FF; line-height: normal }  /* for unvisited links */
  :visited   { color: #4D4DC3; line-height: normal } /* for visited links */
  :active { color:#C4A866 } /* when link is clicked */
  :hover  { color: white } /* when mouse is over link */
 
.smaller {
	font-size: 100%;
	font-weight: normal; 
		}

		
.larger {
	font-size: 150%;
	font-weight: bold; 
		}
  .medium {
  	font-size:110%;
	font-weight:bold;
	
	  }
  em {margin-top: -105px}

  p      { color: #ffc600; font: 1em Arial, " sans-serif";
}
  li	{color: #ffc600; font: 1em Arial, " sans-serif"}
td {
	font-size: x-small;
	vertical-align: top;
}
  	#footer{
	position: absolute;
	height: 1.5em;
	width:715;
	text-align:center;
	bottom: 1px;
	left: 140px;
	align: center;
	font-size: 8px;
	}
	
	
	


.align_right {
	
	text-align:right;
	align:right;

	
.navigation {
	font-size: 125%;
	font-weight: bold; 
		}
:hover.navigation {
	font-size: 130%;	

}
#caption {
	position: absolute;
	height: 1.5em;
	left: 10px;
	top: 0.5em;

}

#captionB {
	position: absolute;
	height: 1.5em;
	left: 848px;
	top: .5em;

}

.navigation {	font-size: 125%;
	font-weight: bold; 
}
#navbox {
	position: absolute;
	left:276px;
	border: 0px solid White;
	width: 450px;
	height: 65px;
	border-width: 0;
               }
#navbox a	{
	text-align: center; 
	font: bold sans-serif; 
   padding: 3px 5px; 
	margin: 0 0 1px; 
	border-width: 0; 
   text-decoration: none; 
	color: #FFC; 
	background: #444444;
   border: 1px solid #444444;
	width=100px;
	font-style: italic;
					}
	#navbox a.current{
	
	text-align: center; 
	font: bold sans-serif; 
   padding: 3px 5px; 
	margin: 0 0 1px; 
	border-width: 0; 
   text-decoration: none; 
	color: #FFC; 
	background: #AAA;
   border: 1px solid #444444;
	width=100px;
	font-style: italic;
	font-size: 125%;
	font-weight: bold;
					}

#navbox a:hover {background: #AAA;
   border: 1px solid #444444;
	color: white;
					}
					

#navbox a span {display: none;
}
#navbox a:hover span {display: block;
   position: absolute; 
	width: 85px;
   z-index: 100;
   font-size: 66%;
   text-decoration: none;
   font-style: normal;
	font-weight: normal;
	padding: 2.9em 0px 0px 00px;
	text-align:center;
	margin:0px 0px 0px 0px;
					 }
#idiot_box {
	
	position: relative;
	width=700px;
	text-align:center;
	padding: .5em;
	margin-bottom:10px;
	border-top: #ffc600;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	z-index: -1;
}


#idiot_box_non_centered {
	
	position: relative;
	width=700px;
	padding: .5em;
	border-top: #ffc600;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}	
</Style>