/* General style sheet for Essays 2003 xhtml conform */

/* {list-style-type: decimal; list-style-image: none;} */
/* 1 2 3 4 5 etc. */

menu, ul, ol, li {
	 list-style-position: outside; 
	 blockquote: 0px; 
	 color: black; 
	 font-size: 10pt; 
	 font-family: arial,verdana,helvetica;
}	


body {
  margin: 0px 250px 0px 0px;
  padding: 0px 0px 110px 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #333333;
  background-color: #ffffff;
  background-image: url(../images/index/test5c.jpg); 
  line-height: 1.4em; 
  text-align:justify;
  }

h1 {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  }
h2 {font-family: arial, verdana, helvetica, Times New Roman; 
  color:#004080;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  }
h3 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  color:#999999;
  white-space:nowrap;
  }
h4 {
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  }

#middle h2,h3{
  color:#990033;
	margin: 0px 0px 0px 0px;
  padding: 0px;
  border-bottom: 1px solid #ffcccc;
  border-right: 1px solid #ff0000;
  letter-spacing: 0.1em; 
  }
  

h5 {
  font-size: 10px;
  font-weight: 300;
	color:#666666;
	line-height:1.4em;
  }
  
h6 {
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  }
  
img {
  border: 0;
	valign:middle;
  }
.nowrap {
  white-space: nowrap;
  font-size: 10px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
  }
  

.Middle>p {margin:0px;}
.Middle>p+p {text-indent:0px;}

a {
  text-decoration:none;
	color: blue; 
  background-color: #ffffff;
  font-weight:normal; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
  white-space:nowrap; 
	border:1px solid white;
  padding:2px 10px 2px 2px; 
	}

a:link, a:visited  {
  color: #0000aa;
  background-color: #ffffff;
	font-weight:normal; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
  white-space:nowrap; 
 	border-bottom:1px solid #cccccc;
	border-right:1px solid #999999;
	text-decoration:none;
	padding:2px 10px 2px 2px;
	}

a:hover {
  text-decoration:none;
	color: blue; 
  background-color: #cccccc;
  font-weight:normal; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
  white-space:nowrap; 
	border:1px solid blue;
  padding:2px 10px 2px 2px;
	}

/*
	a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}

a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
*/

/* All the content boxes belong to the content class. */
#middle { /* content */
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:90%; /* auto */
	min-width:220px;
	top:60px;
	font-size: 10pt; 
  letter-spacing: 0.1em; 
  line-height: 1.8em; 
	margin:0px 210px 20px 170px;
	border: 2px outset pink;
  background-color:white;
	padding:20px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

	/* margin: 0px 140px 0px 252px; */
  
	
#left { /* navAlpha */
	position:absolute;
	width:10%;
	top:10px;
	left:12px;
	background-color:#eee;
  border-top: 2px solid #99ffff;
	border-left: 2px solid #99ffff;
  background: transparent;
	padding:8px;
	z-index:2;
  white-space:nowrap; 
  }

#left .font-navg {
  padding:2px;
	margin-bottom:0px;
  font-weight:normal; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
  white-space:nowrap; 
  }
    
.menubar
{
  white-space:nowrap; 
  }

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#left {width:128px;}
		
#right { /* navBeta */
	position:absolute;
	width:170px;
	top:20px;
	right:20px;
	border:0px dashed black;
	background-color: transparent;
	padding:10px;
	z-index:4;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#right {width:168px;}


.footnote {color: #666666; font-size: 0.7em; font-family: arial, verdana ,helvetica;} 

#bottom {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	top:40px;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border: 0px outset pink;
  background-color:white;
	padding:20px;
	width:60%; /* auto */
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

/*
#bottom a:active, a:visited, a:hover {
	border:0px;
	background-color:red;
	color: #333333;
	font-weight:bold; 
  font-size: 8pt; 
  font-family: verdana,arial,helvetica;
	padding:0px;
}
*/

#headerOverlap {
    background-image: url(./images/bigeyes1b.gif);
		background-repeat: no-repeat;
		position:absolute;
		z-index:5;
    top:20px;
    left:-60px;
    width:150px;
    height:90px;
    color: white;
    font-size:10px;
    padding:20px;
    }

pre {
  font-size: 12px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 10px; 
  }
