﻿body 
{
    font-family:Verdana;
    font-size:10pt;
    color:#182e5a;

}

#bcf1
{
    margin:20px;
    float:left;
    width:200px;
    height:180px;
    }
    
#mastercontainer
{
    margin:auto;
    width:802px;
     }
 
#footer
{
    font-family:Verdana;
    font-size:8pt;
    color:Gray;
    width:800px;
    text-align:center;
    height:50px;
    }
    
#leftheader
{
    padding-left:10px;
    border-left:gray 1px solid;
    font-family:Verdana;
    font-size:8pt;
    color:#284E98;
    float:left;
    width:140px;
    height:100px;
   
    }
    
#rightheader
{
    border-right:gray 1px solid;
    text-align:center;
    float:left;
    width:149px;
    height:100px;
    
    }
    
#header
{  
    background-color:#a8d1f4;
    background-image:url(images/namebck.jpg);
    height:100px;    
    float:left;
    font-size:20pt;
    text-align:center;
    font-family:Segoe Print;
    width:499px;
    
    }
 
 #logo
 {
    left:20px;
    text-align:center;
    }

#leftcolumn
{
    /*border-top:gray 1px dashed;*/
    border-left:gray 1px solid;
    /*border-right:gray 1px dashed;*/
    float:left;
    width:149px;
    height:600px
    }
    
#weeklydiv
{
    float:left;
    margin-top:20px;
   margin-left:10px;
    width:128px;
    }
    
#events
{
    float:left;
    background-color:#e2effc;
    margin:10px;
    width:128px;
    }
   
#centercolumn  /*MAIN CONTENT */
{
    /*border-top:gray 1px dashed;
    background-color:#e2effc;*/
    background-image:url(images/center3.jpg);    
    width:460px;
    height:530px;
    float:left;
   text-align:center; 
    margin:17px 10px 10px ;
    padding:10px;
    overflow:auto; 
    }
    
#rightcolumn
{
    border-right:gray 1px solid;
    /*border-left:gray 1px dashed;*/
    text-align:center;
    float:left;
    width:149px;
    height:600px;
    }   
    
#innerright
{
    width:128px;
    height:550px;
    margin:17px 10px 10px 10px;
    background-color:#f9ffc1;
    background-image:url(images/rightcol.jpg);
    } 
   
 #news
{
   text-align:left;
   margin:auto;
   width:400px;
}

#admin
{
    margin:auto;
    width:400px;
    }
    
 .weekly
{  
   margin:auto;
   text-align:center;
   width:400px;
}
   
a.mainlink          /*LINKS*/
{ 
    margin-left:10px; 
    border:1px white solid;
    float:left;
    font-family:Verdana;
    font-size:10pt;
    width:128px;
    height:20px;
    color:#284E98;
    background-color:#e2effc;
    background-image:url(images/linkblubck.jpg);
    text-decoration:none;
    }
    
a.mainlink:hover
{
    width:128px;
    height:20px;
    color:White;
    background-color:#81b9f5;
    background-image:url(images/linkyellover.jpg);
    }
    

    
   a.weeklylink        /*WEEKLY LINKS*/
{ 
    /* margin-left:10px; */
   /* border:1px white solid;*/
    float:left;
    font-family:Verdana;
    font-size:10pt;
    width:128px;
    height:20px;
    color:#284E98;
    background-color:#f9ffc1;
    background-image:url(images/linkyellbck.jpg);
    text-decoration:none;
    }
    
a.weeklylink:hover
{
    width:128px;
    height:20px;
    color:White;
    background-color:#81b9f5;
    background-image:url(images/linkyellover.jpg);
    }   

    


