body{
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}

#topbar{
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}

#logo{
    width: 100px;
    float: left;
    margin-top: 8px;
    margin-right: 8px;
}

.topbar_section{
    float: left;
    border-left: 1px #CCCCCC solid;
    height: 100%;
}

#signin_img{
    width: 25px;
    margin: 11px 15px;
    float: left;
}

#signin_text{
    font-weight: bold;
    font-size: 90%;
    position: relative;
    top: 14px;
    padding-right: 50px;
}

#bell_div{
    float:left;
}

#wigglyline{
    float: left;
    height: 40px;
}

#bell{
    height: 25px;
    margin: 9px 8px 0 8px;
}

.topbar_menu{
    font-weight: bold;
    font-size: 90%;
    padding: 13px 15px 0 15px;
    height: 27px;
}

#more_arrow{
    width: 16px;
    margin-left: 20px;
}

#search_box{
    background-color: #E4E4E4;
    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;
}

#first_menubar_div{
    border-top: 1px solid #CCCCCC;
    background-color: #BB1919;
    width: 100%;
    height: 70px;
}

#first_menubar{
    width: 1000px;
    margin: 0 auto;
}

h1{
    padding: 0;
    margin: 0;
    color: white;
    font-size: 40px;
    font-weight: normal;
    padding-top: 10px;
    float: left;
}

#local_news{
    border: 1px #BB4545 solid;
    float: right;
    width: 250px;
    padding: 5px 5px 0 10px;
    margin: 5px 10px 0 0;
}

#local_news a{
    color: white;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    top: -8px;
}

#local_news a:hover{
    text-decoration: underline;
}

#local_news img{
    height: 40px;
}

#second_menubar_div{
    background-color: #A91717;
    width: 100%;
}

#second_menubar{
    margin: 0 auto;
    width: 1000px;
    height: 40px;
}

#second_menubar a{
    color: white;
    text-decoration: none;
    padding: 0 10px;
    border-right: 1px solid #BB4545;
    font-size: 14px;
    position: relative;
    top: 10px;
}

#second_menubar a:hover{
    text-decoration: underline;
}

.no_border{
    border: none !important;
}

#down_arrow{
    height: 10px;
    position: relative;
    top: 10px;
}

#page_container{
    width: 1000px;
    margin: 0 auto;
}

h2{
    font-weight: normal;
    margin-top: 40px;
    font-size: 20px;
    border-bottom: 2px solid #A91717;
    width: 105px;
}

#article_container{
    float: left;
    width: 670px;
    border-right: 1px solid #CCCCCC;
    padding-right: 20px;
}
h3 a{
    color: black;
    font-size: 30px;
    text-decoration: none;
}

h3 a:hover{
    color: #1167A8;
}

#article_summary{
    color: #5A5A5A;
    width: 250px;
    float: left;
}

.clock{
    height: 15px;
    position: relative;
    top: 2px;
}

.date{
    color: #5A5A5A;
    padding-right: 10px;
}

.topic_link{
    text-decoration: none;
    color: #A91717;
    border-left: 1px solid #CCCCCC;
    padding-left: 10px;
}

#article_hr{
    border-top: 1px solid #A91717;
    width: 50px;
}

.article_link{
    color: black;
    text-decoration: none;
}

#main_article_img{
    width: 400px;
    margin-left: 20px;
}

#watch_listen{
    margin-left: 20px;
    width: 280px;
    float: right;
}

h4{
    font-weight: normal;
    font-size: 20px;
}

.article_side_img{
    float: left;
    width: 90px;
    margin-right: 10px;
}

.side_article{
    float: right;
    width: 180px;
    position: relative;
    top: -18px;
}

.watch_listen_link{
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.watch_listen_link:hover{
    color: #1167A8;
}

.border_right{
    border-right: 1px solid #CCCCCC;
}

.no_border{
    padding: 0;
}