body { 
  background-image: url("../images/gradback.jpg");
  font-family:      sansserif, Georgia, "Times New Roman", Times;
  font-size:        small;
  margin:           0px;
  padding:          20px;
}

#allcontent  {
  width:	    800px;
  border:           1px solid black;
  padding:          0px;
  background-color: #6a8455;
  margin:           auto;
 }

#header {
   border:	    1px solid black;
   border-bottom:   none;
   margin:          0px;
   padding:         0px;
   height:          100px;
   background:      #6a8455;
   text-align:      center;
  }

table.nav {
  width:		100%;
  text-align:		center;
  border:		1px solid black;
  background-color:	#6b4226;
  
}

table.nav tbody {
  font:			bold 12px Verdana, sans-serif;
  font-size:		.9em;
  list-style:		none;
}

table.nav td.links {
  border:		1px solid black;
  text-align:		center;
}

table.nav td.thspg {
  border:   		1px solid black;
  background-color:     #ff6347;
  text-align:		center;
}


#navsite a:link {
  color:  #cdba96;
  text-decoration: none;
}

#navsite a:visited {
  color: #cdba96;
  text-decoration: none;
}
 
#navsite a:link:hover, #navsite a:visited:hover {
  color: #ff6347;
}


#body {
  background-image: url("../images/gradgrnback1.jpg");
}

#main {
  background-image: url("../images/gradgrnback1.jpg");
  border:	    none;
  width:            395px;
  font-weight:      normal;
  color:            #5c3317;
  padding:          0px;
  margin:           0px 0px 0px 400px;
  clear:            none;
  text-align:       center;
    
}

#leftbar {
  background-image: url("../images/gradgrnback1.jpg");
  border:	    none;
  width:            395px; 
  color:            #5c3317;
  font-weight:      normal;
  padding:          0px;
  margin:           0px 0px 0px 0px;
  float:	    left;
  clear:            none;
  text-align:       center;
}

#footer {
  border-top:	    2px solid #6b4226;
  background-color: #6a8455;
  padding:          10px;
  margin:           0px;
  font-size:        .9em;
  font-weight:      bold;
  color:	    #fffccf;
  text-align:       center;
  clear: 	    both;
}

.skinstuff {
   font-size:        	1.1em;
}

.imgright {
  float:           right;
  padding:         0px
}

.imgleft {
  float:  	   left;
  padding:         0px;
}

.strong {         
  font-weight:         	bold;
  font-size:            1.2em;
}

.imgbord {
  border:		2px solid #6b4226;
}

.skinceu {
  color:		#388e8e;
  font-size:		1.4em;
  font-weight:          bold;
}

.true {
  color:		#a2bc13;
  font-size:		1.4em;
  font-weight:          bold;
}

.standout {
  font-size:        	1.2em;
  font-weight:      	bold;
  text-align:       	center;
  color:                #800000;
}

h2 { font-size:     1.3em;
     color:         #800000;
     font-weight:   bold;
}

a:link img {
  border-style:   none;
}
a:visited img {
  border-style:   none;
}
a:link:hover img, a:visited:hover img {
  border-style:   none;
}
