body{margin: auto;
  background-color: #202020;
  color: #EEE;
  width: 890px;
  padding: 0;
}

a:link{text-decoration:none;
  color:white;
}
a:visited{text-decoration:none;
  color:white;}
a:hover{text-decoration:none;
  color: #2070FF;}
a:active{text-decoration:none;
  color:white;}

.banner{background: url(/img/banner.png) center no-repeat;
  height:226px;
  margin-top:-3px;}
  
.eBanner{/*background: url(/img/bmf.jpg) center no-repeat;*/
  height:680px;
  width:910px;
  margin-top:-1px;}

.footer{background-color: #202020;
  height:25px;}

.back{float:left;
  width:50px;
  border: 2px outset #FFF;
  color:black;
  background-color: #AAA;}
.back:hover{color:white;
  background-color: #000000;}
  
.midBox,
.midBoxPoll,
.midBoxMedia{text-align:justify;
  padding:20px;
  width:760px;
  background-color: #101010;
  min-height:100px;
  opacity:0.7;
}

.section{background-color: #103070;
  border: 3px double #707070;
  color: #ff8207;
  font-size:x-large;
}

.button{border: white outset 2px;
  background-color:black;
  color: white;
  font-size: normal;
  width: 100px;
  text-align:center;
}

.midBoxMedia{font-size: x-large;
  color:orange;
}

.midBoxPoll{font-size: x-large;
  color: #0070FF;
}

.tab{display: table;
  width: 740px;
}

.row{display:table-row;
  padding-right:10px;
}
	

.cell{display: table-cell;
  padding: 10px;
  text-align: justify;
  width: 20%;
}

.about,
.media,
.event{display:table-cell;
  width: 266px;
  height: 300px;
  vertical-align:middle;
  text-align: center;
  
}

.progBorder{
  height: 15px;
  background-color: #ffff00;
  border: 1px solid white;
}

.progBar{
  height: 11px;
  margin: 2px;
  background-color: #C9DDEC;
  color: teal;
}

.about{background: url(/img/blue.png) center no-repeat;}
.about:hover{background: url(/img/blue-hover.png) center no-repeat;}

.media{background: url(/img/red.png) center no-repeat;}
.media:hover{background: url(/img/red-hover.png) center no-repeat;}

.event{background: url(/img/green.png) center no-repeat;}
.event:hover{background: url(/img/green-hover.png) center no-repeat;}


<!--lightbox-->

overlay{background-image: url(img/overlay.png);}

* html #overlay{
  background-color: #000;
  back\ground-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
}
