/* heading styles*/
/* styles for the standard pages */

body {
  padding: 5px;
  padding-top: 1px; padding-bottom: 1px;
  margin-top:1px;
  margin-left:1px;
  background-color: white;
  background-repeat:no-repeat;
  background-position:center 20px;
  color: #000000;
  font-family : Arial, sans-serif;
}

p, ul, li {
  text-align:justify;
  color: #58595B;
}

td {
  color: #58595B;
}

a { color: #58595B; }

a:visited { color: #58595B; }

#content {
  background-color: white;
}

#content a.navlinks {
  text-decoration: none;
}

#content a.navlinks:hover {
  text-decoration: underline;
}

#hotels td {
  text-align: justify;
}

#content td.container {
  padding: 20px;
  padding-top: 0px;
  background-image: url('gfx/table_background.png');
  background-position: bottom; background-repeat: repeat-x;
  border-left: solid #BCBDBF 1px;
  border-right: solid #BCBDBF 1px;
  vertical-align: top;
}

#content td.listmemberleft {
  padding: 7px;
  padding-top: 0px;
  background-image: url('gfx/table_background.png');
  background-position: bottom; background-repeat: repeat-x;
  border-left: solid #BCBDBF 1px;
  vertical-align: top;
  text-align: left;
}

#content td.listmemberright {
  padding: 7px;
  padding-top: 0px;
  background-image: url('gfx/table_background.png');
  background-position: bottom; background-repeat: repeat-x;
  border-right: solid #BCBDBF 1px;
  vertical-align: top;
  text-align: right;
}

#content td.listmembercenter {
  padding: 7px;
  padding-top: 0px;
  background-image: url('gfx/table_background.png');
  background-position: bottom; background-repeat: repeat-x;
  vertical-align: top;
  text-align: center;
  border-right: solid #BCBDBF 1px;
  border-left: solid #BCBDBF 1px;
}

#content td.right {
  text-align: center;
  vertical-align: middle;
}

#links td {
  text-align:center;
  background-color: white;
}

#links td.left {
  border-left: solid #BCBDBF 1px;
}

#links td.right {
  border-right: solid #BCBDBF 1px;
}

#links td:hover {
  background-image: url('gfx/link_background2.png');
  background-position: bottom; background-repeat: repeat-x;
}

#content td.linkstop {
  padding-left: 5px;
  text-align: left;
  vertical-align: top;
  background-image: url('gfx/link_background.png');
  background-position: bottom; background-repeat: repeat-x;
  border: solid #BCBDBF 1px; border-top: none;

}

#content td.linksbottom {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  text-align: left;

  font-size: 14px;
  line-height: 24px;
  font-family: Arial, sans-serif;
  color: #58595B;

  vertical-align: top;
  background-image: url('gfx/link_background.png');
  background-position: bottom; background-repeat: repeat-x;
  border: solid #BCBDBF 1px; border-top: none; border-bottom: none;
}

#content h1 {
  text-align: left;
  font-size: 24px;
  font-family: Century Gothic, Arial, sans-serif;
  font-weight: normal;
  color: #798DA5;
}

#content h2 {
  text-align: left;
  font-size: 20px;
  font-family: Century Gothic, Arial, sans-serif;
  font-weight: bold;
  color: #798DA5;
}

#content h2.right {
  text-align: left;
  padding-left: 20px;
  font-size: 20px;
  font-family: Century Gothic, Arial, sans-serif;
  font-weight: bold;
  color: #798DA5;
}

#content h3 {
  text-align: left;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #58595B;
}

#content p {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #58595B;
}

#content {
  font-size: 14px;
  font-family: Arial, sans-serif;
}

#img {
  margin:0px; padding:0px;
}

#program {
  border-right: solid #BCBDBF 1px;
}


#program th {
  padding: 5px; padding-left: 2px; padding-right: 2px;
  border-bottom: solid black 1px;
  border-top:    solid black 1px;
  border-left:   solid #BCBDBF 1px;
}

#program td {
  padding: 3px;
  text-align: center;
  border-left:   solid #BCBDBF 1px;
  border-bottom: solid #BCBDBF 1px;
}

#program tr.times {
  border-bottom: solid #BCBDBF 1px;
}


