
body {
  margin: 0px;
  color: #333333;
  background-color: #B32323;
  font-family: "Trebuchet MS",verdana,sans-serif;
  letter-spacing: 0px;
}

a:link {
  text-decoration:none;
  color: #B32323;
}
a:active {
  text-decoration:none;
  color: #B32323;
}
a:visited {
  text-decoration:none;
  color: #B32323;
}
a:hover {
  text-decoration:underline;
  color: #F70C28;
}

img.border {
  border: 1px solid #999999;
}

img.teacher {
  margin: 0px 6px 3px 0px;
  float: left;  
  border: 1px solid #999999;
}

span.head1 {
  font-family: "Trebuchet MS",verdana,sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #516380;
}

span.head2 {
  font-weight: 600;
  font-size: 14px;
  color: #516380;
}

p.faq{
  font-size: 1em;
  font-weight: 600;
  color: #666666;
  margin: 20px 0px 0px 0px;
}

p.answer{
  margin: 3px 0px 0px 20px;
}

p.eventTitle{
  margin: 8px 0px 6px 0px;
}

p.event{
  margin: 0px 0px 12px 20px;
}

p.class{
  font-size: .82em;
  line-height: 1.2;
  margin: 8px 1px 0px 1px;
  padding: 5px 2px 5px 2px;
  background-color: #FAF2F4;
}

p.classNotes{
  font-size: .78em;
  margin: 0px 1px 0px 1px;
  padding: 3px 2px 0px 2px;
  background-color: #FAF2F4;
}

p.eventName {
  margin: 0px 0px 6px 0px;
}

* html p.class{
  margin: 8px 1px 0px 1px;
  padding: 5px 2px 5px 2px;
}

#nav {
  background-color: #dddddd;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #777777;
}

#left_col {
  font-family: "Trebuchet MS",verdana,sans-serif;
  width: 180px;
  height: 100%;
  font-size: .82em;
  margin: 0px 0px 0px 5px;
  background: url(/images/dot.gif) repeat-y right;  
}

#content {
  height: 100%;
  font-size: .9em;
  line-height: 1.5;
  margin: 0px 0px 12px 12px;
  width: 490px;
}

#swoosh {
  height: 100%;
  background-image: url(images/swoosh.gif);
  background-repeat: no-repeat;
}

#classes {
  margin: 0px 0px 0px 0px;
  width: 761px;
}

#footer {
  text-align: center;
  vertical-align: top;
  line-height: 1.8;
  font-size: 11px;
  color: #777777;
  padding: 12px 0px 15px 0px;
  border-top: 1px dotted #aaaaaa;
}

#routines {
  font-size: inherit;
}
#routines td{
  font-size: inherit;
  vertical-align: top;
  padding: 0px 8px 24px 0px;
}

* html #footer {
  border-top: none;
  background: url(/images/dot.gif) repeat-x top;
}

td.schedule {
  border-right: 1px dotted #aaaaaa;
  width: 108px;
  text-align: center;
  vertical-align: top;
}

* html td.schedule {
  border-right: none;
  background: url(/images/dot.gif) repeat-y right;
  padding-right: 1px;
}

* html #sunday {
  background: none;  
}

#sunday {
  border-right: 0;  
}

div.pod {
  margin: 0px 0px 0px 0px;
  width: 170px;
}

div.podBody {
  margin: 0px 1px 0px 2px;
}

* html div.podBody {
  border-left: none;
  border-right: none;
}

div.podbody ul{
  color: #555555;
  list-style-image: url(images/star.gif);
  margin: 0px 0px 0px 22px;
  padding: 0;
  font-weight: 600;
  line-height: 1.6;
}

div.formElement {
  width: 300px; 
  padding: 8px 0px 0px 0px;
  text-align: left;
  color: #666666;
  font-size: 11px;
}

div.formSubmit{
  width: 300px;
  padding: 4px 0px 0px 0px;
  text-align: center;
}

form.support {
  margin: 20px 0px 0px 0px;
}

input.text {
  padding: 2px 0px 0px 0px;
  width: 300px;
  border: 1px solid #A77A81;
  background-color: #F0FAFF;
}

form.support textarea {
  padding: 2px 0px 0px 0px;
  width: 300px;
  border: 1px solid #A77A81;
  background-color: #F0FAFF;
}

select {
  padding: 0px;
  background-color: #F0FAFF;
  border: 1px solid #A77A81;
}



