/* Header and footer styles */
body {
 /*background-image: url(./p0603b1aa.jpg);*/
 background-color: #000000;
 background-repeat: repeat; 
 font-family: sans-serif; 
}
.Content {width: 100%; background-color: #E8EFF8;
	-moz-border-radius: 1.25em 1em 1em 1em;
	border-radius: 1.25em 1em 1em 1em;
	-moz-box-shadow: 3px 3px 10px #FFF;
    -webkit-box-shadow: 3px 3px 10px #FFF;
    box-shadow: 3px 3px 10px #FFF;
	border: 3px solid #3894e5;
	
}

.TitleTable {width:100%; 
	font-family:Futura; text-align: center;	padding: 5px; 
	background-color: #FFFFFF;
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
	color:#000;
	text-shadow: 3px 3px 3px #cccccc; /*B3B3B3*/
	border:3px solid #3894e5;
	margin:10px; 
}

/* Content pane styles */
h1 {font-size: 125%; }
h2 {font-size: 110%; color:#330033; }
h3 {font-size: 100%; color:#330033; }

/* styles for the nav pane */
.nav { 
  text-decoration:none;
  font-weight: bold;
  font-size: 90%;
  /*border-right: 2px solid #cccccc*/ }
#nav a { 
	padding:5px 5px 5px 5px; 
	text-decoration:none; 
	 font-weight: bold;
    color: #0066CC;
	text-shadow: 4px 4px 4px #B3B3B3;
	/*border-top:1px solid #3894e5; 
	border-bottom:3px solid #83bff5;*/}
#nav a:hover {
	color:#000000; 
	text-shadow: 4px 4px 4px #fff;
	background:#CCCCCC;
	background: -moz-linear-gradient(left, #ccc, #E8EFF8);
	background: -webkit-gradient(linear left center, left center, from (#ccc), to (#E8EFF8));
	background: linear-gradient(left, #ccc, #E8EFF8);
 	-moz-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: 3px 3px 10px #B3B3B3;
    -webkit-box-shadow: 3px 3px 10px #B3B3B3;
    box-shadow: 3px 3px 10px #B3B3B3;
	}

.middlepane {vertical-align:top; 
	background-color: #FFFFFF; 
	font-size: 90%; 
	padding: 5px;
	-moz-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
	border: 3px solid #c3e3ff;
	background-repeat: no-repeat;
	background-position: center;*/
}


.board-positions {
		width: 250px;
        color: #0066CC;
		padding-right: 10;
		text-align:right;
        border-right: 1px solid #cccccc	}
.board-members { font-size: 100%; 
		text-align:left; 
		vertical-align:top; }

img {padding: 5px}

table {font-size:100%}

/* Image thumbnailer */
.div-img{
    justify-content: center;
    align-items: center;
    display:flex;
}
.thumbnail{
    transition: transform .2s;
    width:250px;
    /*height:50px;*/
    height: auto;
    margin:0 auto;
}
img.thumbnail:hover{
	/* scale based on 250px (above) */
    transform:scale(3.5);
}
/* images inside month-pages */
.thumbnail2{
    transition: transform .2s;
    width:250px;
    /*height:50px;*/
    height: auto;
    margin:0 auto;
}
img.thumbnail2:hover{
	/* scale based on 250px (above) */
    transform:scale(2.5);
}