/* basic elements */
body { 
	margin: 0px; 
  border-width: 0px;
}

.maintable {  
  vertical-align: top;
  border-width: 0px;
  padding: 0px;
}

.logo {
  vertical-align: top;
}
  
.basic_info_table {
  background-color: #eedd20;
  width: 100%;
}

.footer {
	font-style: italic;
  text-align: center;
  font-size: small;
}

.navigation {
  color: white; 
  background-color: #980000;
  vertical-align: top;
  margin-right: 5px;
}

.navtitle {
  background-color: #980000;
  text-align: left;
  color: white;
  font-size: x-large;
	font-weight: bold;
  margin-left: 5px;
}

.navigation a {
  color: white; 
  font-size: smaller;
}
	
.subitems {
  margin-left: 20px;
}
  
.banner2 {
  font-size: small;
  padding: 6;
  background-color: #ffffff;  
  text-align: left;
  vertical-align: top;
}
 
#banner2 h2 {
  margin: 0;
}

#banner3 {
  padding: 6;
  background-color: #ffffff;  
  text-align:left;
  color: black;
  position: absolute;
  left: 260px;
  top: 0px;

  text-indent: 40;
}
 

#banner2 img {
  margin: 28;
  vertical-align: bottom;
}

.email {
  font-size: small;
  font-style: italic;
}

.address1 {
  font-weight: bold;
  font-style: italic;
  font-size: x-large;
  margin: 0;
}
  
.address2 {
  font-weight: bold;
  font-size: x-small;
  margin: 0;
}
 
#footer {
  text-align: center;   
  font-family: italic;
  font-size: small;
}

.regular {
  text-align: left;   
	vertical-align: top;
}  

.page_banner {
  font-size: x-large;
  text-align: center; 
}

.page_name {
  font-size: x-large;
  text-align: center; 
	font-weight: bold;
	font-style: italic;
}

.branch_name {
  text-align: center; 
	font-weight: bold;
	font-style: italic;
	font-size: x-large;
}

.address {
	font-weight: bold;
	font-style: normal;
}

.phone {
	font-weight: normal;
	font-style: italic;
}

.schedule_cell{
  text-align: center;
}

.contact_cell{
	vertical-align: top;
}

.class_times_title {
  font-weight: bold;
  text-align: center;
}
.class_times_text {
  text-align: center;
}
.caption {
	font-size: small;  
	font-style: italic;
  text-align: center;
}


.schedule.title {}
.schedule.text {}


.emphasis1{
	font-size: large;
	font-weight: bold;
	color: #111111;
}

.testimonials{
}

.testimonials p{
  font-style: italic;
}

.student_name {
  font-style: normal; 
  margin-left: 40px;
  font-size: smaller;
}

/* The following styles are used on the Free Intro page */

/* Used anyplace we say "Free Introductory Lesson" */
.FreeIntroLesson {
  font-style: italic;
}

/* Used any place we say "Monthly Thank You Drawing" */
.MonthlyThankYou {
	font-weight: bold;
}

/* Used on the titles for form controls (e.g. First name, Birth date) */
.ControlTitle {
  font-style: normal;
  font-size: smaller;
  font-weight: bold;
}

/* Used to distinguish a section on the form */
.FormSection {
  border: 1px solid grey; 
  padding-top: 1px; 
  padding-bottom: 15px;
}

/* Used as the title of a section on the form (Student Info) */
.FreeIntroPage h3 {
  font-family: cursive;
}