#jobsList {
    width: auto;
    height: auto;
    clear: both;
}
#jobsLine {
    width: auto;
    height: 20px;
    clear:both;
}
#jobsItem {
    width: auto;
    height: auto;
    clear: both;
}
#jobsItemTitle {
    width: auto;
    height: auto;
    clear: both;
    font-family: verdana;
    color: #088f77;
    font-size: 14px;
    font-weight: bold;
}
#jobsItemDesc {
    width: auto;
    height: auto;
    clear: both;
    font-family: verdana;
    color: #333333;
    font-size: 12px;
}
#jobsItemUrl {
    width: auto;
    height: auto;
    clear: both;
}
.jobsItemLink {
    font-family: verdana;
    color: #856c17;
    font-size: 14px;
    text-decoration: underline;
}
.jobsItemLink:hover {
    font-family: verdana;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}
