/* reset css */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0; margin: 0; font-size: 100%; font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */

body {
  background: white;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white url(images/PageHead.jpg) top center no-repeat;
  background-position: center 5px;
  height: 140px;
  padding: 0px;
  z-index: 500;
}
#header #logo {
  margin-left: 30px;
  margin-top: 5px;
  width: 130px;
  height: 130px;
}
#header #logo2 {
  float: right;
  margin-right: 30px;
  margin-top: 5px;
  width: 130px;
  height: 130px;

}
#nav {
  position: fixed;
  left: 0px;
  top: 140px;
  bottom: 0px;
  width: 178px;
  background: black url(images/navbg.jpg) left top;
  border: 1px solid black;
}
#nav ul {
  margin-left: 0;
  margin-top: 0px;
  list-style: none;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#nav a {
  border-bottom: 1px solid white;
  display: block;
  height: 25px;
  zoom: 1;
  color: White;
  padding-left: 10px;
  padding-top: 5px;
  text-decoration: none;
  font-size: 14px;
  background: transparent;
}
#nav a:hover {
  height: 25px;
  zoom: 1;
  color: White;
  padding-left: 10px;
  padding-top: 5px;
  text-decoration: none;
  font-size: 14px;
  color: Black;
  background: #d0b598;
}

#navbar {
  position: fixed;
  left: 180px;
  right: 0px;
  top: 140px;
  background: #e97c13;
  height: 1.9em;
  line-height: 1.9em;
  text-align: right;
  border-top: 1px solid black;
}
#navbar ul {
  margin-left: 0px;
  list-style: none;
  height: 1.9em;
  line-height: 1.9em;
}
#navbar li {
  float: right;
  border-left: 1px solid white;
  width: 200px;
  height: 1.9em;
  line-height: 1.9em;
  text-align: center;
}
#navbar a {
  display: block;
  color: white;
  text-decoration: none;
  padding-top: 0px;
  margin-top: 0px;
  font-size: 18px;
  height: 1.6em;
  line-height: 1.6em;
}
#navbar a:hover {
  background: Orange;
  height: 1.6em;
  line-height: 1.6em;
}
#sidebar {
  position: fixed;
  top: 172px;
  right: 0px;
  bottom: 0px;
  background: #d0b598;
  float: right;
  width: 178px;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
#sidebar h1 {
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#main {
  background: white;
  margin: 172px 200px 50px 180px;
  padding: 20px 10px 40px 10px;
}
#footer {
  position: fixed;
  bottom: 0px;
  left: 180px;
  right: 200px;
  background: white;
  height: 50px;
  padding: 5px 20px 5px 20px;
  border-top: 2px solid black;
  z-index: 200;
}
#copyright {
  text-align: center;
  font-size: 10px;
}
h1 {
  font-size: 24.0pt;
  color: #C35617;
  padding: 0px 0px 20px 0px;
  text-align: center;
}
h2 {
   font-size: 16.0pt;
   color: #C35617;
   text-align: center;
   font-weight: none;
   margin-bottom: 20px;
}
h3 { text-align: center; font-weight: bold; }
h4 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: -10px;
}
p {
  margin-top: 10px;
  margin-bottom: 10px;
}
#links { text-align: left; width: 400px; margin: 20px auto 40px auto; }
#links ul { list-style: none;}
#links li { line-height: 2.0em;}
#links+p { text-align: center; }

#everyboy {
  color: black;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#aboveTraining {
  position: relative;
  color: black;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
p+h2 {
  margin-top: 40px;
}
h2+h3 {
  margin-top: -20px;
  margin-bottom: 20px;
}
.formTable
{
  background-color: #e0ceba;
  margin: 0px auto 0px auto;
  border-left: #666666 2px solid;
  border-top: #666666 2px solid;
  border-bottom: #111111 4px solid;
  border-right: #111111 4px solid;
}
.formLabel
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: Black;
   font-weight: bold;
  background-color: #e0ceba;
}
#registered {
  background-color: #e0ceba;
  margin: -20px auto 0px auto;
  border-left: #666666 2px solid;
  border-top: #666666 2px solid;
  border-bottom: #111111 4px solid;
  border-right: #111111 4px solid;
}
#registered th {
  font-weight: bold;
  text-align: right;
  padding: 0px 5px 0px 10px;
  vertical-align: top;
}
#registered td {
  padding-right: 10px;
}
#registered tr:first-child th:first-child
{
  text-align: left;
  vertical-align: middle;
  height: 40px;
}
#registered span
{
  color: red;
}
#registered input
{
  width: 157px;
}
#registered textarea
{
  width: 155px;
  height: 60px;
}
#registered select
{
  width: 164px;
}
#selectTeams
{
  text-align: center;
  margin: -25px auto 0px auto;
}
