/*
 * Combined style sheet for the index pages and all pages.
 */

/* Style for all bodies. */
body {
	font-size: 12px;
	color: #330000;
	margin: 4;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FEF5A7;
}
h1 {
	font-size: 20px;
	margin: 4;
	font-family: Arial, Helvetica, sans-serif;
	
}
h2 {
	font-size: 16px;
	margin: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}h3 {
	font-size: 14px;
	margin: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* Style for all table cells. */
td {
	font-size: 12px;
	line-height: 150%;
}


/* Header */

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #996600;
}

table.main {
	background-image: url(bg/mainimg.jpg);
	background-repeat: no-repeat;
}

body.cream {
	background-image: url(bg/creambg.jpg);
	background-repeat: repeat-x;
}

table.cream {
	background-image: url(bg/mainimg2.jpg);
	background-repeat: no-repeat;
}

body.class {
	background-image: url(bg/classesbg.jpg);
	background-repeat: repeat-x;
}

table.class {
	background-image: url(bg/classesimg.jpg);
	background-repeat: no-repeat;
}


body.main {
	background-image: url(bg/mainbg.jpg);
	background-repeat: repeat-x;
}

body.yellow {
	background-image: url(bg/qigongbg.jpg);
	background-repeat: repeat-x;
}

table.yellow {
	background-image: url(bg/qigongimg.jpg);
	background-repeat: no-repeat;
}

body.red {
	background-image: url(bg/chunbg.jpg);
	background-repeat: repeat-x;
}

table.red {
	background-image: url(bg/chunimg.jpg);
	background-repeat: no-repeat;
}

a:visited {
	text-decoration: none;
	color: #993300;
}

a:hover {
	text-decoration: none;
	color: #CC3300;
}

a:link {
	text-decoration: none;
	color: #993300;
}

#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#8B4513; 
  display:block; 
  width:12em; 
  padding: .6em;
  font-size: 12px;
  font-weight: bold;
  }
#menu a:hover {
  color:Black;
  background-color:White; 
  }



  
#submenu a, #submenu a:visited {
  position: relative;
  text-decoration:none; 
  text-align: left; 
  color: #8B4513; 
  display:block; 
  width: 150px; 
    padding: .25em 20px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
            font-weight: bold;
            }

#submenu a:hover {
  top:0px;
  left:0px;
  color:Black;
  border-color:#0000CC;
  background-color: White;
  }

