#mainFrame {
    margin-bottom: 80px;
}

.blurb {
    margin-top: 24px;
}

#localTabs {
    display: block;
    width: 760px;
    _width: 800px;
    height: 23px;
    _height: 43px;
    padding: 10px 20px;
    background-color: #ffffff;  
}

#localTabs li {
    display: block;
    _display: inline;
    float: left;
    height: 22px;
}
#localTabs li a {
    display: block;
    height: 22px;
}
#localTabs li.delimiter {
    width: 3px;
    height: 20px;
    margin: 1px 5px; 
    background: url(http://static.adwaple.net/images/kcu/kcu/publication/nav/delimiter.jpg) no-repeat;
}

#publicationPanel {
    width: 760px;
    margin: 0px 20px 0px 20px;
}

#publicationPanel .heading {
    padding: 5px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0px;
}

#publicationPanel > table {
    width: 760px;
    margin-bottom: 30px;
    border-top: 1px solid #999999; 
    border-bottom: 1px solid #999999;
}

#publicationPanel > table td {
    padding: 10px 10px;
    line-height: 20px; 
    font-weight: normal;
    vertical-align: middle;
    border-top: 1px solid #bbbbbb; 
    border-bottom: 1px solid #bbbbbb; 
}


#publicationPanel > table .column0 {
    width: 60px;
    _width: 80px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #999999;
}

#publicationPanel > table .column1 {
    width: 100px;
    _width: 120px;
    font-family: Arial;
    font-size: 13px;
    letter-spacing: 0px;
    color: #999999; 
}

#publicationPanel > table .column2 {
    width: 540px;
    _width: 560px;
    font-weight: bold;
}

#publicationPanel > table .column2 div.content {
    font-weight: normal;
}
#publicationPanel > table td > div.content table {
    width: 100%;
}

#publicationPanel > table td > div.content table th,
#publicationPanel > table td > div.content table td {
    padding: 2px 5px;
    line-height: 15px; 
    font-weight: normal;
    vertical-align: middle;
    border-top: 1px solid #bbbbbb; 
    border-bottom: 1px solid #bbbbbb; 
}

#publicationPanel > table td > div.content table th {
    background: #000000;
    color: #ffffff;
}


#publicationPanel > table td > div.content table th.col0 {
    width: 300px;
}
#publicationPanel > table td > div.content table th.col1 {
}
#publicationPanel > table td > div.content table th.col2 {
}
#publicationPanel > table td > div.content table th.col3 {
}


