html {
}

body {
    border: 0 none;
    outline: 0 none;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    font: 15px Calibri, verdana, arial, sans-serif;
    background-color: #DDDDDD;
    background-image: url(img/labbg1.png);
    background-repeat: no-repeat;
}

#wrapper {
    max-width: 850px;
    position: relative;
    background: none repeat scroll 0 0 #FFF;
    margin:  auto;
}
#header {
    border-top: 2px solid #BBB;
    padding-bottom: 10px;
    position: relative;
}
#header img {
    display: block;
    height: auto;
}
#toplogo {
    width: 180px;
    float: right;
}
#li_link {
    margin: -10px 5px 5px 5px;
    float: right;
}
#twitter {
    margin: -10px 5px 5px 5px;
    float: right;
}
#top {
    margin: 20px 0 50px 40px;
}
#head1 {
    font-size: 3em;
    color: #000000;
}
#supersubhead {
    margin: -40px 0 20px 0;
    font-style: italic;
}
#subhead {
    margin: 0 50px 30px 0;
    font-size: 1.3em;
    color: #888888;
}
#header_img {
    height: 25px;
}
#searchSite {
    margin: -10px 5px 5px 5px;

    height: 20px;
    float: right;
    text-align: right;
    top: 25px;
    border: 1px solid lightgray;
    width: 250px;
}
#search {
    border: none;
    color: lightgray;
    width: 180px;
}
#searchSubmit {
    border: none;
    color: #A9A9A9;
}
#topmenu {
    background: #000;
    float: left;
    width: 100%;
    font-size: smaller;
}
.clear {
    clear: both;
}
#nav {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}
#nav li {
    float: left;
    display: block;
    width: 136px;
    background: #ccc;
    position: relative;
    z-index: 500;
    margin: 0 1px;
}
.menuitem {
    display: block;
    font-weight: 700;
    height: 23px;
    text-decoration: none;
    background-color: #000;
    text-align: center;
    color: #FFF;
    padding: 8px 5px 0;
}
.menuitem:hover {
    color: #000;
    background-color: #FFF;
    border-right: .5px solid #D3D3D3;
    border-left: .5px solid #D3D3D3;
    border-bottom: .5px solid #D3D3D3;
}
#nav li a {
    display: block;
    font-weight: 700;
    height: 23px;
    text-decoration: none;
    background-color: #000;
    text-align: center;
    color: #FFF;
    padding: 8px 5px 0;
}
#nav li a:hover {
    color: #000;
    background-color: #FFF;
    border-right: .5px solid #D3D3D3;
    border-left: .5px solid #D3D3D3;
    border-bottom: .5px solid #D3D3D3;
}
#nav ul {
    position: absolute;
    left: 0;
    display: none;
    list-style: none;
    margin: 0 0 0 -1px;
    padding: 0;
}
#nav ul li {
    width: 200px;
    float: left;
    border-top: 1px solid #fff;
}
#nav ul a {
    display: block;
    height: 15px;
    color: #FFF;
    background-color: #000;
    padding: 8px 5px;
}
#nav ul a:hover {
    text-decoration: underline;
}
#main {
    width: 100%;
    min-height: 500px;
}
.content {
    color: #404040;
    position: relative;
    margin: 30px;
}
#contentMain {
    text-align: justify;
    font-size: 14px;
}
#contentMain a {
    color: #7A7A7A;
}
.smallfonts {
    font-size: .9em;
    padding-left: 15px;
}
#footer {
    height: 80px;
    border-top: 2px solid #BBB;
    background: none repeat scroll 0 0 #FFF;
}
#logomad {
    width: 80px;
    height: 80px;
}
#logouva {
    width: 80px;
    height: 80px;
    float: right;
}
#logogsl {
    height: 80px;
}
#logosils {
    width: 40%;
    height: 40%;
    float: right;
    margin: 20px 40px;
}
#people_at_mad {
    text-align: left;
}
#people_at_mad tr td {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.table_info {
    width: 450px;
}

.table_pic {
   padding-bottom: 12px;
   vertical-align: top;
   width: 180px;
}
.table_pic img {
  max-width: 140px;
  max-height: 200px;
}
#people img {
    border-top: 2px solid #BBB;
    border-left: 2px solid #BBB;
}
.contactImg {
    max-width: 131px;
    height: 195px;
}
.formerMembers {
    font-size: 90%;
}
table { 
   text-align: left;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}