

#content_section {
    width: 982px;
    position: relative;
    right: 20px;
    margin-bottom: 20px;
    background-image: url(images/home/bg_rectangle.png);
    background-repeat: no-repeat;
    min-height: 265px;
}
#content_section p {
    margin: 0 30px 30px 30px;
}
#content_section .fadings,
#content_section object {
    margin: 18px 25px 10px 19px;
    float: left;
}
#content_section h1 {
    clear: none;
    padding-top: 30px;
}
#homepage_info {
    width: 982px;
    position: relative;
    right: 20px;
    clear: both;
}
#homepage_info th,
#homepage_info td {
    width: 310px;
    margin: 0;
    padding: 0;
}
#homepage_info td {
    border: 1px solid #0199b1;
    border-top: none;
    font-size: 0.9em;
    background-color: #eee;
    background-image: url(images/fade_grey.jpg);
    background-repeat: repeat-x;
    background-position: top;
}
#homepage_info td img{
    border:1px solid #ccc;
}
/*
#homepage_info th.first,
#homepage_info td.first {
    margin-left: 0;
}
#homepage_info th.last,
#homepage_info td.last {
    margin-right: 0;
}
*/
#homepage_info th {
    height: 32px;
    color: #fff;
}
#homepage_info td.blank {
    width: auto;
    border: none;
    background-image: none;
    background-color: #fff;
}
#homepage_info #news_head {
    background-image: url(images/home/tab_left.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 10px;
    background-color: #0199b1;
    font-size: 1em;
}
#homepage_info th a {
    margin-left: 10px;
    color: #fff;
}
#homepage_info #pubs_head {
    background-color: #0199b1;
    background-image: url(images/home/tab_middle.png);
    background-position: right top;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 10px;
    font-size: 1em;
}
#homepage_info #jobs_head {
    background-image: url(images/home/tab_right.png);
    background-position: right top;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 10px;
    background-color: #0199b1;
    font-size: 1em;
}
#homepage_info td#news_body .title {
    text-align: left;
}
#homepage_info td#news_body .news,
#homepage_info td#pubs_body .publication {
    clear: left;
}
#homepage_info td#news_body .news .title,
#homepage_info td#pubs_body .publication .title {
    margin-top: 10px;
}
#homepage_info td#news_body .news img,
#homepage_info td#pubs_body .publication img {
    float: left;
    margin: 0 10px 10px 10px;
}
#homepage_info td#jobs_body {}
#homepage_info td#news_body .news a,
#homepage_info td#pubs_body .publication a,
#homepage_info td#jobs_body a {
    color: #00536a;
}
#homepage_info td#jobs_body ol {
    color: #0199b1;
}
#news_ticker input[type=text] {
    font-weight: bold;
    color: #000;
    background-color: #fff;
    padding-left: 5px;
}


