/* stylesheet.css */
/* Body text and page background */
#wrapper {
	width:960px;
	margin:0 auto;	
	}
#header {
	text-align:center;
	background-image: url("pix/springtail_5-27-13_trim-2_960px.jpg");
	/* background-color:#125200;*/
	color:#7E3117;
	/*color:#f6e500;*/
	}
#nav1 {
	text-align:center;
	background-color:#125200;
	/* background-color:#125200;*/
	}
	
		.nav{
		color:#125200;
		}
		.activepage{
		color:#125200;
		font-weight:bold;
		background-color:#f6e500;		 
		}
	
	
	
	
	
body {
 font-family:"Book Antiqua", Times, Serif;
 /* color:#0000cd; */
 background-color: #ddffff;
 }
 /* Level 1 headings */
 h1 {
 font-family: Papyrus, "Curlz MT", "Juice ITC", Algerian, fantasy;
 font-weight: bold;
 text-align:center;
 /* color: #1F2159; */
 }
 /* Level 2 headings */
 h2 {
 font-family: "Arial Black", Impact, Charcoal, fantasy;
  text-align:center;
 /* color: #1F2159; */
 }
 /* Level 3 headings */
 h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-style:italic;
 text-decoration:underline;
 /* color: #1F2159; */
 }
 /* Level 4 headings */
 h4 {
 font-family: Arial, Helvetica, sans-serif;
 font-style:italic;
 text-decoration:none;
 /* color: #1F2159; */
 }
 
 
 /* Generic style class for highlighting text */
 .hilite{
 background-color:#ffff00;
 }
 /* Paragraphs styled as tips */
 p.tip {
 background-color:#ACD095;
 margin-left:100px;
 margin-right:100px;
 padding:5px;
 border:solid thin #167A58;
 }
 /* Paragraphs styled as warnings */
 p.warning {
 background-color:#FFCCFF;
 margin-left:100px;
 margin-right:100px;
 padding:5px;
 border:solid thin #ff0000;
 }
 /* Float image to left of paragraph.  Use: <img class="floatLeft" src="path" alt="text" /> */
img.floatLeft{
   float: left;
   margin-right: 5px;
}/* Float image to right of paragraph.  Use: <img class="floatRight" src="path" alt="text" /> */
img.floatRight{
   float: right;
}/* Center image between margins.  Use: 
<div class="center">
<img src="path" alt="text" />
</div> */
div.center{
   width: 100%;
   text-align: center
}
table.floatRight{
   float: right;
}/* Center image between margins.  Use: 
<div class="center">
<img src="path" alt="text" />
</div> */

 /* Link styling */

		a:hover {
		color:white;
		background-color:black;
		}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 