#topbar {
    width: 100%;
    margin: 0px auto;
    height: 40px;
    float: left;
    padding-left: 40;
    background-color: #FFF3E0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #FAFAFA;
}

#logo {
    margin-top: 5px;
    width: 80px;
    float: left;
    margin-right: 5px;
}

.topbar-section {
    float: left;
    border-left: 1px #FFCC80 solid;
    height: 100%;
}

.topbar-section a {
    color: #000000;
    text-decoration: none;
}

#signin-image {
    width: 25px;
    margin: 11px 15px;
    float: left;
}

#signin-text {
    font-weight: bold;
    font-size: 90%;
    position: relative;
    top: 14px;
    padding-right: 50px;
    color: #FF6F00;
}

#wigglyline {
    float: left;
    height: 40px;
}

#bell {
    height: 25px;
    margin: 9px 8px 0 8px;
}

#bell-div {
    float: left;
    color: black;
}

.hide {
    display: none;
    padding-top: 10px;
    float: left;
}

#bell-div:hover {
    cursor: pointer;
}

.topbar-menu {
    font-weight: bold;
    font-size: 90%;
    padding: 13px 15px 0 15px;
    height: 27px;
    color: #FF6F00;
}

#more-arrow {
    width: 16px;
    margin-left: 20px;
}

#search-box {
    background-color: #FFE0B2;
    border: none;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    margin: 5px 0 5px 5px;
    float: left;
}

#magnifying-glass {
    height: 27px;
    margin-top: 5px;
}

.clear {
    clear: both;
}

#menu-bar-container {
    border-top: 1px solid #FFCC80;
    background-color: #FFD700;
    width: 100%;
    height: 70px;
    color: #003366;
    /* Midnight Blue Text */
}

#menu-bar-container h1 {
    color: #003366;
}

#menu-bar {
    margin: 0px auto;
}

#menu-bar-first {
    width: 259px;
    padding-left: 40px;
    float: left;
}

h1 {
    margin: 0;
    color: white;
    font-size: 30px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 4px;
    float: left;
}

#menu-bar-second,
#menu-bar-third,
#menu-bar-forth {
    color: #FFFDE7;
    font-size: 20px;
    font-weight: normal;
    padding-top: 25px;
    padding-bottom: 0px;
    float: left;
}

#email-login img {
    height: 40px;
    width: 40px;
    margin-bottom: 5px;
    border: none;
}

#menu-bar-2-container {
    background-color: #FFC107;
    width: 100%;
}

#menu-bar-2-news {
    padding-left: 300px;
    height: 40px;
    width: 1400px;
}

#menu-bar-2-news a img {
    color: white;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    top: 5px;
}

#menu-bar-2-news img:hover {
    border-bottom: 4px solid #FF6F00;
}

#menu-bar-2-news img {
    height: 30px;
    float: left;
    border-right: 1px solid #FFAB40;
    padding-right: 10px;
    padding-left: 10px;
}

.no-border {
    border: none !important;
}

.white-border-right {
    border-right: 1px solid #ffffff !important;
}

.white-border-left {
    border-left: 1px solid #ffffff !important;
}

#down-arrow {
    height: 10px;
    position: relative;
    top: 10px;
}

#page-container {
    width: 1400px;
    padding-left: 300px;
}

h2 {
    font-weight: normal;
    margin-top: 40px;
    font-size: 20px;
    border-bottom: 2px solid #FF6F00;
    width: 75px;
}

h3 a {
    color: black;
    font-size: 30px;
    text-decoration: none;
}

h3 a:hover {
    color: #FB8C00;
}

#article-summary {
    color: #5a5a5a;
    width: 250px;
    float: left;
}

.clock {
    height: 15px;
    position: relative;
    top: 2px;
}

.topic-link {
    text-decoration: none;
    color: #FF6F00;
    border-left: 1px solid #FFCC80;
    padding-left: 10px;
    float: left;
}

#article-summary a:hover {
    color: #FB8C00;
}

.date {
    padding-right: 10px;
    color: #5a5a5a;
}

#article-container {
    float: left;
    width: 670px;
    border-right: 1px solid #FFCC80;
    padding-right: 20px;
}

#main-article-image {
    width: 50%;
    height: 40%;
    margin-left: 20px;
}

#article-hr {
    border-top: 1px solid #FF6F00;
    width: 50px;
}

.article-link {
    color: black;
    text-decoration: none;
}

#watch-listen {
    margin-left: 20px;
    float: left;
}

h4 {
    font-weight: normal;
    font-size: 20px;
}

.article-side-image {
    float: left;
    width: 140px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.watch-listen-link {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.watch-listen-link:hover {
    color: #FB8C00;
}

.side-article {
    float: right;
    width: 240px;
    position: relative;
    top: -18px;
}

.no-border {
    border-left: none;
    padding: 0;
}

.border-right {
    border-right: 1px solid #FFCC80;
}

footer {
    font-size: 9pt;
    font-style: italic;
    color: #000000;
    line-height: 12pt;
    text-align: center;
    margin-top: 30pt;
}