﻿
.nav1
{
    float:left;   
   
    width:234px;
      height:230px;
      background-image:url(../images/nav1.png);
}
.nav2
{
    margin:20px;
}

.nav2Header
{
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#0b4f89;
    margin-bottom:5px;
    border-bottom:solid 5px #0b4f89;
}

.nav3
{
    margin:20px;
}

.nav3Header
{
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#0b4f89;
    margin-bottom:5px;
    border-bottom:solid 5px #cbbe82;
}

.nav4
{
    margin:20px;
}

.nav4Header
{
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#0b4f89;
    margin-bottom:5px;
    border-bottom:solid 5px #ee83ea;
}

.nav5
{
    margin:20px;
}

.nav5Header
{
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#0b4f89;
    margin-bottom:5px;
    border-bottom:solid 5px #9aa09c;
}

.nav6Header
{
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#0b4f89;
    margin-bottom:5px;
    border-bottom:solid 5px #460a04;
}
.nav6Content
{
   /* background-image:url(../images/bulletin.png);*/
    width:195px;
    height:160px;
}

.nav7Header
{
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#0b4f89;
    margin-bottom:5px;
    border-bottom:solid 5px #95388d;
}
.nav7Content
{
    background-image:url(../images/update.png);
    width:195px;
    height:160px;
}

.nav8Header
{
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#0b4f89;
    margin-bottom:5px;
    border-bottom:solid 5px #034b4c;
}
.nav8Content
{
    background-color:#f1f9ec;
    width:195px;
    height:160px;
        background-image:url(../images/sportlight.png);
}

.nav9Header
{
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    color:#0b4f89;
    margin-bottom:5px;
    border-bottom:solid 5px #a23b08;

}
.nav9Content
{
    background-color:#c3d3e6;
    width:195px;
    height:160px;
    background-image:url(../images/adminssion.jpg);
}

.navQuick
{
  background-color:#d8deda;
   min-height:160px;  
   padding:5px;
    
}

.navQuick a
{
    text-decoration:none;
    color:Gray;
    
}

.navQuick a:hover
{
     background-color:#020b27;
color:White;
}
.navHigh
{
  background-color:#f8e89f;
   min-height:160px;  
   padding:5px;
    
}

.navHighImg
{
     width:50px;
     height:50px;
     border:solid 2px white;
     background-color:Black;
     margin-right:5px;
     margin-bottom:5px;
     float:left;
     background-image:url(../images/news.png);
}

.navHighBottom
{
    font-size:11px;
    color:Black;
}
.navEvent
{
    
}

.navAnnouncement
{
    
}

.navAnnouncementCol1
{
 color:Black;
 font-size:11px;
 font-weight:bold;   
}
.navAnnouncementCol2
{
     font-family:Arial;
  font-size:10px;
  color:#0b4f89;
 min-height:30px;
 overflow:auto;
 max-height:60px;
 border-bottom:dotted 1px Gray;
}

.navAnnouncementCol2 a
{
       text-decoration:none;
    color:inherit;
}

.navAnnouncementCol2 a:hover
{
     text-decoration:underline;
    color:#ebc515;
}

.navEventCol1
{
    float:left;
    width:40%;
    height:180px;
    
}
.navEventColDay
{
    font-family:Arial;
    font-size:11px;
    color:Gray;
}

.navEventColDate
{
     font-family:Times New Roman;
    font-size:16px;
     font-weight:bold;
    text-transform:uppercase;
    color:black;
}

.navEventCol2
{
    float:left;
    width:60%;
    height:180px;
    overflow:hidden;
    
}
.navEventCol2Content
{ 
  font-family:Arial;
  font-size:11px;
  color:#0b4f89;
 min-height:100px;
 overflow:auto;
 max-height:150px;
}

.navEventCol2Date
{
 font-family:Arial;
  font-size:11px;
  color:Gray;   
}

.navEventCol2Content a
{
    text-decoration:none;
    color:inherit;
}

.navEventCol2Content a:hover
{
    text-decoration:underline;
    color:#f29c7e;
}


.newsPanel
{
    width:100%;
    min-height:500px;
    background-color:#ebf7fa;
    padding-left:10px;
}
.newsTitle
{
    font-family:Calibri;
    font-size:22px;
    font-weight:bold;
    color:#d10627;
}

.newsDate
{
     font-family:Times New Roman;
    font-size:13px;
    font-weight:bold;
    color:#d10627;
    text-decoration:underline;
    margin-bottom:10px;
}

.newsBody
{
     font-family:Times New Roman;
    font-size:15px;
    color:#280901;
    text-align:justify;
    width:98%;
    margin:0  auto;
    
}

.listGrid
{
    min-height:400px;
    overflow:auto;
}