a.maintable		{ color: #ffffff; text-decoration: none;}
a.maintable:hover { color: #333333; text-decoration: none;}

BODY {
	background: url(../images/background2.gif) ;
	background-attachment: fixed;
 	background-color:#edb;
	
  margin: 0px;
margin-bottom: 0px
}

A {
  color: #3344ff;
  text-decoration: none;
}

A:hover {
  color: #3344aa;
  text-decoration: underline;
}

.pageHead {
	font-family : Georgia, Verdana, Arial, sans-serif; 
	font-size: 18px; 
	color: #000000; 
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 4px;
}

.sched_announce {
	font-family: Georgia, Verdana, Arial, sans-serif; 
	font-size: 15px;
	line-height: 1.7;
	padding: 6px;
	font-weight: bold;
	margin-bottom: 7px;
}

.regform {
	font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.7;
 color: #000000;
background: #FFFFFF;
padding: 4px;
text-align: left;
}

.homeText {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  color: #000;
  background:#FFFFFF;
  padding: 4px;

}
TD.main, P.main {
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.7;
 color: #000000;
background: #FFFFFF;
padding: 4px;
/* text for listings  */
}
TD.mainBold {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
 color: #000000;
background: #FFFFFF;
padding: 4px;
/* text for listings  */
}

.testimonials{
  margin-left: 20px;
font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.7;
 color: #000000;
background: #FFFFFF;
padding: 4px;
}

.pagetitle {
	font-family : Georgia, Verdana, Arial, sans-serif; 
	font-size: 18px; 
	color: #000000; 
	font-weight: bold;
	width: 900;
	
}



.home {
	font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.7;
 color: #000000;
background: #FFFFFF;
padding: 4px;
margin-left: 15px;
margin-right: 15px;
display: inline;
width: 635;
}
.about {
	font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.7;
 color: #000000;
background: #FFFFFF;
padding: 4px;
margin-left: 15px;
margin-right: 10px;
/*width: 555;*/
}
img.aboutpic{
	margin-right: 10px;
	float: left;
}

.descname {
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.7;
  padding: 4px;
  color: #000000;
  background: #FFFFFF;
  margin-left: 10px;
  margin-right: 10px;
}

.desctext {
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #000000;
  background: #FFFFFF;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4px;
}

.oldbrowser {
	width: 200;
}



TD.tableHeading {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background-color: #c2c4ee;
}

TD.tableDesc {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 14px;
  background-color: #d2befa;
  padding: 4px;
}
TD.schedGold {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background-color: #eeee77;
  padding: 4px;
}

TR.schedWorkshop {
  background-color: #ffd9b0;
}
TD.schedWorkshop {
  
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 15px;
  color: #000000;
  padding: 4px;
}
TR.schedClass {
  background-color: #FFFFFF;
}
TD.schedClass {
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 15px;
  color: #000000;
  padding: 4px;
 }
 
 .dvwkshptoday {border-style: solid; border-color: #FFBD32; }


/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: Georgia, tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: Georgia, tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 5px 7px;
background: #E8E8E8;
color: black;
margin-right: 1px;
text-decoration: none;
font: bold 13px Arial;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: black;
color: white;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
background: #E8E8E8;
width: 90%;
height: 24px;
padding: 5px;
border: 1px solid silver;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}

/*FORM {
	display: inline;
}

TR.header {
  background: #FFFFFF;
}

TR.headerNavigation {

}

TD.headerNavigation {
  font-family:  Georgia, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight : bold;
}

TD.headerAddress {
  background: url(../images/address.gif);

}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  
}

TD.headerInfo {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

TR.footer {


}

TD.footer {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 14px;
padding: 3px;
  background-color: #93a0d0;
  font-weight: bold;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
background: #000000;
}*/