/* 
    Created on : Oct 27, 2014, 9:45 AM
    Author     : Nicholas
*/

* {
}

a:link,
a:visited,
a:active,
a:hover {
    color:#959494;
    text-decoration:none;
}

td {
    padding:0;
    margin:0;
}

tr {
  padding:0px 0px 10px 0px;  
}

img.logoBox {
    height:50px;
}

.titleBox {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#959494;
    margin-left:5px;
    font-size:10px;
    width:100px;
}

.big {
    font-size:15px;
}

img.flyer {
    border:0px;
    width:100px;
}

.flyerBox {
    border:1px solid #000000;
    display:inline-block;
    padding:0px;
    text-align:center;
    vertical-align:top;
    overflow:hidden;
    margin-bottom:10px;
}

div{
    display:block;
}

.schools{
    text-align:left;
}

#collapseButton{
    color:red;
}