/* CSS Document */

body { 
  font-family:Arial;
  font-size: 12px; 
} 

h1 { 
  font-size:2em;
  font-weight:bold; 
}

h2 { 
  font-size:1.6em;
  font-weight:bold; 
  text-transform:uppercase; 
  mso-outline-level:3;
}

h3 { font-size: 1em; }
.ttl_past, .ttl_upcoming { margin-bottom: 3px; font-size: 1.2em; }

#top_bar { background-color: #99CC33; } 
#footer_bar { background-color: #CC99CC; } 

#content, #content2 { padding: 10px 15px; text-align: left; }
#calendar { clear: both; margin-top: 30px; }
#calendar a:link, #calendar a:visited {color: white; font-weight: bold;}
#calendar a:hover {text-decoration: none;} 

th { text-align: center; font-weight: bold; }

.cal_upcoming, .cal_past { padding-left: 7px; border-bottom: 2px solid #DE415A; }

a:visited { color: blue; }
.tesimonial { background-color: #e7e7e7; border: 1px solid silver; padding: 0px 15px; margin: 25px 0 25px 0; }
.showcase_caption { color: #666666; font-size: .8em; padding-top: 5px; }

.gallery_img { float: left; width: 90px; padding-bottom: 15px; }