﻿
.scrollimage
{
    height:220px;
    border-top:1px ridge grey;
    border-bottom:1px ridge grey;
    margin:10px auto;
    overflow:hidden;
    padding:10px;
    font-size:16pt; 
    color:black;
    text-align:center;
    background-color:#eeeeee;
    width:100%;
    box-shadow: 5px 5px #888888;
    overflow:hidden;
    text-align:center;
}
.scrollimage ul{
    text-align:center;
    list-style:inside;
    overflow: hidden;
	margin: 0;
	padding: 0;
    display:inline-block;

}
.scrollimage ul li{
    float:left;
    margin:13px;
    margin-bottom:1px;
	text-align:center;
   list-style:none;
}

.principalmsg{
    font-size:13pt;
    color:black;
    width:97%;
    font-family:Arial 'Times New Roman';
    text-align:justify;
    margin-right:11px;
    padding:20px;
    line-height:25px;
    word-spacing:5px;
    background-color:#ffffff;
    border:0px inset black;
    z-index:33;
    margin:0 auto;
}

    .principalmsgimg {
        border:1px solid;
        border-radius:50%;
        margin:0px auto;
    }

    .currentevent{
        position:relative;
        margin-left:0px;
        margin-right:0px;
        margin-top:0px;
        margin-bottom:5px;
        height:300px;
        width:540px;
        border:1px solid maroon;
        border-radius: 1px 1px;
        
        box-shadow: 5px 5px #888888;
        font-family:Arial 'Times New Roman' Verdana;
        /*background-color:#eeeeee;*/
        background-color:#fbffed;
        overflow:hidden;
    }
    .currenteventheading{
        background-color:#05073d;
        
        color:white;
        font-size:24pt;
        font-weight:700;
        text-align:left;
        padding-left:0px;
        height:50px;
    }
    .currgrid{
        margin-left:10px;
        margin-right:10px;
        padding-right:10px;
        width:95%;
        height:0px;
        font-size:16pt;
        font-weight:700;
    }

    .currenteventlabel{
        border-bottom:2px inset silver;
        margin-bottom:10px;
        margin-left:0px;
        padding-bottom:5px;
        padding-top:5px;
        color:black;
        height:auto;
    }

    .ourtopperimg{
        border:1px solid #05073d;
        height:250px;
        width:180px;
        margin:10px;
        border-radius:10px;
        box-shadow:5px 5px 3px #888;
    }
    .ourtoppertxt{
        color:navy;
        width:100%;
        text-shadow:3px 1px 2px #888;
        text-align:center;
        font-size:18pt;
    }