body 
    {
  
    background:#000000;
    margin-left:0px;


    
    }





#shell
{
    width: 900px;
	margin: 0px auto 0px auto;
}


    
#bkgContainer
{
    position: absolute;
    top:0px;
    z-index: 1;

    
}




#menuContainer
{
    position: relative;
    z-index: 900;
    width:780px;
    left:60px;
    top:109px;


}


#contentContainer
{
    position: relative;
    width: 780px;
    height: 469px;
    left: 60px;
    top: 143px;
    z-index: 99;
    /*overflow: auto; */
    font-family: tahoma,arial,verdana;
    font-size: 10pt;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
}



#contentTitle
{
    font-size:22pt;
    font-family:tahoma,arial,verdana;
    color:#FFFFFF;
    }
    
#contentBody
{
    padding: 10px 0px 10px 25px;
    font-size: 10pt;
    font-family: tahoma,arial,verdana;
    color: #FFFFFF;

}

    
#menuBarSpan
{
    background-repeat: repeat-x;
    background-image: url(      '../images/menu/menuBarBkg.gif' );
    width: 100%;
    height: 32px;
    position: absolute;
    z-index: 0;
    top: 114px;
}

#pageContentScroll 
{
/* Typical fixed height and fixed width example */
	width: 840px;
	height: 440px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	/* margin: 0.3em auto; */
	padding: 0px;
}

#footerContent
{
    position:relative;
    z-index:300;
    top: 165px;
    left:0px;
    
    }
    
  #socialMedia
  {
      position:relative;
      z-index:300;
      top:170px;
      left:385px;
      }



      
#calendarContainer
{
    position: relative;
    width: 780px;
    height: 475px;
    left: 60px;
    top: 149px;
    z-index: 103;
    overflow: hidden;
    font-family: tahoma,arial,verdana;
    font-size: 10pt;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
}



#footerContentCalendar
{
    position:relative;
    z-index:300;
    top: 180px;
    left:0px;
    
    }
    
#socialMediaCalendar
  {
      position:relative;
      z-index:300;
      top:5px;
      left:385px;
   }
   

      