
body {
  /*  */
  background-color: #72634d;
  text-align: center;
  font-family: Minion;
}

.container {
  /*width: 60em;*/
  width: 95%;
  border: 5px solid #39275B;
  margin: auto;
  background-color: white;
  text-align: left;
}

.title {
  color: white;
  background-color: white;
  font-size: 2em;
  padding: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.subtitle {
  font-size: .4em;
  font-style: italic;
}

.options {
  float: right;
  text-align: right;
  height: .5em;
  vertical-align: top;
}

.options a {
  font-size: .5em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.links {
  background-color: #39275B;
  padding: 0;
  margin: 0;
  line-height: 2.0;
  font-family: Arial;
}

.links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.links ul li {
  display: inline;
}

.links ul li a {
  text-decoration: none;
  color: white;
  background-color: #39275B;
  padding: .5em;
  font-size: .8em;
}

.links ul li a:hover {
  background-color: #72634d;
  text-decoration: underline;
}

.search {
  float: right;
  text-align: right;
  color: white;
}

.content {
  padding: 2em;
  padding-top: 2em;
}

.footer
{
  text-align: center;
  font-size: .75em;
}


.zoom
{
  overflow: auto;
  width: 55em;
  height: 19em;
  margin: auto;
  padding: 0;
}

.zoom img 
{
  margin: auto;
}

.formlist
{
  list-style: none;
}

.big
{
}


div, a, li, ul
{
   /*border: 1px solid silver;*/
}

myh1{color: #39275B; font-size: 2em;}
myh2{color: #39275B; font-weight: bolder;}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

ul.doublespace li {
    padding-bottom: 1ex;
}

table.program { border: none; background-color: white;}
table.program tr.pets { background-color: #E9E3F3; }
table.program tr.hotpets { background-color: #F4E4E2; }
table.program tr.speaker { background-color: #CADCCD; }

