body {
	margin: 0;
	padding:0;
	background-image: url(sdbkgrndgry.gif); 
	background-repeat: repeat;
	background-position:top center;
	background-attachment: fixed;
	color: #009;
	}
h1	{font-size: 200%;
		color="#009";
		text-align: center;
	}
h2	{
	font-size: 150%;
	color: #F00;
	text-align: center;
	}
h3	{
	font-size: 150%;
	color: #009;
	text-align: left;
	}
h4  {
  font-size: 125%;
	color: #f00;
	text-align: left;
	}

p {font: bold 100% Pioneer ITC, Arial, Helvetica, Verdana, sans-serif; text-align: left; color: #009;}
		#banner {margin-left:12em; margin-top: 3em;
	}
	
div#content {margin: 40px 25px 25px 150px; border: 0px solid gray; padding-left: 2em;}	

div#menu {position: absolute; top: 40px; left: 5px; width: 150px;}

table#dance {
 margin-left:3em;}

table#dance  td{
 padding: 4px;
 text-align: left;
 border: 10px;
 padding:10px;
 text-align: center;
}
ul {
  font: bold 100% Pioneer ITC, Arial, Helvetica, Verdana, sans-serif; 
	text-align: left; color: #009;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	padding-top: 1em;
	text-indent: -1em;
	}
	
ul li {
  padding-top: .7em;
}

div#footer {background-color: transparent; color: #0cf;
   margin-top: 1em;
 	 margin-left: 25px;
	 margin-right: 75px;
	 border-top: 1px solid #06c;
   text-align: right; font-size: 85%;
   padding-top: 0.33em; font-style: italic;}

/*This is for presidents table*/
table#pres {
	margin-left:10em;
  border:1px solid #000;
  border-collapse:collapse;
  font-family:arial,sans-serif;
  font-size:80%;
}
table#pres td {
  border:1px solid #000;
  border-collapse:collapse;
  padding:5px; color: navy;
  /*background: #cff;*/
}  
table#pres th{
  border:1px solid #000;
  border-collapse:collapse;
  padding:5px; 
}  
table#pres #fn,#dp,#yr{width:45px;}
table#pres #go,#pr{width:200px; text-align: center; }
table#pres caption{
  margin-top:2em;
  background:#009;
  font-size:160%;
  font-weight: bold;
  border:1px solid #000;
  border-bottom:none;
  padding:5px;
  text-align:center;
  color: #FF3;
	column-span:4
}
table#pres thead th{
  background:#9cf;
  text-align: center;
}
table#pres tr#odd {
  background: #cff;
}
table#pres tfoot td{
  text-align:center;
  font-weight:bold;
  background:#369; color: white;
}
/*
tbody td.tra td{
  background:#ff3;  
}
tbody tr.odd td{
  background:#ccc;
}*/

/*end pres table*/
/*This is for officers table*/
table#off {
	margin-left:2em;
  font-family:arial,sans-serif;
  font-size:100%;
	width:80%;
}
table#off td {
  padding:5px; color: navy;
	width:30%
}  
/*end officers table*/

