@charset "UTF-8";
.bg-light {
	background-color: #006699 !important;
	background-image: -webkit-linear-gradient(325deg,rgba(38,182,255,1.00) 0%,rgba(0,187,48,1.00) 100%);
	background-image: -moz-linear-gradient(325deg,rgba(38,182,255,1.00) 0%,rgba(0,187,48,1.00) 100%);
	background-image: -o-linear-gradient(325deg,rgba(38,182,255,1.00) 0%,rgba(0,187,48,1.00) 100%);
	background-image: linear-gradient(125deg,rgba(38,182,255,1.00) 0%,rgba(0,187,48,1.00) 100%);
}
.container {
}
.navbar {
	
	margin-bottom: 0;
}
.navbar.navbar-expand-sm {

	width: 715px;
	float: none;
}
.navbar.navbar-expand-sm a:link  , .navbar.navbar-expand-sm a:visited{
	
	border-left: 1px solid #43FF66;
	border-right: 1px solid #EE4176;
	border-bottom: 1px solid #003377;
	border-top: 1px solid #0AE;
	color: #FFFFFF;
}
.navbar.navbar-expand-sm a:hover {
	background-image: -webkit-linear-gradient(90deg,rgba(4,136,225,1.00) 0%,rgba(178,0,255,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(4,136,225,1.00) 0%,rgba(178,0,255,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(4,136,225,1.00) 0%,rgba(178,0,255,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(4,136,225,1.00) 0%,rgba(178,0,255,1.00) 100%);
}
header.row h2 {
	color: #006699;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 350%;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.40);
	text-align: center;
}
header.row p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.50);
    color: #FFFFFF;
    letter-spacing: 0.5em;
}
header.row {
	padding: 20px 0px;
	background-image: url(../images2/brushstroke%20transparent.png), url("../images2/128-206.jpg");
	background-size: auto 80%, auto auto;
	background-position: center center;
	background-color: #008888;
	background-repeat: no-repeat, repeat;
	/* [disabled]border-left-color: #FFDD55; */
	/* [disabled]border-right-color: #FFDD55; */
	border-bottom: 5px solid #FFDD55;
	border-top: 5px solid #FFDD55;
	/* [disabled]border-left-style: solid; */
	/* [disabled]border-right-style: solid; */
	/* [disabled]border-left-width: 5px; */
	/* [disabled]border-right-width: 5px; */
}
.logowhite {
    color: #FFFFFF;
}
main.row aside blockquote {
    padding: 0 px;
    margin: 0px 0px 20px 0px;
    font-size: 100%;
}
main.row aside blockquote p {
	margin: 0px 5px 0px 0px;
	padding: 0px .5em;
	text-indent: -1em;
}
main.row aside blockquote cite {
	padding: 0px 10px;
	display: block;
	font-style: italic;
	text-align: right;
}
main.row aside {
    border: none;
    font-size: 100%;
}
.sidebar2 {
	padding: 0px 10px;
	background-color: #0B9BC3;
	text-align: left;
}
.sidebar2 h2 {
	margin-top: 10px;
	padding: 0px 10px;
	margin-bottom: 5px;
	font-size: 130%;
	line-height: 1.4em;
}
.sidebar2 p {
	margin-bottom: 5px;
	padding: 0px 10px;
	margin-top: 0px;
	line-height: 1.3em;
}
footer {
	padding: 1em 0px;
	background-color: #A08D8D;
	color: #585858;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,102,153,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,102,153,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,102,153,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(0,102,153,1.00) 100%);
}
main.row article h1 {
	font-family: alfa-slab-one;
	font-size: 300%;
	line-height: 1em;
	margin-bottom: 15px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
}
body {
    font-family: "Source Sans Pro", "Trebuchet MS", Vernanda, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.sidebar2 section figure img {
    margin: 0px auto;
    display: block;
}
.sidebar2 section figure figcaption {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	text-align: center;
}
section h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #5EB4DC;
	font-size: 170%;
	font-weight: bold;
	text-align: left;
}
.h2 {
	text-align: center;
}
.profile {
	margin: 0px 25px 15px 25px;
	padding-left: 10px;
	border-left: solid 2px #ADF;
	border-bottom: solid 10px #ADF;
}
section table {
	width: 95%;
	margin-bottom: 2em;
	font-family: Arial Narrow, Arial, Verdana, sans-serif;
	font-size: 90%;
	border-bottom: solid 3px #ADF;
}

section td, section th {
	padding: 4px;
	text-align: left;
	border-top: solid 1px #ADF;
}
section th {
	color: #FFF;
	text-align: center;
	border-bottom: solid 6px #069;
	background-color: #ADF;
}
section .date {
	width: 6em;
}
section .event {
}
section .location {
}
section .cost {
	width: 4em;
	text-align: center;
}
.flt_rgt {
	float: right;
	margin-left: 10px;
}
.flt_lft {
	float:left;
		margin-right: 10px
}
article table h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 130%;
	font-family: "Ariel Narrow";
}
table h3 a:link, table h3 a:visited {
	color: #069;
	font-weight: bold;
}

@media (max-width:426px){
.flt_lft, .flt_rgt {
	max-width: 95%;
	height: auto;
	display: block;
	float: none;
}
}
.ctr {
	margin-top: 15px;
	text-align: center;
}
.td.hide_ad {
	display: none;
}
