

/* WHOLE PAGE
 * There are some style elements common to the whole page, including title
 * bar, main content, and footer
 */
body { 
       font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
       background-color: #CCCCCC; 
       margin: 10px;
       margin-top: 10px;
}


/* HEADER
 * This area contains the styles used in the Jazz education header 
 * and navigation menu.
 */

/* Navigation bar styling */
.header table.navbar{ 
  width: 100%;
  background-color: black; 
  color: white;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  vertical-align: center;
  padding: 0px 3px;
  
}

a.navlink { font-family: Arial, Helvetica, sans-serif;	  
	    color: #6699FF;
	    font-weight: bolder;
	    text-decoration: none}
a.navlink:visited { color: #6699FF; }
a.navlink:hover { color: #AACCFF; text-decoration: none }


/* Tagline styling */
table.tagline {
  width: 100%;
  white-space: nowrap;
  font-size: 12px;
  line-height: 17px;
  padding: 3px 3px;
}

.tagline td.left {
  text-align: left;                  
}

.tagline td.center {
  width: 100%;
  text-align: center;
}

.tagline td.right {
  text-align: right;
}


.tagline td.page_title {
  white-space: nowrap;
  font-size: 24px;
  color: #336699;
  text-align: left;
  padding: 0px 0px;
}

a.email { color: blue; text-decoration: none }
a.email:visited { color: purple}
a.email:hover { color: #336699; text-decoration: none }



/* CONTENT
 * This is the styling for any content within the page.
 */
.content { 
       background-color: #FFFFFF; 
       margin: 10px;
       margin-top: 10px;
       padding: 30px 30px;
       font-size: 12px;
       line-height: 17px;

       
       
       }
       
h1 {font-size:20px;
font-family: palatino, georgia, serif;	  
	    color: #114477;
	    font-weight: bolder;
}
h2 {font-size:16px;
	font-family: palatino, georgia, serif;
	color: #114477;
	}
h3 {
	ont-family: Arial, Helvetica, sans-serif;
	font-weight: bold
	}



/* BOTTOM NAVBAR
 * Style for the navigation at the bottom of the page
 */
 
 .bottom_navbar {
  width: 100%;
  background-color: white; 
  color: black;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  vertical-align: center;
  padding: 10px 10px;  
}

  .bottom_navbar table.navbar a:link {color: blue; }
  .bottom_navbar table.navbar a:visited {color: purple; }
  .bottom_navbar table.navbar a:hover {color: black; }



/* FOOTER
 * Style for the footer which points to the other Nightbird pages.
 */
table.footer {

  width: 100%;
  color: #333333; 
  font-size: 11px; 
  font-weight: normal; 
  line-height: 14px; 
  text-align: right;
  padding: 0px;
}

/* Navigation bar styling */
.footer table.navbar{ 
  width: 100%;
  color: grey;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  vertical-align: center;
  padding: 0px 3px;
}
