html{
    padding:0px;
	margin:0px;
	background-color:#AAFFAA;  /*change in spring*/
	}
	
body{
     margin:0px;
	 width:1100px;
	 padding:0px;
	 font-family: verdana, sans-serif;
	 color:#003300;    /*change in spring*/
     }
	 
hr{
   width:30%;
  }
	 
a,a:visited{
           text-decoration:none;
           font-weight:bold;
		   color:#005500;   /*change in spring*/
           }
		   
a:hover,a:active{
                text-decoration:underline;
                font-weight:bold;
				color:#005500;    /*change in spring*/
                }
	 
img,p,div{
        margin:0px;
	    padding:0px;
	    border-width:0px;
	    }
		
.loginTitle{
            margin:0px;
            padding:0px;
            border-width:0px;
            }
   
input{
     margin:0px 0px 10px 0px;
     }
	 
.bodyDiv{
         clear:left;
         }
	   
#bodyTop{
         background: transparent url(./logo.PNG) no-repeat scroll top left;
		 min-height:372px;
         }
		 
#pseudoHeader{
              background: transparent url(./treeTop.PNG) no-repeat scroll top left;
		      min-height:372px;
              }
		 
#bodyMiddle{
            background: transparent url(./treeMiddle.PNG) repeat-y scroll top left;
			min-height:151px;
            }
		 
#bodyBottom{
            background: transparent url(./treeBottom.PNG) no-repeat scroll top left;
			min-height:358px;
            }
			
.contentImage{
              float:right;
			  padding:0px 0px 5px 5px;
              }
			
.aggregateAddBox{
                 display:block;
                 text-align:right;
				 font-size:0.7em;
                 }
		
#mainMessageBar{
               text-align:right;
			   margin:0px 125px 2px 0px;
               display:block;   
			   }
		
#nav{
     float:left;
     margin:0px 4px 0px 7px;
	 width:180px;
	 min-height:151px;
	 text-align:center;
     }

#navHead{
         background:transparent url(./navHead.png) repeat-y scroll top left;
		 min-height:24px;
	     }
	 
#navBody{
         background:transparent url(./navBody.png) repeat-y scroll top left;
		 min-height:103px;
		 padding:0px 10%;
	     }
		 
#navFoot{
         background:transparent url(./navFoot.png) repeat-y scroll top left;
		 min-height:24px;
	     }
		 
.navLink, .navLink:visited{
                           padding:2px 0px;
                           display:block;
		                   color:white;
		                   background-color:#005500;  /*change in spring*/
		                   font-weight:bolder;
		                   font-size:1.2em;
		                   border: 3px outset #00AA00;  /*change in spring*/
		                   margin-bottom:10px;
		                   }
		 
.navLink:hover, .navLink:active{
                                padding:2px 0px;
                                display:block;
		                        color:white;
		                        background-color:#00AA00;  /*change in spring*/
		                        font-weight:bolder;
		                        font-size:1.2em;
		                        border: 3px outset #005500;  /*change in spring*/
		                        margin-bottom:10px;
			                    text-decoration:none;
		                        }
			  
.spacer{height:5px;width:0px;}/*fixes a spacing problem*/
	 
#content{
         float:left;
         margin:0 4px;
		 width:600px;
		 min-height:151px;
         }
		 
#contentHead{
             background:transparent url(./contentHead.png) repeat-y scroll top left; 
		     min-height:24px;
	         }
	 
#contentBody{
             background:transparent url(./contentBody.png) repeat-y scroll top left;
		     min-height:103px;
	         }
		 
#contentFoot{
             background:transparent url(./contentFoot.png) repeat-y scroll top left; 
		     min-height:24px;
	         }
		 
#aggregateBar{
              float:left;
              margin:0 4px;
			  width:190px;
			  min-height:161px;
              }
			  
#aggregateBarHead{
             background:transparent url(./aggregateBarHead.png) repeat-y scroll top left;
		     min-height:24px;
	         }
	 
#aggregateBarBody{
             background:transparent url(./aggregateBarBody.png) repeat-y scroll top left;
		     min-height:103px;
			 text-align:center;
	         }
		 
#aggregateBarFoot{
             background:transparent url(./aggregateBarFoot.png) repeat-y scroll top left;
		     min-height:24px;
	         }
			 
#aggregateWriteArea{
                    padding:7px
					} /*used later with DHTML (I Hope)*/
#aggregateWriteAreaBase{
                        min-height:120px;
					    background: transparent url(./aggregateSymbol.png) no-repeat scroll bottom center;  /*change WHEN LOGGED IN*/
					    } /*just for style*/
			 
.pseudo{clear:both} /*used to adjust background repeat which was broken because of floats*/
			  
#footer{
        display:block;
		text-align:center;
        float:left;
        margin:8px 0px 8px 290px;
		width:703px;
		min-height:170px;
		text-align:center;
        }
		
#footerHead{
             background:transparent url(./footerHead.png) repeat-y scroll top left;
		     min-height:24px;
	         }
	 
#footerBody{
             background:transparent url(./footerBody.png) repeat-y scroll top left;
		     min-height:170px;
			 padding:7px;
	         }
		 
#footerFoot{
             background:transparent url(./footerFoot.png) repeat-y scroll top left;
		     min-height:24px;
	         }
		
.subsectionDiv{
               padding:5px 20px;
			   line-height:1.5em;
               }
			   
.subsectionTitle{
                 font-family:Lucida, sans-serif;
                 font-size:2em;
				 font-weight:bolder;
				 text-decoration:underline;
				 }
				 
.infoTitle{
           font-family:Lucida, sans-serif;
           font-size:1.3em;
		   font-weight:bold;
		   }
		   
.scientificName{
                font-style:italic;
               }