/* Generated by KompoZer */

/* -- General Website Styles -- */
h1,h2 {
  font-family: Georgia,"Times New Roman",Times,serif;
  margin: 2px;
  padding: 2px;
}

p {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}

p.left {
  text-align: left;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

td.left {
  text-align: left;
}

td.center {
  text-align: center;
}

li {
  font-size: 14px;
}
/* End of General Website Styles */

/* -- General Website Section Styles -- */
/* Header Style */
.header {
  border-style: none;
  border-width: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #0044bb;
  background-image: url(../images/head_bgd.jpg);
  background-position: top left;
  background-repeat: repeat-x;
}

/* Rounded Corners Box Style */
/* The code for the box with the rounded corners */
div.roundbox {
  width : auto;
  height : auto;
  position : relative;
  margin-bottom: 10px;
  padding: 0px;
}

/* Here are the four spans. classes were used to allow multiuse on a page */
.tl, .tr, .bl, .br {
  position : absolute;
  width : 40px;
  height : 40px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}

/* change position and image: top-left */
.tl {
  background : transparent url(../images/new-corners.gif) no-repeat;
  top : -20px;
  left : -20px;
}

/* change position and image: top-right */
.tr {
  background : transparent url(../images/new-corners.gif) no-repeat;
  top : -20px;
  right : -21px;
}

/* change position and image: bottom-left */
.bl {
  background : transparent url(../images/new-corners.gif) no-repeat;
  bottom : -20px;
  left : -20px;
}

/* change position and image: bottom-right */
.br {
  background : transparent url(../images/new-corners.gif) no-repeat;
  bottom: -20px;
  right: -21px;
}
/* End of Rounded Corners Box Style */

/* Header Navigation Styles */
div.nav {
  border-style: none;
  border-width: 0px;
  width: 100%;
  background-color: #0044bb;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 3px;
}
ul.nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li.nav {
  margin: 0;
  padding: 0;
  display: inline;
}
a.nav:link {
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-size: 13px;
  font-weight: normal;
}
a.nav:visited {
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-size: 13px;
  font-weight: normal;
}
a.nav:hover {
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  color: #deb887;
  font-size: 13px;
  font-weight: normal;
}
a.nav:active {
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  color: #deb887;
  font-size: 13px;
  font-weight: normal;
}
/* End of Header Navigation Styles */

/* Footer Navigation Styles */
a.footer:link {
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-size: 13px;
  font-weight: normal;
}
a.footer:visited {
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-size: 13px;
  font-weight: normal;
}
a.footer:hover {
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  color: #0044bb;
  font-size: 13px;
  font-weight: normal;
}
a.footer:active {
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  color: #0044bb;
  font-size: 13px;
  font-weight: normal;
}
/* End of Footer Navigation Styles */

/* Footer Section Styles */
/* Style for the footer section of the web pages */
div.footer {
  background-color: #deb887;
  text-align: center;
}

p.footer {
  font-size: 0.8em;
  font-weight: normal;
}
/* End of Footer Section Styles */

/* Body Section Styles */
/* Style for the body of the document. This is specific to these test pages. */
.bodystyle {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  border: 0px solid;
  background-color: white;
  background-image: url(../images/sidedenim2.gif);
  background-position: top left;
  background-repeat: repeat-y;
  text-align: center;
  margin-top: 0;
  padding: 0px 0px 3px 0px;
}
/* End of Body Section Styles */

/* End of General Website Section Styles */


/* -- Home Page Styles -- */
p.home {
  font-size: 11px;
  margin: 6px;
}
/* End of Home Page Styles */

/* -- About Us Page Styles -- */
/* End of About Us Page Styles */

/* -- News Page Styles -- */
ul.news {
  list-style-type: square;
}

li.news {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}
/* End of News Page Styles */

/* -- Performance Page Styles -- */
tr.head {
  background-color: #809aca;
}

tr.even {
  background-color: #809aca;
}

td.performance {
  vertical-align: top;
}

p.head {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  padding: 0;
  margin: 0;
}

p.date {
  text-align: left;
  font-size: 11px;
  padding: 0;
  margin: 0 5px 0 5px;
}

p.event {
  text-align: left;
  font-size: 11px;
  padding: 0;
  margin: 0 5px 0 5px;
}
/* End of Performance Page Styles */

/* -- Music Page Styles -- */
/* End of Music Page Styles */

/* -- Links Page Styles -- */
/* End of Links Page Styles */

/* -- Contact Us Page Styles -- */
ul.contact {
  list-style-type: disc;
}

li.contact {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}
/* End of Contact Us Page Styles */

/* -- Test Page Styles -- */
/* Body style for the Test Page */
.tempbody {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  border: 0px solid;
  background-color: white;
  background-image: url(../images/sidedenim2.gif);
  background-position: top left;
  background-repeat: repeat-y;
  text-align: center;
  margin-top: 0;
  padding: 0px 0px 3px 0px;
}

p.test {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  margin-left: 50px;
  margin-right: 50px;
}
/* End of Test Page Styles */

/* ----- End of CSS Document ----- */