
/*
html, body {
margin: 0px;
padding: 0px;
border: 0px;
}
*/


#container {
    width: 930px;
    margin: 0 auto;
   /* position: relative; */
    padding: 0;


}

#schedule-box {
    background: rgb(79, 146, 148);
    color: white;
    /*font-weight: bold;*/
    font-size: 20pt;
    text-align: center;
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px;
    margin-left: 25px;

}



#results-box {
    background: rgb(131, 173, 236);
    color: black;
    font-weight: bold;
    font-size: 20pt;
    text-align: center;
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px;
    margin-left: 25px;
}


#container #top {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 20px;
    width: 100%;
    height: 30px;
 /*   border: 2px solid black; */
    float: left;
    background:rgb(223,133,0);
    color: white;
    /*font-weight: bold; */
    font-size: 18pt;
    text-align: center;

    }


#container #col1 {
    width: 300px;
    float: left;

    padding: 5px;


    }

    #container #col2outer {
    width: 610px;
    float: right;
    margin: 0;
    padding: 0;

    }

    /* end 2019 */

#col2outer #col2mid {
    width: 300px;
    float: left;
    text-align: center;
 }

 #col2outer #col2side {
 width: 300px;
 float: right;
 }


#container  #bottom { 
    float: left;
    width: 100%;
    text-align: center;

    border-top: 3px;
}

#pic-box {
    border: 1px solid lightgray;
    text-align:center;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
    background-color: white;
  

}

#news-box {
    border: 1px solid lightgray;
    text-align:left;

    margin-top: 0px;
    margin-bottom: 10px;
   padding: 5px;

    background-color: white;
  

}


.boxTitle
{
	/* font-family:  Arial, Helvetica, sans-serif; */
	font-size:1.1em;
	padding-bottom:7px;
	color: black;
/*	font-weight:600; */


}

a img{

    border:0px transparent none	
    
    }
    
    
    a {
    
    color: inherit;
    
    }
    a:hover {
        text-decoration: underline;
    }
    /*
    a.visible {
        
        color:blue;
    }
    
    a:link  {
        text-decoration: none;
        
    }
    
    a:visited {
            text-decoration: none;
        
    }
    
    a:active {
            text-decoration: none;
        
    }
    

    */