body {
     margin-left: 50px;
     margin-top: 0px;
     font-family: "Times New Roman", Times, serif;
     font-size: 17px;
     font-weight: normal;
     color: #000000;
}
#content1 {
     position: absolute;
     top: 174px;
     width: 740px;
 }

#wrapper {
     position: absolute;
     top: 242px;
}

#wrapper2 {
     position: absolute;
     top: 174px;
}

#content2 {

     border-left: 1px solid black;
     border-right: 1px solid black; 1px;
     border-bottom: 1px solid black;
     width: 740px;
}
#homearea {
     background-image: url(../images/CC_main_bkgrd.jpg);
     width: 740px;
     border-left: 1px solid black;
     border-right: 1px solid black; 1px;
     border-bottom: 1px solid black;
     padding: 20px;
     background-repeat: no-repeat;
     box-sizing: border-box;
}
#bodycontent {
     float: right;
     width: 490px;
     padding-right: 20px;
     margin-bottom: 20px;

}
#leftnav {
     float: left;
     width: 230px;
     padding-left: 20px;
     padding-bottom: 20px;
}

#tools {
     position: absolute;
     top: 15px;
     left: 340px;
}

.title, a.title {
     font-family: "Times New Roman", Times, serif;
     font-size: 17px;
     font-weight: bold;
     color: #000000;
     text-decoration: none;
}
a.title:hover {
     color: #000000;
     text-decoration: underline;
}

#tools {
     font-size: 14px;
}

#tools a {
     color: #000000;
     text-decoration: none;
}
#tools a:hover {
     color: #000000;
     text-decoration: underline;
}

/* Section homepage specific font sizes */
#bodycontent h2 + p {
     font-size: 19px;
}

#bodycontent h3 {
     font-size: 21px;
}

.article-list small {
     font-size: 16px !important;
}

/* Ensure all pages get updated font sizes */
div.article-list a.title {
     font-size: 17px !important;
}

div.article-list small {
     font-size: 16px !important;
}

