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

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

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

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

#signin-image {
    width: 30px;
    margin: 10px 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: 30px;
    margin: 9px 8px 0px 8px;
}

.topbar-menu {
    font-weight: bold;
    font-size: 90%;
    padding: 13px 15px 0 15px;
    height: 27px; /*Real height include padding by default so 40px-13px=27px*/
}

#more-arrow {
    width: 20px;
    margin-left: 20px;
    vertical-align: -16%;
}


#search-box {
    width: 170px;
    height: 15px;
    background-color: #e4e4e4;
    border: none;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    margin: 5px 0 5px 5px;
    float: left;
}

#magnifying-glass {
    height: 25px;
    margin-top: 5px;
}

.clear {
    clear: both;
}

#menu-bar-container {
    background-color: #AD081D;
    width: 100%;
    height: 70px;
    border-top: 1px solid #cccccc;
}

#menu-bar {
    width: 1100px;
    margin: 0 auto;
}

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

h2 {
    font-weight: normal;
    font-size: 20px;
    border-bottom: 2px solid #9A0817;
    width: 105px;
    margin-left: 30px;
}

h3 {

}


h4 {
    
}

h3 a {
    color: black;
    font-size: 30px;
    text-decoration: none;
}

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

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

#local-news {
    border: 1px #BB4545 solid;
    float: right;
    width: 200px;
    padding: 10px 10px 0px 10px;
    margin-top: 8px;
}

#local-news a {
    color: white;
    text-decoration: none;
    font-size: 22px;
    position: relative;
    top: -12px;
}

#local-news a:hover {
    text-decoration: underline;
}

#menu-bar-2-container {
    background-color: #9A0817;
    width: 100%;
}

#menu-bar-2 {
    width: 1100px;
    margin: 0 auto;
    height: 30px;
}

#home-link {
    margin-left: 30px;
}

#menu-bar-2 a {
    color: white;
    text-decoration: none;
    padding: 0 10px;
    border-right: 1px solid #BB4545;
    font-size: 15px;
    position: relative;
    top: 5px;
}

#menu-bar-2 a:hover {
    text-decoration: underline;
}

.no-border {
    border: none !important;
}

#down-arrow {
    height: 10px;
    position: relative;
    top: 5px;
}

#page-container {
    width: 1100px;
    margin: 0px auto;
}

#article-container {
    float: left;
    width: 650px;
    padding-right: 20px;
    margin-left: 30px;
    margin-top: -10px;
}

#article-summary {
    color: #5A5A5A;
    width: 230px;
    float: left;
    font-size: 14px;
}

#article-summary img {
    height: 15px;
    margin-top: 3px;
    position: relative;
    top: 2px;
}

#topic-link {
    text-decoration: none;
    color: #9A0817;
    border-left: 1px solid #CCC;
    padding-left: 10px;
}

#article-summary a:hover {
    color: #1167A8;
}

#date {
    padding-right: 10px;
}

#main-article-image {
    width: 400px;
    margin-left: 20px;
}

#article-hr {
    border-top: 1px solid #9A0817;
    background-color: #9A0817;;
    width: 50px;
    float: left;
}

.article-link {
    color: black;
    text-decoration: none;
}

#side-column {
    float: left;
    padding-left: 15px;
    width: 310px;
    border-left: 1px solid #CCC;
}

#column-title {
    font-weight: normal;
    font-size: 24px;
    color: #404040;
    margin-top: 0;
}

.side-div {
    height: 80px;
}

.side-summary {

}

.column-image {
    float: left;
    width: 110px;
    padding-right: 10px;
}

.side-topic-link {
    text-decoration: none;
    color: #9A0817;
    border-left: 1px solid #CCC;
    padding-left: 10px;
    font-size: 13px;
    position: relative;
    top: 2px;
}

.side-topic-link:hover {
    color: #1167A8;
}

.date2 {
    padding-right: 10px;
    font-size: 13px;
}

.side-paragraph {
    position: relative;
    top: -20px;
    color: #404040
}

.side-paragraph img {
    position: relative;
    top: 4px;
}

p {
    overflow: hidden;
}