      html {
        padding: 0;
        margin: 0;
        height: 100%;
        margin-bottom: 1px;
      }
      body {
        font-family: arial, sans serif;
        font-size: 12px;
        background-color: #CCCCCC;
        margin: 26px 0 0 0;
        padding: 0;
      }
      
      #page {
        width: 749px;
        margin: auto;
      }

a:link {
	color: #C3358E;
}
a:visited {
	color: #C3358E;
}
a:hover {
	color: #C3358E;
}
a:active {
	color: #C3358E;
}

      
#header {
  height: 157px;
  width: 749px;
  background-image: url(/images/ap-logo.gif);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  overflow: hidden;
}



#navigation {
  width: 539px;
  height: 50px;
  background-image: url(/images/ap-nav-off.gif);
  top: 107px;
  right: 0;
  position: absolute;
}

#navigation a {
  text-decoration: none;
  position: absolute;
  top: 0;
  height: 25px;
}

#navigation a span {
  visibility: hidden;
}

#navigation a:hover, #navigation a.active {
  background-image: url(/images/ap-nav-on.gif);
}

a#nav-about { left: 0px; background-position: 0px 0; width: 50px; }
a#nav-programs { left: 50px; background-position: -50px 0; width: 65px; }
a#nav-classes { left: 115px; background-position: -115px 0; width: 50px; }
a#nav-schedule { left: 165px; background-position: -165px 0; width: 62px; }
a#nav-performances { left: 227px; background-position: -227px 0; width: 85px; }
a#nav-birthdays { left: 312px; background-position: -312px 0; width: 64px; }
a#nav-store { left: 376px; background-position: -376px 0; width: 43px; }
a#nav-media { left: 419px; background-position: -419px 0; width: 43px; }
a#nav-contact { left: 462px; background-position: -462px 0; width: 53px; }

#subnav {
  position: absolute;
  top: 30px;
  color: #EEEEEE;
}

#subnav a, #subnav a:link {
  background-image: none;
  background-repeat: no-repeat;
  position: relative;
  color: #EEEEEE;
  text-decoration: none;
  margin: 0 0;
  font-size: 11px;
  display: inline;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 7px 2px 2px 5px;
}

#subnav a:hover {
  text-decoration: underline;
  color: white;
  background-image: none;
}

#input-search { 
  position: absolute; 
  top: 10px; 
  left: 690px; 
  padding: 0;
  margin: 0;
  border-style: none; 
  width: 100px;
  background-image: url(/images/pns-nav-off.gif); 
  background-position: -690px -10px;
}

#input-search.focus { 
  background-image: url(/images/pns-nav-on.gif); 
}

#input-submit {
  border: 0 solid #ff0000;
  position: absolute; 
  top: 8px; 
  left: 810px; 
  padding: 0;
  margin: 0;
  width: 45px;
  height: 20px;
  text-decoration: none;
}

#content {
  background-color: white;
  position: relative;
}

#footer {
  color: gray;
  text-align: center;
}

#footer a {
  color: black;
}

label {
  display: block;
  font-weight: bold;
  margin-top: 5px;
}

label.not-required {
  font-weight: normal;
}

img.png {
  behavior: url(/css/iepngfix.htc)
}

h1 {
  margin-top: 0;
  font-size: 19px;
}

h2 {
  font-size: 17px;
}

#noshow {
  display: none;
}

ul {
	padding-left: 20px;

}

ul li {
  padding-bottom: 5px;
  margin-left: -5px;
}

ol {
	padding-left: 20px;
	margin-left: 0;
  margin-top: 20px;
}

ol li {
  margin-top: 5px;
}

#hp-box-right {
  padding: 0 15px 0 10px; 
  font-size: 90%; 
  color: #cb3794; 
  height: 120px; 
  overflow-y: hidden;
}

#hp-box-right a:link {
  color: #cb3794; 
}

#hp-box-center {
  padding: 0 15px 0 10px; 
  font-size: 90%; 
  color: #352063; 
  height: 120px; 
  overflow-y: hidden;
}

#hp-box-center a:link {
  color: #352063; 
}

#hp-box-left {
  padding: 0 15px 0 10px; 
  font-size: 90%; 
  color: #996699; 
  height: 120px; 
  overflow-y: hidden;
}

#hp-box-left a:link {
  color: #996699; 
}