/* change home to the tab of choice to high-light the page you are on */
#nav a:hover, body#intro #sigs a {
	color: #333;
	padding-bottom: 1px;
	border-color: #727377;
	background: #fff url(../images/on.gif) repeat-x top left;
	}
/* the end of the tabs  */

table {
    border-collapse: collapse;
    caption-side: top;
	color: #000000;
	font-size: medium;
	font-size: 120%;
    }
th { border: 4px solid gray; }
td { 
    border: 2px solid gray; 
    text-align: left;
    vertical-align: top; 
   }
tr { text-align: center; vertical-align: top; }
caption {
    text-align: center; 
    color:#FF0000;
    font-size: 110%;
	font-weight: bold;	
}
table tr.alt {
  background: #CCCCff;
  }
table tr.friday {
  background:  #ffff99;
  }
      
#general_sigs h4 {
    color: #FF6600;
	}
	
#left-column {
  margin: 3% 0 0 0;
  float: right;
  width: 49%;
  font-size: 90%;
  line-height: 1.5em;
  color: #333;
  background-image: url(../images/seashellbackground.jpg);  
  background-repeat: repeat;
  }
#left-column div {
  padding: 0 10px 0 10px;  
  }
#left-column h1 {
  font-size: 110%;
  }
#left-column img {
  padding: 0 0 0 10%; 
  border-style: none;
  }
#right-column {
  margin: 3% 0 0 0;
  float: right;
  width: 49%;
  font-size: 90%;
  line-height: 1.5em;
  color: #333;
  background-image: url(../images/seashellbackground.jpg);  
  background-repeat: repeat;
  }
#right-column div {
  padding: 0 10px 0 10px;  
  }
#right-column h1 {
  font-size: 110%;
  }
#right-column img {
  padding: 0 0 0 10%; 
  border-style: none;
  }
  
.peach {color:#cc3300}
  
 p {
	 padding: 0 20px;
 }
 