body {
    font-family: arial;
    width: 100%;
    height: 100%;
}
.nav-bar {
    background-color: #3366ff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-bar>li {
    display:inline;
    text-align:center;
    font-size: normal;
}
.nav-bar>li>a {
    color: rgb(220, 220, 220);
    text-decoration: none;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:15px;
    padding-right:15px;
}
.nav-bar>li>a:hover {
    color: white;
    background-color: rgb(51, 204, 0);
}
.nav-bar>li>a.active {
    color: white;
}
.aleft {
    display: table-cell;
    width: 380px;
    padding: 10px;

}
.aright {
    display: table-cell;
    width: 380px;
    padding: 10px;

}
.ablock {
    display:table-row;
    
}
.bblock {
    display: inline-block;
    width: 100%;
}
.bleft {
    display: block;
    float:left;
}
.bright {
    display: block;
    float: right;
}
.ablock img {
    width: 100%;
    height: auto;
    margin-top:20px;
}
.address {
   position: relative;
    color:#444444;
    font-weight: 600;
    font-family: arial;
}
.address>a {
    text-decoration: none;
    color: #444444;
}
.address>a:hover {
    text-decoration: underline;
    color: blue;
}
.center {
    margin: auto;
    width: 760px;
}
.icon-bar {
    display: inline-block;
}
.icon-bar>a {
    margin: 5px;
}
.icon-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 136px;
}
.img-left {
    float: left;
    height: auto;
    margin-top: 10px;
    margin-right: 20px;
}
.img-right {
    float: right;
    height: auto;
    margin-top: 10px;
    margin-left: 20px;
}
.bio-block {
    font-size:85%;
}
.bio-block>h1 {
    color:#3366ff;
    font-size: normal;
    font-weight: bold;
    padding:0;
    margin:0;
}
.bio-block>h2 {
    color:rgb(51, 204, 0);
    ;
    font-weight: bold;
    padding:0;
    margin:0;
}

.bio-block>img {
    float:left;
    margin-right:10px;
    width: auto;
    height: 120px;
}
.news {
    font-family: times roman;
    color: black;
}
.news>h1 {
   
    font-size:x-large;
    font-weight: bold;
    
    color: black;
    margin-bottom:30px;
}
.news>h2 {
    font-size:normal;
    font-weight: normal;
    color: black;
}
figcaption {
    color: #444444;
    font-size: small;
    font-weight: normal;
    line-height: 100%;
}
footer {
    margin-top:30px;
    padding: 5px 10px;
    background-color:rgb(228, 228, 228);
    color: rgb(90, 90, 90);
    font-family: tahoma;
    text-align: center;
    font-size: small;
}
h0 {
    color:#3366ff;
    font-size: 48px;
    font-weight: bold;
}
h1 {
    color:#3366ff;
    margin:0;
    padding:0;
    font-family: arial;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 10px;
}
h2 {
    color:#888888;
    font-size: larger;
    font-weight: bold;
}
ttgreen {
    color: rgb(51, 204, 0);
}
ttblue {
    color: #3366ff;
}
article {
    color: #666666;
    line-height: 125%;
    font-weight: normal;
}