
body { 
  background:       url(../images/gradback.jpg);    
  font-family:      sansserif, Georgia, "Times New Roman", Times;
  font-size:        small;
  margin:           20px;
 
}

#allcontent  {
  width:	    800px;
  border:           2px solid #46523c;
  padding:          0px;
  background:	    url(../images/gradbackgrn.jpg);
  margin:           auto;
 }

#header {
   border:	    none;
   margin:          0px;
   height:          100px;
   background-color: #ced5c3;
  }

table.nav {
  width:		100%;
  text-align:		center;
  border:		1px solid #46523c;
  background-color:     #748269;
  
}

table.nav tbody {
  font:			bold 12px Verdana, sans-serif;
  font-size:		90%;
  list-style:		none;
}

table.nav td.links {
  border:		1px solid #46523c;
  text-align:		center;
}

table.nav td.thspg {
  border:   		1px solid #46523c;
  background-color:     #ff6347;
  text-align:		center;
}


#navsite a:link {
  color: 		white;  
  text-decoration: 	none;
}

#navsite a:visited {
  color: 		white;
  text-decoration: 	none;
}
 
#navsite a:link:hover, #navsite a:visited:hover {
  color: 		yellow;
    
}


a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}
 
a:link:hover, a:visited:hover {
  color: yellow;
}

#main {
  border:	        none;
  font-size:        1.05em;
  font-weight:      bold;
  color:            #46523c;
  padding:          15px;
  margin:           0px;
  text-align:       left;
  clear:            none;
    
}

h1 {
   font-size:        1.7em;
   color:            #8b3a3a;
   text-align:       center;
}

h2 { font-size:     1.4em;
     color:         #8b3a3a;
     text-align:    center;
 }

.footleft {
  float:            left;
}

.footright {
  float:            right;
}

.imgleft {
  float:            left;
  border:           2px solid #46523c;
  margin:		  0px 30px 0px 30px;
}

.imgright {
  float:            right;
  border:           2px solid #46523c;
  margin:		  0px 30px 0px 30px;
}

#footer {
  border:	    	  none;
  padding:          0px;
  margin:           10px;
  font-size:        .9em;
  font-weight:      bold; 
  border-top:       2px solid #748269;
  color:	    	  #46523c;
  text-align:       center;
  clear: 	   	  both;
}

a:link img.head, a:link img.foot {
  border-style:   	none;
}
a:visited img.head, a:visited img.foot {
  border-style:   	none;
}
a:link:hover img.head, a:visited:hover img.head,
   a:link:hover img.foot, a:visited:hover img.foot {
  border-style:   	none;
}
