/* CSS Document */

body {
	font-family: "Comic Sans MS", cursive, serif;
	margin: 0;
	padding: 0;
}
p {
}
h1 {font-family: "Comic Sans MS", cursive, serif;
    color: #344799;
	font-size: 24px;
	font-weight: bold;
}
h2 {font-family: "Comic Sans MS", cursive, serif;
color: #3e51a2;
	font-size: 13px;
	font-style: italic;
}
h3 {font-family: "Comic Sans MS", cursive, serif;
    color: #344799;
	font-size: 15px;
	font-weight: bold;
}
h4 {font-family: "Comic Sans MS", cursive, serif;
    color: #344799;
	font-size: 20px;
	font-weight: bold;
}
h5 {font-family: "Comic Sans MS", cursive, serif;
    color: #ffffff;
	font-size: 20px;
	font-weight: bold; 
}
h6 {
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: ;
}
a:link, a:visited, a:active {
	color: #ffffff;
}
a:hover {
	color: #ec1c24;
}


a.nav:link {text-decoration: none;
        color: #ec1c24;
       
        
      
}

a.nav:active {text-decoration: none;
          color: #ec1c24;
          
         
}
a.nav:visited {text-decoration: none;
          color: #ec1c24;
          
          
}
a.nav:hover {text-decoration: none;
          color: #3e51a2;
          
         
}


.wrapper {
	width: 955px;
	border: 3px solid #344799;
	padding: 0;
	margin: 3%;
}



/* Header */
.header_wrapper {
	border-bottom: 20px solid #00adef;
	font-style: italic;
	color: #3e51a2;
}
.header_right {
	padding-bottom: 5px;
	padding-right: 10px;
}

/* Navbar */
.navbar_button, .navbar_button a:link, .navbar_button a:visited, .navbar_button a:active {
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 13px;
	color: #3e51a2
}
.navbar_button a:hover {
	color: #ec1c24;
}

/* Content */
.content_wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
}
.content_table {
	border-top: 2px solid #8cc63f;
	border-bottom: 2px solid #8cc63f;
}
.content_left {
	width: 180px;
	border-right: 2px solid #8cc63f;
	text-align: center;
}
.content_right {
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Comic Sans MS", cursive, serif;
	font-size: 13px;
}

.flyer {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-family: "Comic Sans MS", cursive, serif;
	font-size: 24px;
	color: #172a80;
	font-weight: bold;
	
}
.flyerRED {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-family: "Comic Sans MS", cursive, serif;
	font-size: 22px;
	color: #ca080f;
	font-weight: bold;
	
}
.red {
	
	font-family: "Comic Sans MS", cursive, serif;
	font-size: 18px;
	color: #ca080f;
	font-weight: bold;
	background:  ;
}
.red2 {
	
	font-family: "Comic Sans MS", cursive, serif;
	font-size: 14px;
	color: #ca080f;
	font-weight: bold;
	background:  ;
}
.blue {
	
	font-family: "Comic Sans MS", cursive, serif;
	font-size: 14px;
	color: #172a80;
	font-weight: bold;
	background:  ;
}
.content {
	font-family: "Comic Sans MS", cursive, serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.content_sm {
	font-family: "Comic Sans MS", cursive, serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.content_sB {
	font-family: "Comic Sans MS", cursive, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

/* Footer */
.footer {
	height: 30px;
	background-color: #00adef;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/* Copyright */
.copyright {
	font-size: 11px;
	text-align: center;
	color: #ec1c24;
}
