body {
    color: black;
    background: white;
    font-family: Verdana, Arial, Helvetica, sans;
    font-size: 11pt;
    text-align: justify;
}

a:link {text-decoration: none; color: #FF0000}
a:visited {text-decoration: none; color: #CC0505}
a:active {text-decoration: none;}
a:hover {text-decoration: underline} 

#wrapper {
    margin: 7em 10% 1% 10%;
}

#portraits {
    margin: 2em 0 2em 0;
    text-align: center;
}

#portraits div {
    display: inline-block;
    white-space: nowrap;
}

#portraits img {
    height: 9em;
    margin: 2pt;
}

#team_pic_div img {
    height: 140pt;
    margin: 2pt;
}

#team_pic_div {
    margin: 2em 0 2em 0;
    text-align: center;
}

#team_pic_div div {
    display: inline-block;
    white-space: nowrap;
}

#timeline {
    float:right;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
}

.twitter-timeline {
    height: 300px !important;
}

#news {
    height: 300px;
    margin-right: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#news ul {
}

img.LT {
    max-height: 15em;
    display: block;
    margin-left: auto;
    margin-right: auto
}

ul {
    margin: 0 0 1em 0;
}

ul.left {
  float: left;
}

ul li {
    margin: 5pt 0 5pt 0;
}
