body, html {margin: 0;
            padding: 0;
			height: 100%;
}

body {margin: 0;
      padding: 0;
	  font-size: 14px;
      font-family: 'Palatino Linotype', 'Book Antiqua', serif;
	  background: url(Texture0102.jpe);
	  background-color: #F0EBCA;
	  text-align: center;
	  behavior: url(csshover2.htc);
}

#container {width: 90%;
           border-top: 5px solid #39582E; /*dark green*/
		   border-bottom: 5px solid #39582E; /*dark green*/
           margin: 10px auto;
}

#content {width: 70%;
          margin: 30px 10px 10px 230px;
		  background-color: #fff;
		  border: 2px solid #39582E; /*dark green*/
		  text-align: left;
		  padding: 10px;
		  color: #39582E; /*dark green*/
		  font-size: 1em;
		  min-height: 550px;
}

#pix {margin: 0 0 5px 5px;
	padding: 0 2px 3px 5px;
	float: right;
}
    
#pix1 {margin: 10px auto;
       text-align: center;
}

#content a, a:visited {color: #39582E; /*dark green*/
                       font-weight: bold;
					   text-decoration: underline;
}

#content a:hover {color: #5B2E00;
                  text-decoration: overline underline;
}

#header {margin: 20px 0 20px 10px;
}

#header h1 {font-size: 2.5em;
            font-family: 'lucida calligraphy','Apple Chancery', serif;
			color: #39582E; /*dark green*/
            font-weight: bold;
            text-align: center;
	        margin: 10px auto;
}

#header h2 {font-size: 2em;
            font-family: 'lucida calligraphy','Apple Chancery', serif;
			color: #39582E; /*dark green*/
            font-weight: bold;
            text-align: center;
	        margin: 10px auto;
}

.quote {float: left;
        clear: left;
		margin: 10px;
		width: 150px;
		font-size: 1.1em;
		text-align: left;
		color: #39582E; /*dark green*/
}

#footer {font-size: .75em;
         padding-left: 3px;
         margin-top: 15px;
		 text-align: left;
		 color: #39582E; /*dark green*/
}


#nav {float: left;
      clear: left;
	  margin-top: 20px;
	  border-top: 1px solid #39582E; /*dark green*/
	  border-bottom: 1px solid #39582E; /*dark green*/
	  text-align: center;
	  width: 150px;
}

#nav a, a:visited {color: #39582E; /*dark green*/
                   text-decoration: none;
				   font-weight: bold;
}

#nav a:hover {text-decoration: underline;
}


		
#left {position: absolute;
	  left: 40px;
	  top: 115px;
	  width: 300px;
	  }

img {border: 4px inset #39582E; /*dark green*/
}

img.none {border: none;
}

#pagelinks {width: 25%;
            margin-bottom: 20px;
}

#pagelinks p {padding: 0 2px;
	   text-align: left;
}

#pagelinks a, a:visited {color: #39582E; /*dark green*/
         font-size: .90em;
		 text-decoration: underline;
}

#pagelinks a:hover {color: #5B2E00;
                    text-decoration: overline underline;
} 

.button {border-bottom: 3px solid  #3f5736; /*dark green*/
         border-right: 3px solid  #3f5736; /*dark green*/
		 border-left: 3px solid #75a364; /*lighter green*/
		 border-top: 3px solid #75a364; /*lighter green*/
       background-color: #FCF7F1;
       padding: 0 2px;
	   width: 13em;
	   text-align: center;
	   margin: 10px auto;
}

.button a, a:visited {color: #39582E; /*dark green*/
         font-size: .90em;
		 text-decoration: none;
}

.button:hover {border-top: 3px solid  #3f5736; /*dark green*/
         border-left: 3px solid  #3f5736; /*dark green*/
		 border-right: 3px solid #75a364; /*lighter green*/
		 border-bottom: 3px solid #75a364; /*lighter green*/
}

.button2 {border-bottom: 3px solid  #3f5736; /*dark green*/
         border-right: 3px solid  #3f5736; /*dark green*/
		 border-left: 3px solid #75a364; /*lighter green*/
		 border-top: 3px solid #75a364; /*lighter green*/
       background-color: #FCF7F1;
       padding: 0 2px;
       text-align: center;
	   margin: 10px auto;
       width: 2.5em;
}

.button2 a, a:visited {color: #39582E; /*dark green*/
         font-size: .90em;
		 text-decoration: none;
}

.button2:hover {border-top: 3px solid  #3f5736; /*dark green*/
         border-left: 3px solid  #3f5736; /*dark green*/
		 border-right: 3px solid #75a364; /*lighter green*/
		 border-bottom: 3px solid #75a364; /*lighter green*/
}

table {border: 3px solid #3f5736; /*dark green*/
       width: 100%;
}

table td {border: 1px solid #3f5736; /*dark green*/
          padding: 3px 5px;
}


.blockp {padding-left: 30px;
        padding-right: 30px;
        color: #5700AE; /*purple*/
}

.block {padding-left: 30px;
        padding-right: 30px;
}

.right {text-align: right;
}

.clear {clear: both;
}

.center {text-align: center;
}

.fancy {font-size: 1.25em;
       font-family: 'Lucida Calligraphy','Apple Chancery', serif;
	   font-weight: bold;
}

.em {font-variant: small-caps;
     font-weight: bold;
	 font-size: 1.2em;
	 
}

.indent {margin-left: 15px;
}

.small {font-size: .85em;
}

.u {text-decoration: underline;
}

.red {color: red;
}

.redb {color: red;
       font-weight: bold;
}

.box {width: 85%;
      border: 3px double #39582E; /*dark green*/
	  padding: 5px;
	  margin: 5px auto 10px auto;
	  background-color: #FCF7F1;
}




