

#container
{
    background-color: #cce6ff;  
}

.mainContentWindow{
    margin-top: 60px;
}



.excom
{
    background-image: url(../img/excom3.png);
    background-size: 150%;
    background-position: center;
    background-repeat:  no-repeat;
    width: 100px;
    height:50px; 
    
}

.excom:hover
{
   background-image: url(../img/excom3.png);
}

#content
{
   width: 100%;
   height: auto;
   background-color: #ffffff;
   margin-top: 6px;  
   
}

#footer
{
    float: right;
}



.centered
{
  
    margin: 0 auto;
    font-size: 1.2em;
}

.fill{width:100%;height:100%;background-position:center;background-size:cover;}

#news{

   width: 100%; 
}

#newsTableHeader{
     
     background-color: #269abc;
}

.newsTables
{
    border-bottom-style: outset;
    border-color: blue;
    border-width: medium;
    width: 100%; 
    text-align: left;
    text-wrap: normal;
}

.newsTableDateBox
{
  border-bottom-style: outset;  
}

.newsTableImageMargin
{
    margin-right:75px; 
}


.eventsTableHeader
{
     text-align: center;
     background-color: #269abc;
}

.eventsTable{
    border-style: solid;
    border-color: black;
    border-width: thin;
  
    text-align: center;
}

#infoContainer{
    width: 100%;
    
    margin: auto;
}

#ownerPostBtn{
    width: 100px;
    height: 50px;
}

.mouseOver:hover{
    background: #c0c0c0;
    border-style: solid;
    border-width: thin;
    border-color: black;
}

.tableBackground{
    background: white;
}

#contactTitle{
    font-size: 3em;
    color: blue;
    font-weight: bold;
    text-align:  center;
}

.contactNames{
    font-size: 1.5em;
    margin-left: 30px;
}