/* Karate-Do Shotokai Gibraltar CSS */
/* Author: Fred Crowson */
/* Common elements */
body {
}
p {
  text-align: left;
  text-indent: 1em;
}
p.menu {
  text-align: left;
  font-size: 90%;
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  text-align: center;
}
h2 {
  text-align: center;
  color:  #006699;
}
h3 {
  text-align: left;
}
a:link {
  color : #006699;
  background-color: inherit; 
}
a:visited {
  color : #006699;
  background-color: inherit; 
}
a:hover {
  text-decoration: underline; 
  color : #DD6900; 
  background-color: inherit; 
}
a:active {
  color : #006699;
  background-color: inherit; 
}

/* Specific div's for Page Layout */
#page {
  position: relative;
  background-color: #ffffff;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
#top_banner {
  position: absolute;
  clear: both;
  width: 90%;
  height: 8em;
  padding: 1em;
  margin: 1em 1em 1em 1em; 
  text-align: center;
}
#train {
  position: relative;
  clear: both;
  margin: 0.5em;
  padding: 0.5em;
  font-size: 80%;
  text-align: right;
  color: #ff0000;
}
#menu {
  position: inherit;
  margin: 0.5em;
  padding: 0.5em;
  color: inherit;
  float: left;
  top: 10em;
  background-color: #ccffcc;
}
#content {
  margin: 1em 1em 1em 11em; 
  padding: 0.5em;
  clear: left;
  width: 75%;
  top: 5em;
  min-height: 30%;
}
#footer {
  position: inherit;
  padding: 1em 1em;
  margin-top: 5em;
  font-size: 80%;
  clear: both;
  text-align: center;
}
/* Copyright and other info */
.copyleft {
  font-size: 50%;
  color: #444444;
  background-color: inherit; 
  text-align: center;
}
.medtext {
  font-size: 75%;
}
.smalltext {
  font-size: 50%;
}
.smalltextred {
  font-size: 50%;
  color: #ff0000;
  background-color: inherit; 
}
img.imgleft {
	float: left;
}
img.imgright {
	float: right;
}
.mid {
  font-size: 75%;
  text-align: center;
}
.midbold {
  font-weight: bold;
  font-size: 75%;
  text-align: center;
}
.textleft {
  text-align: left;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
/* Table elements */
th {
  color: #ffa34f; 
  font-size: 100%; 
  font-weight : bold;
  background-color: #006699; 
}
td {
   text-align: center;
}
