body {
  font-family: times new roman, serif;
  font-family: verdana, arial, sans-serif;
  font-size:9pt;
}

td {
  vertical-align: top;
  font-size:9pt;
}

.paragraph {
  line-height: 20pt;
  //font-weight: bold;
}


.semibold {
  color: #CC0000;
  font-weight: bold;
}


#agapemusicstylings {
  position: absolute;
  left: 30px;
  top: 10px;
}

#header {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 2;
}

#top_spacer {
  height: 100px;
}

#container {
  position: relative;
  left: 115px;
  width: 470px;     /* for mozilla */
  // width: 500px;  /* IE doesn't recognize // as comments */
  padding-top: 90px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  bottom: 0px;
  background-image: url(images/bkg.jpg);
}
#container img {
  border: 1px #CC0000 solid;
}

#paperbottom {
  position: relative;
  left: 115px;
  top: 0px;
  width:500px;
  height:10px;
  background-image: url(images/paperbottom.jpg);
}

#home img {
  border: 0px;
}

#page_title {
  position: relative;
  font-family: verdana, arial, sans-serif;
  font-size: 18pt;
  margin-left:7px;
}

#content {
  margin-left:7px;
  margin-right:7px;
  margin-top: 30px;
  line-height: 2.2em;
  z-index: 4;
}


#nav {
  position: absolute;
  left: 680px;
  top: 350px;
  font-size: 8pt; 
  line-height: 20pt; 
}

#left_spacer{
  height: 95%;
  float: left;
  width: 1px;
  font-size: 1px; /* to make sure width is not overridden */
  padding: 0px;
  margin: 0px;
}

#copyright {
  clear: both;
  font-size: 7pt;
  color: #999999;
  text-align: center;
  padding-bottom:10px;
  padding-top: 20px;
}
#copyright a { color: #999999; }
#copyright a:link { color: #999999 }
#copyright a:hover { color: #990000; }
#copyright a:hover:visited { color: #990000; }
#copyright a:visited { color: #999999 }


#repertoire_list .tableleft {
  padding-left: 40px;
  text-indent: -20px;
}


ul {
  padding-left: 30px;
}

li {
  list-style: none;
}

ul.performances {
  line-height: 1.2em;
  text-indent: -10px;
}


a { text-decoration: underline; }
a:link { color: #990000 }
a:hover { color: #CC0000; }
a:hover:visited { color: #CC0000; }
a:visited { color: #990000 }

a.nav { text-decoration: none; }
a:link.nav { color: #990000 }
a:hover.nav { color: #990000; text-decoration: underline; }
a:visited.nav { color: #990000 }

a.menubold { font-family: times new roman, serif; font-size: 10pt; font-weight: bold; }
a:link.menubold { font-weight: bold; }
a:hover.menubold { font-weight: bold; text-decoration: underline; }
a:active.menubold { font-weight: bold; }
a:visited.menubold { font-weight: bold; }



td.tableleft {
  padding-left: 20px;
}






/* small text */
.small { font-size: 8pt; }


h2 { font-size: 14pt; font-weight: bold; }
h3 { font-size: 12pt; color: #CC0000; }


table {
  border-spacing: 0px;
  border-collapse: collapse;
}

td.border {
  border: 1px #000000 solid;
}

td.noborder {
  padding: 0px;
  border: 0px;
}

td.head {
  font-weight:bold;
}

.indent {
  margin-left: 40px;
  margin-right: 20px;
}


input,
textarea
{
  font-family:verdana, arial, sans-serif;
  font-size:8pt;
  border-style:solid;
  border-width:1px;
  border-color:#333399;
}
input.submit
{
  background-color:#FFFFFF;
  color:#000000;
}

.textbox
{
  border: 1px #333399 solid;
  padding: 10px;
  background-color:#FFFFFF;
}

hr
{
  border-style:solid;
  border-width:1px;
  border-color:#333399;
  border-collapse: collapse;
}

