#top_bar {
    width: 100%;
    height: 32px;
    background-color: #6e2639;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
}
#top_bar p {
    color: white;
    margin-top: 8px;
    margin-left: 20px;
    font-family: 'Myriad Pro';
}
.research_hr {
    margin-bottom: 30px;
    margin-top: 30px;
    border-style: dashed;
    border-color: #aaaaaa;
}
#welcome {
    position: relative;
    float: left;
    width: 259px;
    height: 77px;
    margin: 10px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 35px;
}
#welcome img {
    width: 200px;
}
#welcome img:hover {
    border-style: groove;
}
#header {
    position: absolute;
    width: 750px;
    left: 270px;
    top: 50px;
    height: 80px;
    background-color: ;
    /*border:1px solid;*/
    border-radius: 10px;
    z-index: 50;
}
#header_warper {
    position: relative;
}
#nav {
    padding: 18px 0 25px 0;
}
.nav_item {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-left: 16px;
    font-family: 'Myriad Pro';
    font-size: 18px;
    line-height: 2em;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
}
.nav_link {
    color: #000;
    border-color: #000;
    text-decoration: none;
}
.bot_line {
    position: relative;
    height: 2px;
    background-color: #6e2639;
    display: none;
}
.selected {
    display: block;
}
.unselected {
    display: none;
}
#contact {
    position: fixed;
    height: 550px;
    width: 250px;
    top: 70px;
    left: 1000px;
    padding: 20px;
}
.thin_hr {
    background-color: #e0e0e0;
    border: 0;
    clear: both;
    height: 1px;
    margin-bottom: 20px;
}
.head_hr {
    background-color: #e7e7e7;
    border: 0;
    clear: both;
    height: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#profile {
    height: 100px;
    width: 115px;
    margin: 0 auto;
    margin-bottom: 20px;
}
img {
    height: 100%;
    width: 100%;
    border: 4px solid #eeeeee;
}
.title {
    margin-left: 70px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: "Source Sans Pro";
}
.contact_item {
    font-family: "Source Sans Pro";
    font-size: 14px;
    line-height: 1.47em;
    list-style: none;
    padding: 5px;
    margin-bottom: 20px;
    margin-left: 27px;
}
.redb {
    margin-top: 3px;
    margin-bottom: 3px;
}
.redb a {
    color: #0994c3;
    text-decoration: none;
}
.redb a:hover {
    color: black;
    border-bottom: 1px solid black !important;
}
.content_link {
    color: #0994c3;
    text-decoration: none;
}
.title_link {
    color: #6e2639;
    text-decoration: none;
}
.title_link:hover {
    color: #555555;
    border-bottom: 1px solid #555555 !important;
}
.content_link:hover {
    color: black;
    border-bottom: 1px solid black !important;
}
#main {
    position: relative;
    top: 150px;
    margin-left: 270px;
    margin-bottom: 20px;
    width: 665px;
    background-color: #eeeeee;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 10px;
    padding-bottom: 20px;
    min-height: 740px;
}
.section_title {
    font-size: 26px;
    color: #6E2639;
    margin-top: 40px;
    line-height: 1;
    margin-bottom: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.section_title_date {
    font-size: 20px;
    color: #6E2639;
    margin-top: 35px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.section_title_keynote {
    font-size: 20px;
    color: #6E2639;
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.section_content {
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 21px;
    margin-left: 0;
    font-family: Verdana, Geneva, sans-serif;
}
.section_content_list {
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
    font-family: Verdana, Geneva, sans-serif;
}
.section_figure {
    width: 400px;
    height: 240px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 21px;
    margin-left: 100px;
}
#foot {
    position: relative;
    top: 150px;
    margin-left: -20px;
    width: 120%;
    height: 50px;
    background-color: #eeeeee;
    border-top: 3px solid #6e2639 !important;
}
#address {
    font-family: "Source Sans Pro";
    margin-right: 20px;
    margin-left: 100px;
}
#icon {
    position: relative;
    float: left;
    height: 35px;
    width: 41px;
    margin-left: 30px;
    margin-top: 5px;
    padding: 3px;
    border: 1px solid #6e2639 !important;
}
.code_content {
    margin: 15px 0;
    background-color: #237819;
    padding: 3px 7px;
    font-size: 95%;
    color: #0c5176 !important;
    background-color: rgba(12, 81, 118, 0.1);
    border-radius: 4px;
}
.sec_title {
    font-size: 24px;
    color: #6E2639;
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
}