body { 
  background:       url(images/gradback.jpg);    
  font-family:      sansserif, Georgia, "Times New Roman", Times;
  font-size:        small;
  margin:           20px;
 
  
}

#allcontent  {
  border:           2px solid #46523c;
  width:	    800px;
  padding:          0px;
  background:	    url(images/gradbackgrn.jpg);
  margin:           auto;
  
}


#header {
  border: 	    none;
  margin:           0px;
  height:           100px;
  background-color: #ced5c3;
}

#main {
  border: 	    none;
  font-size:        1.05em;
  font-weight:      bold;
  color:            #46523c;
  padding:          15px;
  margin:           0px;
  clear:            none;
  text-align:       center;
}

#announce {
  border: 		  none;
  font-size:        1.30em;
  font-weight: 	  bold;
  color:		  white;
  padding:		  15px;
  text-align:       center;
  height:		  40px;
  background-color: #b13e0f;
}


.imgleft {
  text-align:       left;
  float:            left;
  border:           2px solid #46523c;
}

.imgright {
  text-align:       right;
  float:            right;
  border:           2px solid #46523c;
}

.standout {
  font-size:        1.35em;
  font-weight:      bold;
  text-align:       center;
  color:            #b13e0f;
}

.concept {
  font-size:        1.125em;
  font-weight:      bold;
  text-align:       center;
  color:            #b13e0f;
}


.extrabig {
  font-size:        1.5em;
  font-weight:      bold;
  text-align:       center;
  color:            #b13e0f;
}

.imgpad {
  padding:	    0px 20px 0px 20px;
}

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:		.9em;
  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 img {
  border-style:   none;
}
a:visited img {
  border-style:   none;
}
a:link:hover img, a:visited:hover img {
  border-style:   none;
}

