#center-page{
    width           : 1000px;
    margin          : 0 auto;
}
body{
    background-color: black;
    font-family     : Calibri, sans-serif;
}
div.top{
    background-color:  black;
    color           :  white;
    height          :  150px;
    width           : 1000px;
    position        :  fixed;
    top             :    0px;
    margin-top      :  -10px;
}
div.main{
    background-color: white;
    color           : black;
    text-align      : justify;
    margin-top      : 150px;
    margin-left     :   0px;
    padding         :  30px;
    padding-top     :   5px;
    width           : 940px;
}
div.bottom{
    background-color: black;
    color           : white;
    width           : 938px;
    margin-top      :   5px;
    padding         :  30px;
    border          : 1px solid white;
}
img.top1{
    width      : 100px;
    height     : 100px;
    margin-top :  15px;
}
h1.top{
    width      : 800px;
    margin-top :  10px;
    text-align :center;
    color      : white;
}
h3.top{
    width      : 800px;
    margin-top : -20px;
    text-align :center;
    color      : white;
}
ul.top1{
    list-style-type : none;
    margin-left     : 145px;
    margin-top      : -20px;
    padding         :  0px;
}
li.top1{
    background-color: black;
    font-size       : 100%;
    link-color      : white;
    float           : left;
    display         : block;
    padding-top     : 5px;
    padding-bottom  : 5px;
    padding-left    : 10px;
    border          : 1px solid white;
    width           : 68px;
}
li.top2{
    background-color: white;
    font-size       : 100%;
    link-color      : black;
    float           : left;
    display         : block;
    padding-top     : 5px;
    padding-bottom  : 5px;
    padding-left    : 10px;
    border          : 1px solid white;
    width           : 68px;
}
a.top:link{
    color: white;
    text-decoration: none;
}    
a.top:visited{
    color: white;
    text-decoration: none;
}
a.top:active{
    color: red;
    text-decoration: none;
}
a.top:hover{
    color: red;
    text-decoration: none;
}
a.top1:link{
    color: black;
    text-decoration: none;
}    
a.top1:visited{
    color: black;
    text-decoration: none;
}
a.top1:active{
    color: red;
    text-decoration: none;
}
a.top1:hover{
    color: red;
    text-decoration: none;
}
img.main1{
    width : 500px;
}
img.main2{
    width : 400px;
}
img.main3{
    width : 300px;
}
img.people{
    width : 200px;
}
div.text1{
    padding-left: 50px;
}
div.text2{
    padding-right: 50px;
}
div.text3{
    padding-right: 50px;
    padding-left : 50px;
}
table.research, tr.research, td.research{
    width: 100%;
    padding: 10pt;
    border: 1px solid black;
    border-collapse: collapse;
    height: 300px;
}
table.people, tr.people, td.people{
    margin: 50pt;
    padding: 20pt;
    border: 1px solid black;
    border-collapse: collapse;
}
h2.news{
    text-color: red;
    color:      red;
}
div.text4{
    width: 100%;
}
div.text5{
    width: 60%;
    float: left;
}
div.ir{
    float: right;
    width: 40%;
}
div.text6{
    width: 50%;
    float: left;
}
div.il{
    float:left;
    width:50%;
}