.midbox
{
   top: 25px;
   left: 22.5%;
   right: 22.5%;
   height: 150px;
   width: 55%;
   border: solid 1px white;
   font-size: 28pt;
   color: white;
   background: green;
   position: absolute;
   text-align: center;
}

.mnavbox
{
   top: 200px;
   left: 20%;
   right: 20%;
   width: 60%;
   height: 40px;
   border: solid 1px white;
   font-size: 13pt;
   background: black;
   position: absolute;
}

.mnavbox a
{
   height:38px; 
   color: white;
   background: black;
   text-align: center;
   text-decoration: none;
   padding: 10px;
}

.mnavbox a:hover
{
   color: green;
   background: white;
}

.bodybox
{
   top: 241px;
   left: 20%;
   right: 20%;
   width: 60%;
   height: 100%;
   border-left: solid 1px white;
   border-right: solid 1px white;
   background: green;
   position: absolute;
   text-align: center;
   padding: 15px;
   text-decoration: none;
   border-style: none;
}

.bodybox a
{
   color: white;
   text-decoration: none;
   border-style: none;
}

.bodybox a:hover
{
   color: black;
}

.bodybox a:img
{
   border-style: none;
}

.bodywelcome
{
   color: white;
   font-size: 28pt;
}

.bodywelcome a
{
   color: black;
   font-size: 20;
}

.bodywelcome a:hover
{
   color: white;
   font-size: 20;
}

.bodytitle
{
   color: white;
   font-size: 20pt;
   text-align: left;
}

.picbox
{
   top: 120px;
   left: 65%;
   position: absolute;
}

.bodytext
{
   color: white;
   font-size: 13pt;
   font-family: arial;
   text-align: left;
}

.bgphoto
{
   color: white;
   background-color: black; 
   font-size: 12pt;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   right: 0px;
   position: absolute;
   background-repeat: repeat-y;
   background-image: url(imgs/bgnotes.jpg); 
}

.calendarbox
{
   text-align: center;
   padding: 0px;
}

.calendarhead
{
   color: #000000;
   font-size: 18;
}

.calendartext
{
   color: #FFFFFF;
   font-size: 16;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
